/*STYLES GENERIQUES*/
body {
	background-image:url(../IMG/interface/fonds/grand_fond_gris.jpg);
	background-color:#7D7D7D;
	margin-top: 0px;
	margin-left: 0px;
	background-position: left top;
	background-repeat:repeat-y;
}
/**//**//**//**//**//**//**//**//**//**//**//**/
/*BLOCS DU SITE CLASSES PAR CATEGORIES*/
/**//**//**//**//**//**//**//**//**//**//**//**/

#bloc_conteneur_principal{
width:1000px;
}
/*-------------------------------------------*/
/*blocs de gauche*/
/*-------------------------------------------*/
#bloc_principal_gauche{
	position:absolute;
	top:168px;
	left:120px;
	width:120px;
	/*height:334px;*/
	background-color:#FFFFFF;
}
#bloc_rubrique_gauche {
	top:15px;
	margin-left:auto;
	margin-right:auto;
	width:170px;
	border-style:dotted;
	border-width:1px;
	border-color:#999999
	}
	
#bloc_gallery_gauche {
	position:relative;
	/*top:448px;
	left:120px;
	width:120px;
	background-color:#FFFFFF;*/
	}
/*-------------------------------------------*/
/*blocs du centre*/
/*-------------------------------------------*/

#bloc_principal_centre {
	top:160px;
	position:absolute;
	width:500px;
	left: 250px;
}
#bloc_secondaire_centre{
	position:absolute;
	top:15px;
	float:left;
	margin-left:10px;
	padding-right:10px;
	width:430px;
	/*height:500px;
	overflow:auto;*/
	border-bottom-style:dotted;
	border-bottom-color:#666666;
	border-bottom-width:1px;
	border-top-style:dotted;
	border-top-color:#666666;
	border-top-width:1px;
}

#bloc_pied{
background-color:#BBCBD0;
}

#bloc_logo_titre{
	position:absolute;
	float:right;
	width:460px;
}
/*-------------------------------------------*/
/*blocs de droite*/
/*-------------------------------------------*/
#bloc_principal_droite{
	position:absolute;
	top:15px;
	width:200px;
	left:800px;
}
/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/

/*TYPOGRAPHIES*/
/*les class sont nommees de type : partie_type_localisation*/
/*exemple : titre_article_sommaire signifie class pour*/
/*le titre de l'article que l'on trouve sur le sommaire*/
a:link{
text-decoration:none;
text-transform:none;
/*color:#003366*/
color:#666666;
}

a:visited{
text-decoration:none;
text-transform:none;
/*color:#006666*/
color:#666666;
}

a:active{
text-decoration:none;
text-transform:none;
color:#666666;
}

a:hover{
text-decoration:none;
text-transform:none;
/*color:#006699;*/
color:#999999;
background-color:#FFFFFF
}

.typographie_base {
	font-size: 11px;
	}
.arial {
font-family:Arial, Helvetica, sans-serif;
	}
.verdana {
font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.georgia {
font-family:Georgia, "Times New Roman", Times, serif;
	}
.decal_gauche_3{
padding-left:3px;
}
.decal_gauche_10{
padding-left:10px;
}
.decal_droite_10{
padding-right:10px;
}
.souligne_menu{
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#666666;
}
.titre_rubrique_menu{
background-color:#BBCBD0;
padding-left:3px;
padding-top:3px;
padding-bottom:3px;
/*font-variant:small-caps;*/
font-weight:bold;
font-size:110%;
border-bottom-style:dotted;
border-bottom-width:1px;
border-bottom-color:#666666;
border-top-style:dotted;
border-top-width:1px;
border-top-color:#666666;

}
.titre_article_menu{

border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#BBCBD0;
padding-left:5px;
padding-bottom:2px;
padding-top:2px;


}
.titre_article_sommaire{
font-size:160%;
font-style:italic;
color:#333333;
}

.chapo_article_sommaire{
color:#19366B;
font-size:115%;
}
.logo_article_sommaire{
float:right;
}