/*
/////////////////////////
/ les 3 cadres généraux /
/////////////////////////
*/

#centrage {  /* pour tout centrer */
    width: 916px;
	margin: auto;
}

#conteneur {  /* dans le bloc centré, contient les 3 autres blocs */
    float:left;
    width: 100%;
	margin: auto;
}

#bloc-cartouche-haut {  /* le cartouche en haut contenant le titre */
    margin:auto;
	position:ansolute;
	width: 100%;
	height: 187px;
	margin-bottom: 15px;
	z-index:0;
}
#cartouche-haut-menu {
	width:916px;
    position:absolute;
	top:132px;
	z-index:1;
	clear:left;
}
#bloc-cartouche-bas {  /* le cartouche en bas */
	clear:both;
	margin:auto;
	width: 916px;
	height:100px;
	padding-top:25px;
	background-image: url(../images/commun/cartouche-bas/cartouche-bas.gif);
	background-repeat:no-repeat;
}

#bloc-actualite {  /* le cartouche des actualités résumées */
	float:left;
	width: 280px;
}

#bloc-contenu-rubrique {  /*  le cartouche contenant la rubrique en question */
	float:right;
	width: 608px;
	position:relative;
}

#bloc-entete-rubrique {  /*  l'image de l'entête de la rubrique */
	width: 100%;
	height: 120px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 3px;
	float: right;
}

#bloc-corps-rubrique {  /*  le cartouche contenant la rubrique en question */
	float: right;
	background-color:#FFFFFF;
	width: 99.1%;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-bottom:15px;
	
}

#conteneur-centrage {  /*  pour centrer un bloc quelconque */
	margin:auto;
}


/*
//////////////
/ décoration /
//////////////
*/

body {
	background-color: #f39949;
	background-image: url(../images/commun/fond-general.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #333333;
	margin-top: 1em;
	margin-bottom: 0.1em;
	background-attachment: fixed;
	}
	
a {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #FF9900;
}

a img {border: none;}
	
.grospoint {
    font-size:36px;
	margin-left:5px;
	margin-right:5px;
	position:relative;
	top:-5px
}
.grospoint2 {
    font-size:36px;
	margin-left:5px;
	margin-right:5px;
	position:relative;
	top:-10px
}

.rubrique-h1 {
	display:block;
	width:100%;
	height:100%;
	font-size:1.4em;
	margin:auto;
	text-align: center;
	padding-top: 8%;
	margin-top: 25px;
	color: #FFFFFF;
}
.lettrine {
    position:relative;
	top:0.07em;
	display:block;
	float: left;
	font-size: 300%;
	margin-right:0.15em;
	padding-top: 0.15em; 
}


