/* CSS Document */
#contenu{
	background-image:url(IMG/contenu_bg.png);
	position:relative;
}
#texte{
	float:left;
	padding-left:70px;
	width:420px;
	padding-bottom:20px;
	text-align:justify;
	font-size:11px;
	
	}

#contenu h1{
	margin-left:70px;
	font-size:18px;
	font-style:italic;
	margin-right:70px;
	color:#788086;
	}
#texte h2{
	font-size:12px;
	margin-top:20px;
	margin-bottom:15px;
	padding-left:20px;
	color:#4E4E4E;
	background-image:url(IMG/puce_h2.jpg);
	background-repeat:no-repeat;
	background-position:0px 2px;
	}
#texte h3{
	background-image:url(IMG/puce_fleche.gif);
	font-size:12px;
	margin-top:20px;
	margin-bottom:15px;
	padding-left:17px;
	color:#4E4E4E;
	background-repeat:no-repeat;
	background-position:0px 2px;
	margin-left:15px;
	}
	
#texte a{
	color:#CC6600;
	}

#texte p{
	margin-top:3px;
	}

#texte ul{
	margin-top:10px;
	}

#texte li{
	margin-left:32px;
	margin-bottom:5px;
	list-style-image:url(IMG/puce_li.jpg);
	}

#chemin-de-fer{
	color:#66C8B6;
	margin-left:70px;
	margin-bottom:25px;

	padding-top:20px;
	
	}

#chemin-de-fer a{
	color:#66C8B6;
	font-weight:bold;
	}

div#logo{
	margin-top:60px;
	position:fixed;
	background-color:#0033CC;
	
	}
*html div#logo { /* only ie6 : hack position fixe */
        position: absolute;
        top: expression((document.documentElement.scrollTop || document.body.scrollTop) + this.offsetHeight - this.offsetHeight + 60);
}
div.docs{
	width:100%;
	clear:both;
	padding-top:15px;
	}
div.docs img{
	margin-right:15px;
	}
div.docs h3{
	padding-top:5px;
	}
div.docs h3 a{
	text-decoration:none;
	font-size:12px;
	}
/*
Les blocs centraux pour la rubrique 6
*/

#blocs-centraux{
	margin-left:218px;
	padding-top:50px;
	clear:both;
	
	}

#blocs-centraux div.bloc{
	width:200px;
	height:147px;
	float:left;
	margin-right:77px;
	text-align:right;
	}
#blocs-centraux div.bloc h2{
	text-align:right;
	font-size:10px;
	font-style:italic;
	height:30px;
	position:relative;
	margin-bottom:5px;
	
	}
#blocs-centraux div.bloc h2 a{
	position:absolute;
	display:block;
	bottom:0;
	text-align:right;
	right:0;
	}
#blocs-centraux div.bloc a{
	text-align:right;
	color:#000000;
	text-decoration:none;
	}

/*
Pour le squelette des brèves
*/
div.logo_breve{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:0;
	}

#menu-actus{
	float:right;
	margin-right:70px;
	width:300px;
	font-size:11px;
	}
#menu-actus a{
	text-decoration:none;
	font-weight:bold;
	color:#CC6600;
	}
#menu-actus h1{
	margin-left:0;
	margin-bottom:10px;
	font-style:normal;
	font-size:14px;
	}

div.form_login{
	height:400px;
	margin-top:100px;
	margin-left:200px;
	}
#contenu div.form_login h1{
	color:#009999;
	margin-left:10px;;
	}

a.deconnect{
	display:block;
	float:right;
	clear:right;
	margin-right:5px;
	text-decoration:none;
	color:#CC6600;
	margin-top:8px;
	font-weight:bold;
	}
	
div#form_contact{
	}