@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html {
	background-repeat:repeat-y;
	background-position:top;
	background-color: #7dc3e0;
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	background-image: url(images/1px.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height: 1142px;
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:18px;
}

h1 {
	color:#cc0066;
	font-weight:normal;
	font-size:28px;
	margin-bottom:30px;
}

h2 {
	color:#1d9edf;
	font-weight:normal;
	font-size:14px;
	margin-top:15px;
	margin-bottom:10px;
	padding-bottom:0px;
}


#footer {
	font-size:11px;
	color:#ffffff;
	text-align:center;
	margin-bottom:25px;
	line-height:normal;
}

#conteneur {
	margin-left:auto;
	margin-right:auto;
	width:852px;
	height:auto;
}

#site {
	padding-top:54px;
	width:852px;
	height:422px;
}

#footer {
	width:852px;
	height:20px;
}
.tab {
valign: middle;
}

.boite_haut {
	background:url(images/fond_haut.gif) no-repeat;
	margin-top: 5px;
	width:852px;
	height:20px;
}
.boite_bas {
	background:url(images/fond_bas.gif) no-repeat;
	width:852px;
	height:61px;
}
.boite {
	background:url(images/fond.gif) repeat-y;
	width:852px;
	height:auto;
	padding-left:5px;
	padding-right:5px;
}

.contenu {
	width:500px;
	text-align:justify;
	height:auto;
	padding-left:169px;
	padding-right:173px;
	padding-top:10px;
	background:url(images/fond_gris_haut.png) no-repeat #f0f1f2;
}
.affiche {
	background-color:#FFF;
	padding-left:20px;
	padding-right:20px;
	width:460px;
}

.loading {
	width:500px;
	height:auto;
padding-left:169px;
	padding-right:173px;
	padding-top:10px;
	background:url(images/fond_gris_haut.png) no-repeat #f0f1f2;
	display:none;
	text-align:center;
}


.fond_gris_bas {
	width:842px;
	height:113px;
	background:url(images/fond_gris_bas.png) no-repeat;
}

.rubrique {
	background:url(images/fleche_off.png) no-repeat 0px 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#1d9edf;
	border-top:solid 1px #f0f1f2;
	padding-top:10px;
	padding-left:20px;
	margin-top:10px;
	cursor:pointer;
}
.rubrique_on {
	background:url(images/fleche_on.png) no-repeat 0px 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#1d9edf;
	border-top:solid 1px #f0f1f2;
	padding-top:10px;
	padding-left:20px;
	margin-top:10px;
	cursor:pointer;
}


.filet {
	border-top:solid 1px #f0f1f2;
	margin-bottom:20px;
	margin-top:10px;
}

.titre {
	background:url(images/fleche_r_off.png) no-repeat 0px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cc0066;
	margin-left:20px;
	font-weight:bold;
	border-top:solid 1px #f0f1f2;
	margin-top:10px;
	padding-top:10px;
	padding-left:20px;
	margin-bottom:10px;
	cursor:pointer;
}
.titre_on {
	background:url(images/fleche_r_on.png) no-repeat 0px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cc0066;
	margin-left:20px;
	font-weight:bold;
	border-top:solid 1px #f0f1f2;
	margin-top:10px;
	padding-top:10px;
	padding-left:20px;
	margin-bottom:10px;
	cursor:pointer;
}

.annonce {
	height:auto;
	margin-left:40px;
	display:none;
}
.annonces {
	height:auto;
	display:none;
}

ul {
	margin-top:10px;
	margin-left:20px;
}

ul li {
	margin-bottom:5px;
	list-style:inside;
	list-style-image:url(images/p_rose.png);
}

ul.menu ,ul.menu li{
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}

.ligne2 {
	display:none;
}

