/**
 * CSS d'affichage de la partie commande
 * Cette page s'affiche aussi sans bandeau haut
 */
 
@import url(bandeau_simple.css);

/* surchage de l'id contenu de atlas.css pour enlever la marge gauche */		
#contenu {
	margin: 10px 80px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:990px;
}


#contenu h2 {
	line-height:40px;
	font-size: 1em;
	background-image:url(../../img/icones/rond.gif); 
	background-repeat:no-repeat; 
	padding-bottom: 4px;
	padding-left:50px;
	color: #005AAB;
	border-bottom: 1px solid #005AAB;
	border-left:50px;
	margin-bottom:20px;
}

#page {
	padding: 0;
}

/* La partie information sur la gauche */
div#presentation fieldset h3 {
	border-bottom: 2px dotted #333;
	color: #333;
	font-size: 0.8em;
	padding-bottom: 4px;
	margin-bottom: 15px;
}
div#presentation div.information p {
	margin: 3px 0;
	font-size: 0.7em;
}

/* Contenu �ditorial */
div#presentation fieldset {
	border:none;
	padding: 5px;
	margin: 5px 0 0 20px;
}
div#presentation fieldset p {
	font-size: 0.8em;
	margin: 10px 0 10px 0;
}
div#presentation fieldset p span{
	font-weight: bold;
}


/* Frequently Asked Questions */
div#contenu ul.faq {
	font-size: 0.7em;
	font-weight: bold;
	color: #005AAB;
	line-height: 2.0em;
	list-style: circle;
	list-style-position: inside;
	padding: 8px 24px;
	border-bottom: 1px solid #18237b;
}
div#contenu ul.faq a {
	color: #005AAB;
}
div#contenu ul.faq a:hover {
	color: #005AAB;
}
div#presentation fieldset p.faq {
	border-bottom: solid #CCCCCC 1px ;
	font-size:0.7em;
	padding-bottom: 10px;
}
div#presentation fieldset p.faq a {
	font-weight: bold;
}


/* Informations Legales */
div#presentation fieldset h4 {
	font-weight: bold;
	font-size: 0.8em;
}

div#presentation fieldset p.legal span {
	font-weight: normal;
	text-decoration: underline;
}
div#presentation fieldset p.legal-adress {
	font-weight: bold;
	margin-top: 20px;
}
div#presentation fieldset p.legal-adress a {
	color: red;
	font-weight: normal;
}
div#presentation fieldset p.legal-credits {
	font-weight: bold;
	margin-top: 30px;
	font-size: 0.7em;
}
div#presentation fieldset p.legal-credits a{
	text-decoration:underline;
}

.presentation_spacer {
	margin-bottom: 40px;
}

