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

#page {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	width:100%;
    margin:0;
    float:none;
}

.imp {
	display:none;
}

/** ENTETE **/

#page #entete-menu {
	display:none;
}

#page #entete {
	display:none;
}

#page #menu {
	display:none;
}

/** CORPS **/

#page #corps {
	width:100%;
	background:url(../images/bg-corps.jpg) no-repeat #fff;
}

#page #contenu {
	width:100%;
	float:left;
}

#page #menu-droite {
	width:0;
	float:right;
	display:none;
}

/** PIED DE PAGE **/

#page #partenaires {
	width:100%;
	display:none;
}

#pied-de-page {
	width:100%;
	display:none;
}

/** LISTING **/ 

.ligne {
	padding:15px 0 15px 0;
	color:#696969;
	clear:both;
}

.ligne p {
	margin:0;
}

.couleur-ligne {
	background:url(../images/bg-ligne.jpg) no-repeat;
}

.liste-img {
	width:25%;
	margin:0 10px 0 0;
	float:left;
}

.titre-ligne {
	font-size:12pt;
}

.ligne a {
	color:#696969;
}

.col1 {
	width:35%;
	margin:0 10px 0 0;
	float:left;
} 

.col2 {
	width:35%;
	float:left;
}

.plan {
	display:none;
}

.filet-pointille {
	width:100%;
	height:1px;
	background:url(../images/pointille.png) repeat-x;
	margin:0;
}


h1 {
	font-size:24px;
	color:#f49c08;
	border-bottom:1px solid #c9c9c9;
	margin-top:0;
}

h2 {
	font-size:20px;
	color:#f49c08;
}

h3 {
	font-size:17px;
	color:#000;
}

.clear {
	clear:both;
}