* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
	background: #818181;
}

#header {
	width: 750px;
	height: 150px;
	margin: auto;
	background: url(images/header.png) no-repeat;
}

#header #logo {
	margin-top: 35px;
	margin-left: 10px;
}

#header #menu {
	margin-top: 12px;
	margin-left: 20px;
}

#header #menu li {
	background: url(images/menu_top.png) no-repeat;
	width: 100px;
	height: 25px;
	list-style-type: none;
	text-align: center;
	line-height: 25px;
	float: left;
	margin-right: 5px;
}

#header #menu li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#header #menu li a:hover {
	display: block;
	color: #000000;
	text-decoration: none;
	background: url(images/menu_top_hover.png) no-repeat;
	font-weight: bold;
}

#header #menu li a.active {
	display: block;
	color: #ffffff;
	text-decoration: none;
	background: url(images/menu_top_active.png) no-repeat;
	font-weight: bold;
}

#header #langue {
	float: right;
	margin-right: 20px;
	margin-top: -12%;
}

#conteneur {
	width: 750px;
	margin: auto;
	background: url(images/conteneur.png) repeat-y;
	overflow: auto;
}

#conteneur #sous_menu {
	background: url(images/sous_menu.png) repeat-x;
	width: 730px;
	margin: auto;
	height: 100px;
	border-bottom: 1px solid #ffffff;
}

#conteneur #sous_menu #img_menu {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

#conteneur #sous_menu h3 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

#conteneur #sous_menu p {
	color: #f76bce;
	font-size: 12px;
	margin-left: 3px;
}

#conteneur #sous_menu p a {
	color: #ffffff;
	font-size: 12px;
	text-decoration: underline;
}

#conteneur #sous_menu p a:hover {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

#conteneur #sous_menu #col0 {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 100px;
}

#conteneur #sous_menu #col1 {
	float: left;
	width: 200px;
	border-right: 1px solid #ffffff;
}

#conteneur #sous_menu #col2 {
	float: left;
	width: 200px;
	margin-left: 5px;
	border-right: 1px solid #ffffff;
}

#conteneur #sous_menu #col3 {
	float: left;
	width: 200px;
	margin-left: 5px;
}

#conteneur #contenu {
	margin-left: 20px;
	margin-top: 11px;
	margin-right: 20px;
	margin-bottom: 15px;
}

#conteneur #contenu #colA {
	float: left;
	margin-bottom: 10px;
}

#conteneur #contenu #colA #search {
	background: url(images/search.png) no-repeat;
	width: 200px;
	height: 110px;
}

#conteneur #contenu #colA #search p {
	color: #ffffff;
	margin-left: 15px;
	padding-top: 20px;
}

#conteneur #contenu #colA #search input {
	background: #eeeeee;
	border: 1px solid pink;
	width: 157px;
	height: 20px;
	color: #888888;
}

#conteneur #contenu #colA #search #submit {
	width: 160px;
	color: #ffffff;
	height: 24px;
	background: url(images/submit_search.png) no-repeat;
	border: none;
	margin-top: 5px;
}

#conteneur #contenu #colA #search #submit:hover {
	width: 160px;
	color: #ffffff;
	height: 24px;
	background: url(images/submit_search_hover.png) no-repeat;
	border: none;
	margin-top: 5px;
}

#conteneur #contenu #colA #menu_left {
	background: url(images/cola.png) repeat-y;
	width: 200px;
}

#conteneur #contenu #colA #menu_left ul {
	margin-left: 5px;
}

#conteneur #contenu #colA #menu_left li {
	list-style-type: none;
	border-bottom: 1px dashed #cccccc;
	margin-right: 5px;
	line-height: 24px;
}

#conteneur #contenu #colA #menu_left #last {
	border: none;
}

#conteneur #contenu #colA #menu_left li a {
	color: #3ebac4;
	text-decoration: none;
	margin-left: 3px;
}

#conteneur #contenu #colA #menu_left li a:hover {
	color: #f76bce;
	text-decoration: underline;
	margin-left: 3px;
}

#conteneur #contenu #colA #menu_left_bottom {
	background: url(images/menu_left_bottom.png) no-repeat;
	width: 200px;
	height: 5px;
}

#conteneur #contenu #colB {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

#conteneur #contenu #colB #titre_colB {
	background: url(images/titre_colB.png) no-repeat;
	width: 500px;
	height: 35px;
}

#conteneur #contenu #colB #titre_colB p {
	color: #ffffff;
	line-height: 45px;
	margin-left: 40px;
	font-weight: bold;
}

#conteneur #contenu #colB #contenu_colB {
	background: url(images/contenu.png) repeat-y;
	width: 500px;
	overflow: auto;
}

#conteneur #contenu #colB #contenu_bottom {
	background: url(images/contenu_bottom.png) no-repeat;
	width: 500px;
	height: 5px;
}

#conteneur #contenu #colB #contenu_colB p {
	margin: 5px;
}

#conteneur #contenu #colB #contenu_colB a {
	color: #3ebac4;
	text-decoration: none;
}

#conteneur #contenu #colB #contenu_colB a:hover {
	color: #f76bce;
	text-decoration: none;
}

#footer {
	background: url(images/footer.png) no-repeat;
	width: 750px;
	height: 45px;
	margin: auto;
}

#footer p {
	text-align: center;
	color: #ffffff;
	padding-top: 7px;
	font-size: 12px;
}