/* Reset Config par defaut */

p, ul {
	padding: 0;
	margin: 0;
}

a, a:hover, a:focus {
	text-decoration: none;
	outline: none;
}

/* Special */

#debug {
	position: fixed;
	top:0;
	left:0;
	z-index:9000;
	background-color:#FFFFFF;
	color:#FF0000;
	border: 1px solid #FF0000;
	padding: 5px;
}

#debugform {
	position: fixed;
	top:0;
	left:30px;
	z-index:9000;
	background-color:#FFFFFF;
	border: 1px solid #FF0000;
	padding: 5px;
	color: #666666;
}

#debugform li {
	list-style-type: square;
	list-style-position:inside;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#debugform li img {
	float:right;
}

/* Mise en forme principale */

body {
	background-color: #f6f6f6;
	width: 900px;
	margin: auto;
}

/* Mise en forme Top */

#top {
	height: 25px;
	background-image: url(img/fond_de_page_haut.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#top a {
	float:right;
	margin: 0px 10px 0px 0px;
	line-height: 22px; 
	text-decoration:none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color : #898989;
}

/* Mise en forme Center */

#center {
	background-image: url(img/fond_de_page_milieu.jpg);
	background-repeat: repeat-y;
}

/* Mise en forme Header */

#header {
	width: 860px;
	margin-left: 28px;
	position: relative;
	height: 90px;
}

#header_logo_cb {
	position: absolute;
	top: 16px;
	left: 2px;
	
}

/* Mise en forme Header Normal */

#header_formulaire {
	position: absolute;
	top:15px;
	right:35px;
	line-height: 19px
}

#titre_form {
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 13px;
	color: #d11241;
}

#header_formulaire p {
	font-family: Lucida Sans Unicode, Helvetica, sans-serif;
	font-size: 10px;
	color: #9d9d9c;
}

#header_formulaire p span {
	color: #8c8c8b;
}

#bouton_envoyer {
	
}

/* Mise en forme Header Marque */

#header_centre {
	position: absolute;
	top: 35px;
	left: 400px;
	
	font-family: "Century Gothic";
	font-size: 16px;
	color: #d11241;
	font-style: italic;
}

#header_logo_marque {
	position: absolute;
	top: 10px;
	right: 20px;
}

/* Mise en forme Menu */

#menu {
	width: 860px;
	margin-left: 24px;
}

#cadre_menu {
	position: relative;
	width: 855px;
	height: 41px;

	background-image:url(img/menu/menu_fond2.jpg);
	background-repeat:no-repeat;
}

#menu_boutons_gauche {
	position: absolute;
	top: 11px;
	left: 15px;
}

#menu_boutons_droite {
	position: absolute;
	top: 11px;
	right: 25px;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	float: left;
	display: block;
}

#menu img {
	border: none;
}

#sous_menu {
	position: relative;
	width: 848px;
	height: 20px;
}

#sous_menu_gauche {
	position: absolute;
	top: -5px;
	left: 20px;
}

#sous_menu_gauche a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color : #898989;	
}

#sous_menu_gauche a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color : #a4a3a3;	
}

#sous_menu_droite {
	position: absolute;
	top: 0;
	right: 0;	
}

#sous_menu p {
	margin: 0 25px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color : #898888;	
}

/* Mise en forme Contenu */

#contenu {
	width: 860px;
	margin-left: 32px;
	padding: 0 0 10px 0;
}

/* Mise en forme Bottom */

#bottom1 {
	background-image: url(img/fond_de_page_milieu.jpg);
	background-repeat: repeat-y;
	position: relative;
	height: 60px;
}

#bottom1_gauche {
	position: absolute;
	top: 20px;
	left: 25px;
}

#bottom1_gauche a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d11241;	
}

#bottom1_gauche span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c6c6c7;	
}

#bottom1_centre {
	position: absolute;
	top: 16px;
	left: 450px;
}

#bottom1_droite {
	position: absolute;
	top: 20px;
	right: 120px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #898888;
}

#bottom1 li {
	display: inline;
	list-style-type: none;
}

#bottom1 ul span {
	color: #c7c7c7;
}

#bottom2 {
	height: 20px;
	background-image: url(img/fond_de_page_bas.jpg);
	background-position: top;
	background-repeat: no-repeat;
}