body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #3A3637;
}
#site {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#fond_ombre_gauche {
	background-image: url(../images/bg_g2.png);
	background-repeat: repeat-y;
	padding-left: 10px;
}
#fond_ombre_droit {
	background-image: url(../images/bg_dr.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 10px;
}
#coin_g {
	background-image: url(../images/coin_g.png);
	background-repeat: no-repeat;
	height: 8px;
}
#coin_dr {
	background-image: url(../images/coin_dr.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 8px;
}
#bas {
	background-repeat: repeat-x;
	background-image: url(../images/bg_bas.png);
	height: 8px;
	margin-right: 20px;
	margin-left: 20px;
}
/* header */
#sommaire_gauche {
	background-color: #3A3637;
	float: left;
	width: 175px;
	height: 167px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	text-align: right;
	color: #FFF;
	padding-top: 145px;
	padding-right: 55px;
}
#en_sommaire_gauche {
	background-color: #3A3637;
	float: left;
	width: 175px;
	height: 167px;
	background-image: url(../images/en_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	text-align: right;
	color: #FFF;
	padding-top: 145px;
	padding-right: 55px;
}

#sommaire_gauche a {
	font-weight: normal;
	color: #FFF;
}
#en_sommaire_gauche a {
	font-weight: normal;
	color: #FFF;
}

#sommaire_gauche a:hover {
	font-weight: bolder;
	color: #FFF;
}
#en_sommaire_gauche a:hover {
	font-weight: bolder;
	color: #FFF;
}

#fond_rose {
	height: 310px;
	width: 710px;
	background-color: #B3004B;
	float: left;
	margin-left: 10px;
}
#bloc_anim {
	width: 650px;
	float: left;
}
#bloc_sites {
	width: 650px;
	float: left;
}

#icones {
	float: left;
	padding-top: 120px;
	padding-left: 13px;
}
.icone {
	padding-bottom: 5px;
}
#bandeau_principal {
	margin:0 auto;
	position:relative;
	width:650px;
	color: #FFF;
}
#bandeau_sites {
	margin: 0 auto;
	position: relative;
	width: 650px;
	color: #FFF;
}

/* fin de header */

/* corps */
.boite {
	background-image: url(../images/fond_gris.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.bloc_rose {
	background-color: #B3004B;
	height: 20px;
	width: 230px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	float: left;
}
.bloc_orange {
	background-color: #F60;
	height: 20px;
	width: 710px;
	float: right;
}
.bloc_gris {
	background-color: #EFEFEF;
	height: 20px;
	width: 710px;
	float: right;
}
.texte {
	padding-top: 35px;
	padding-right: 40px;
	padding-bottom: 35px;
	padding-left: 270px;
}
.encart {
	float: left;
	width: 320px;
}
/* footer */
#footer {
	font-size: 0.8em;
	font-weight: bold;
	width: 230px;
    text-align: center;
}



/* show more */
.show {
	cursor:pointer;
	color:#B3004B;
	display:inline;
}
.hidden {
	border: 1px solid #CCC;
	margin: 7px;
	padding: 7px;
	color: #594F51;
}


/* balises et classes diverses */
.clear {
	clear: both;
}
h1 {
	font-size: 20px;
	color: #AA2252;
	padding-bottom: 5px;
	font-weight: normal;
}
h2 {	
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;

}
h3 {
	font-weight: normal;
	font-size: 1.2em;
	padding-top: 10px;
	text-align: left;
}
h4 {
	font-size: 12pt;
	color: #AA2252;
	font-weight: bold;
	padding-top: -20px;
}

p {
	text-align: justify;
}
a {
	text-decoration: none;
	color: #9B0042;
}
a:hover {
	color: #CC0057;
}
a img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* li: puces grises, on augmente un peu les marges haut et bas */
li {
	list-style-image: url(../images/puce.png);
	list-style-type: none;
	padding-bottom: 6px;
	padding-top: 3px;
}
/* puces avec la flèche rouge */
.puce_rouge li {       
	list-style-image: url(../images/puce.gif);
}
/* puces dans les encarts sur la page d'accueil (moins de place, donc marges plus petites) */
.encart ul {
	padding-left: 25px;
	margin-right: 15px;
}


.align_left {
	float: left;
	padding-right: 10px;
}
.align_right {
	float: right;
	padding-left: 10px;
}
.align_center {
	float: none;
	text-align: center;
}



.intro {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}
.intro_orange {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	color: #F60;
	text-align: center;
}

.news_titre {
	font-size: 1.2em;
	color: #AA2252;
	padding-top: 20px;
	padding-bottom: 5px;
	font-weight: bold;
}
.news_date {
	font-variant: small-caps;
	color: #858585;
	font-size: 0.85em;
}

/* classe de régine: sommaire aligné à droite sur la page de liens */
.petitsommaire {
	font-size: 12px;
	text-align: right;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 0px;
	color: #7E7477;
}
.texte2 {
	text-align: justify;
	padding: 0px;
	margin-left: 40px;
}

.nom_projet {
	font-weight: bold;
	color: #3A3637;
}
.rose {
	color: #AA2252;
}
.orange {
	color: #F60;
}
.gris_clair {
	color: #999;
}
