/*GESTION DE L'HABILLAGGE*/
body {
	background-color: #6A8707;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../IMG/interface/fonds/fond_01.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
h1 {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 130%;
	font-weight: bold;
}
h2 {
margin-top: 0em;
	margin-bottom: 0em;
	font-size: 150%;
	font-weight: bold;
}
h3 {
margin-top: 0em;
	margin-bottom: 0em;
	font-size: 130%;
	font-weight: bold;
}
h4 {
margin-top: 0em;
	margin-bottom: 0em;
	font-size: 200%;
	font-weight: bold;
}
/*calque parent de tout le reste. Le centrage se fait par les fonction margin-left et margin right en "auto"*/
#parent_centre {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #767C73;*/
	/*background-image: url(../IMG/interface/fonds/fond_01.jpg);*/
	/*background-repeat: repeat-y;*/
	/*background-position: 0px 0px;*/
	margin-bottom: auto;
	/*height: 850px;*/
}
/*calque de la tetiere*/
#tete_centre {
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
/*calque de la barre de navigation situee sous la tetiere*/
#navigation {
	width: 900px;
	height: 19px;
	background-color:#BED4C1;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003300;
}

	/*calque de la barre des reportages*/
#barre_reportages {
	width: 900px;
	height: 106px;
	background-image: url(../IMG/interface/fonds/fond_reportages.jpg);
	background-repeat: no-repeat;
	background-position: top;
	left: 2px;
}
#reportage1 {
	/*border: 1px dotted #FFFFFF;*/
	width: 600px;
	left: 10px;
	top: 213px;
	/*top: 5px;*/
	/*width: 600px;*/
	/*left: 10px;*/
}
#bloc_breves {
	position:absolute;
	width: 250px;
	top: 266px;
	left: 10px;
	background-image: url(../IMG/interface/fonds/fond_brev_bono.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	/*background-image: url(../IMG/interface/fonds/fondtete_breves.jpg);*/
	/*background-repeat: no-repeat;*/
	/*background-position: top;*/
	
	/*margin-top: 6px;
	margin-left: 620px;*/
}
#la_une {
	position: absolute;
	top: 266px;
	left: 270px;
	width: 250px;
}
#article_principal {
	position: absolute;
	top: 266px;
	left: 270px;
	width: 600px;
}
#rubrique_principal {
	position: absolute;
	top: 266px;
	left: 270px;
	width: 300px;
}
#rubrique_logo {
	position: absolute;
	top: 266px;
	left: 580px;
	width: 300px;
}

#breve_principal {
	position: absolute;
	top: 266px;
	left: 270px;
	width: 600px;
	background-color: #DCE5E0;
	border: 1px dotted #666666;
	padding: 10px;
}

#articles_principaux {
	position:absolute;
	width: 360px;
	top: 0px;
	left:270px;
	
}
#editorial {
	position: absolute;
	top: 340px;
	width:270px;
	height:auto;
	left: 333px;
	border: 1px dotted #FFFFFF;
	background-image: url(../IMG/interface/fonds/fond_hirondelle.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #767C73;
}
#contenu_article {
	background-color:#64715D;
	left:10px;
	top:340px;
	width:800px;
	border: 1px dotted #CCCCCC;
}
#contenu_breve {
	background-color:#AFC6A2;
	left:210px;
	top:340px;
	width:400px;
	border: 1px dotted #CCCCCC;
}
#contenu_rubrique {
	background-color:#64715D;
	left:10px;
	top:340px;
	width:600px;
	border: 1px dotted #CCCCCC;
}

/*---------------TYPOGRAPHIES---------------------*/
.parent {
	font:10pt Arial, Helvetica, sans-serif	/*font-family: "Courier New", Courier, mono;*/
}
li{
}
.titre_gauche {
font-size:150%;
font-variant: small-caps;
}
.demititre_gauche {
font-size:110%;
/*font-variant: small-caps;*/
}

.surtitre {
font-weight:bold;
}

.soustitre {
font-size:80%;
font-style:italic
}

.chapo {
	font-size:90%;
	color: #666666;
	font-style: italic;
	text-align:justify
}

.date {
font-size:80%;
font-style:italic
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	vertical-align: middle;
	text-indent: 10px;
	font-variant: small-caps;
	/*font-family: "Courier New", Courier, mono;*/
}
a:link {
	color:#333333;
	text-decoration: none;
}

a:hover {
	/*color: #FFFFFF;*/
	text-decoration: none;
}

a:visited {
	/*color: #FFFFFF;*/
	text-decoration: none;
}
.date_auteur {
	/*font-family: "Times New Roman", Times, serif;*/
	font-size: 90%;
	font-style: italic;
	/*font-weight: bold;*/
	/*color: #004025;*/
}
/*STYLES PROPRES A SPIP*/
.spip_documents{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 100%;
}

.spip_documents_center{
	margin: auto; 
	text-align: center;
	width: 80%;
}

.spip_documents_left{
	float: left;
	margin-right: 15px; 
	text-align: left;
}

.spip_documents_right{
	float: right;
	margin-left: 15px; 
	text-align: right;
}

