/* DEBUG*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
input{
	margin: 0;
	padding: 0;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* FIN DEBUG*/

/* GENERAL */
html {
	height: 100%;
	width: 100%;
}
body{
	margin: 0;
	text-align: center; /* pour corriger le bug de centrage IE */ 
	font-family: Arial;
	background-color: #fff;
	font-size: 12px;
}
#global2{
	position: relative; /* on positionne le conteneur */ 
	margin-left: auto; 
	margin-right: auto; 
	width: 1343px;
	background: url('images/fond_body.jpg') top center repeat-y;
}
#global{
	width: 1343px;
	height: 100%;
	text-align: left; /* on rétablit l'alignement normal du texte */ 
	background: url('images/fond_global.jpg') top center no-repeat;
}
h1{
	padding: 4px;
	font-weight: bold;
	color: #fff;
	background: #d470ad;
	text-transform: uppercase;
	font-size: 110%;
}
h2{
	padding: 4px;
	font-weight: bold;
	color: #fff;
	background: #d470ad;
	text-transform: uppercase;
}
h2 a{
	text-decoration: none;
	color: #fff; 
}
h2 a:hover{
	text-decoration: underline;
}

h3{
	font-weight: bold;
	color: #000000;
}
p{
	margin-bottom: 10px;
	color: #302524;
}
.center{
	text-align: center;
}
.erreur{
	background: #AA0000;
	color: #FFFFFF;
}
strong{
	font-weight: bold;
}
a{
	color: #773b7f;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.numero2{
	font-size: 17px;
	color: #ff187a;
}
ol{
	margin: 0 0 0 1em;
	padding: 0 0 1em 1em;
	list-style: decimal;
}
/* FIN GENERAL */

/* HEADER */
#header{
	position: relative;
	width: 1343px;
	height: 200px;
}
#header h1{
	color:#b7b7b7;
}
#header img{
	display: block;
	margin-left: 650px;
	margin-top: 105px;
	width: 296px;
	height: 43px;
	font-size: 43px;
	font-weight: bold;
	color: #ff187a;
}
#header p{
	margin-left: 655px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #623a81;
}
/* FIN HEADER */

/* PAGE */
#page{
	position: relative;
	margin-left: auto; 
	margin-right: auto; 
	width: 1044px;
}

/** Contenu **/
#contenu{
	float: left;
	width: 790px;
}

/*** MENU ***/
#menu{
	width: 782px;
	height: 39px;
	line-height: 45px;
	background: url('images/fond_menu.gif') top left repeat-x;
}
#menu ul{
	display: block;
}
#menu li{
	float: left;
	display: block;
	padding: 0 10px;
	height: 39px;
	background: url('images/menu_fin.gif') top right no-repeat;
}
#menu a, #menu a:hover{
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #cc3399;
}
#menu a:hover, #menu a.active{
	color: #773b7f;
}
a#accueil, a#accueil:hover, a#question, a#question:hover,a#estelle_be, a#estelle_be:hover,a#part, a#part:hover{
	display: inline-block;
	height: 39px;
	background: url('images/menu_img1.gif') top left no-repeat;
}
a#accueil:hover, a#accueil.active{
	background: url('images/menu_img1_hover.gif') top left no-repeat;
}
a#question{
	background: url('images/menu_grat.gif') top left no-repeat;
}
a#question:hover, a#question.active{
	background: url('images/menu_grat_hover.gif') top left no-repeat;
}
a#estelle_be{
	background: url('images/menu_belg.gif') top left no-repeat;
}
a#estelle_be:hover, a#estelle_be.active{
	background: url('images/menu_belg_hover.gif') top left no-repeat;
}
a#part{
	background: url('images/menu_part.gif') top left no-repeat;
}
a#part:hover, a#part.active{
	background: url('images/menu_part_hover.gif') top left no-repeat;
}
#menu a span{
	margin-left: 40px;
}
/*** FIN MENU ***/
/*** NAVIGATION SITE ***/
#navigation{
	margin: 8px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #9d3585;
	border-bottom: 1px #b7b7b7 solid;
}
#navigation a{
	text-decoration: none;
	color: #9d3585;
}
#navigation a:hover{
	text-decoration: underline;
}
/*** FIN NAVIGATION SITE***/

#text{
	width: 790px;
	border-bottom: 1px #b7b7b7 solid;
}
/*** COL GAUCHE ***/
.col_gauche{
	float: left;
	display: block;
	margin: 5px;
	width: 350px;
}
#col_gauche{
	float: left;
	display: block;
	margin: 5px;

}
#col_gauche_num{
	width: 350px;
	border: 2px solid #9d3585;
}
#presentation{
	width: 350px;
}
#presentation p{
	margin: 5px 0;
	color: #919091;
}
#presentation div#signature{
	display: block;
	width: 84px;
	height: 32px;
	background: url('images/signature.gif') top left no-repeat;
}
#presentation div#signature span{
	display: none;
}
#estelle-img{
	float: left;
	margin: 10px 0;
	width: 117px;
	text-align: center;
	color: #9d3585;
}
#estelle-img p{
	color: #9d3585;
}
#col_gauche #estelle-num{
	float: left;
	margin: 5px;
	width: 220px;
	text-align: center;
}
#col_gauche #estelle-num .encart{
	margin: 5px;
	padding: 5px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	border: 1px solid #cc9999;
	background: #9d3585;
}
#col_gauche #estelle-num .encart .numero{
	margin-left: 5px;
	padding: 0 5px;
	height: 16px;
	line-height: 30px;
	font-size: 17px;
	color: #ff187a;
	background: #fff;
}
 small{
	font-size: 10px;
	font-weight: normal;
}
/*** FIN COL GAUCHE ***/

/*** COL DROITE ***/
.col_droite{
	float: left;
	margin: 5px 0;
	padding: 5px;
	width: 398px;
}
#col_droite{
	float: left;
	margin: 5px 0;
	padding: 10px;
	width: 398px;
	background: #ebeade;
}
#col_droite p span{
	display: block;
	font-size: 25px;
	font-weight: bold;
}
#col_droite table{
	border-spacing: 10px; 
}
#submit_gratuit{
	position: relative;
	margin: 10px 0 10px 75px;
	padding: 5px 20px;
	text-transform: uppercase;
	color: #de34b4;
	font-weight: bold;
}
#col_droite div#signature{
	display: block;
	width: 84px;
	height: 32px;
	background: url('images/signature.gif') top left no-repeat;
}

#col_droite div#signature span{
	display: none;
}
#col_droite li{
    font-weight: normal;
}
/*** FIN COL DROITE ***/

/** FIN contenu **/

/** Pubilicité **/
#publicite{
	float: left;
	margin-top: 66px;
	width: 254px;
}
#publicite div{
	margin: 10px 0;
}
/** FIN Pubilicité **/

/* FIN PAGE */

/* Footer */
#footer{
	position: relative;
	margin-left: auto; 
	margin-right: auto;
	padding: px;
	width: 1044px;
}
#footer h3{
	color: #ff187a;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	text-transform: uppercase;
	border-bottom: 2px dotted #ccc;
}
#footer h4{
	color: #773b7f;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	text-transform: uppercase;
}
#footer a{
	color: #773b7f;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer dl{
	position: relative;
	margin-left: 7px;
	margin-right: auto;
	padding-left: px;
	line-height: 15px;
	color: #50424b;
	float: left;
	width: 200px;
	font-size: 10px;
	font-weight: normal;
}
#footer-partenaires dl{
	position: relative;
	margin-left: 210px; 
	margin-right: auto;
	padding-left: 10px;
	line-height: 15px;
	color: #50424b;
	float: left;
	width: 200px;
	font-size: 10px;
	font-weight: normal;
}
#footer-mentions dl{
	position: relative;
	margin-left: 410px; 
	margin-right: auto;
	padding-left: 10px;
	line-height: 15px;
	color: #50424b;
	float: left;
	width: 200px;
	font-size: 10px;
	font-weight: normal;
}
#footer-voyances  ul li{
	margin: 0px;
}
#footer-partenaires  ul li{
	margin: 0px;
}
#footer-mentions ul li{
	margin: 0px;
}
#footer-partenaires h3 a{
	color: #ff187a;
	text-decoration: none;
}
#footer-partenaires h3 a:hover{
	text-decoration: underline;
}
#footer-mentions h3 a{
	color: #ff187a;
	text-decoration: none;
}
#footer-mentions h3 a:hover{
	text-decoration: underline;
}
/* FIN FOOTER */


