html, body 
{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, serif;
	font-size: 12px;
	background: url("../images/design/background.jpg") repeat-x;

}

/*
* POSITIONNEMENT DES ELEMENTS
*/

div#contenu
{
	width: 860px;
	margin: 0 auto;
	position: relative;
	background: url("../images/design/ombre-corps.png") repeat-y;
}

div#header
{
	width: 828px;
	height: 208px;
	margin: auto;
	text-align: center;
}

div#menu-haut
{
	height: 61px;
	width: 828px;
	margin: auto;
	margin-bottom: -24px;
	background: url("../images/design/menu-haut.jpg") no-repeat;
	text-align: center;
	padding-top: 24px;
	font-weight: bold;
}

div#sous-menu-haut
{
	text-align: center;
	margin-bottom: 40px;
}

div#milieu
{
	padding-bottom: 50px;
	width: 828px;
	margin: auto;
	overflow: hidden;
	background-color: white;
	background-image: url("../images/design/background-menu-gauche.jpg");
	background-repeat: repeat-y;
}

div#menu-gauche
{
	float: left;
	width: 180px;
}

div#recherche
{
	width: 199px;
	height: 32px;
	margin: auto;
	margin-top: 20px;
	background-image: url("../images/design/boite-recherche.jpg");
	background-repeat: no-repeat;
}

div#corps 
{
	float: right;
	width: 630px;
	margin-right: 10px;
	margin-top: -30px;
}

#news
{
	width: 99%;
}

div#footer 
{
	width: 100%;
	bottom: 0;
	height: 50px;
	width: 828px;
	margin-left: 16px;
	background: url("../images/design/background-footer.jpg");
	border-top: 1px solid #919191;
}

.centre
{
	text-align: center;
}

.marge-haut
{
	margin-top: 100px;
}


/*
* MISE EN FORME DU TEXTE
*/

div#sous-menu-haut p
{
	font-weight: bold;
	display: inline;
}

div#corps h1
{
	margin-top: 0px;
	height: 30px;
	font-size: 26px;
	text-align: center;
}

div#corps h2
{
	color: white;
	background-color: #ff9800;
	font-size: 16px;
	width: 98%;
	text-align: center;
	border: 1px solid #bc945b;
	padding: 2px;
	margin-top: 30px;
	margin-bottom: 20px;
}

div#corps h3
{
	color: #3d5770;
	font-size: 1.3em;
}

div#corps h4
{
	color: #447b94;
	font-size: 1.2em;
	text-indent: 20px;
	height: 18px;
	background-image: url("../images/inside/fleche_h3.jpg");
	background-repeat: no-repeat;
	margin-top: 90px;
}

div#corps h5
{
	height: 16px;
	text-indent: 20px;
	font-size: 12px;
	background-image: url("../images/inside/puce_bleue.jpg");
	background-repeat: no-repeat; 
	margin-bottom: -10px;
}

div#corps .etoile
{
	font-size: 10px;
}

.titre-actu
{
	color: #3d5770;
	font-size: 1.3em;
	font-weight: bold;
}

div#footer h2
{
	text-align: center;
	padding-top: 14px;
	margin-top: 0px;
	color: white;
	font-size: 17px;
}

div#news h3
{
	font-size: 16px;
	color: black;
	display: inline;
}

div#news h4
{
	margin-top: 0px;
	font-size: 11px;
	color: gray;
	background-image: none;
	text-indent: 0px;
}

div#news p
{
	font-size: 12px;
	color: #525252;
}

div#corps p
{
	line-height: 1.32em;
}

p#access
{
	position: absolute;
	color: #a5b2c4;
	margin-top: 5px;
	margin-left: 10px;
	font-size: 10px;
}

p#retour-haut
{
	margin-bottom: 5px;
	padding-top: 30px;
	text-align: right;
	font-size: 10px;
}

.important
{
	color: black;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.valeur
{
	text-align: center;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 20px;
}


/*
* MISE EN FORME DES LISTES
*/

div#menu-gauche ul.navigation
{
	margin-left: 8px;
	padding-left: 8px;
}

div#menu-gauche ul.navigation li
{
	padding-bottom: 10px;
}

div#menu-gauche ul.subMenu 
{
	margin-left: 0;
	padding-left: 0;
}

div#menu-gauche ul.subMenu li
{
	padding-top: 2px;
	padding-bottom: 1px;
}

div#corps li
{
	padding-top: 5px;
}

/*
* MISE EN FORME DES LIENS
*/

div#menu-haut a
{
	color: white;
	text-decoration: none;
	border-right: 1px solid #bababa;
	padding-right: 3px;
}

div#menu-haut a:hover
{
	text-decoration: underline;
}

div#menu-gauche a
{
	text-decoration: none;
	color: #124d85;
	font-weight: bold;
	font-size: 12px;
}

div#menu-gauche a:hover
{
	text-decoration: underline;
}

div#corps h5 a
{
	color: #4586c8;
	text-decoration: none;
}

div#corps h5 a:hover
{
	color: #2162b3;
}

p#access a
{
	color: #a5b2c4;
	text-decoration: none;
}

p#access a:hover
{
	text-decoration: underline;
}

div#menu-gauche ul.navigation ul.subMenu a
{
	font-size: 11px;
	color: #4d5b63;
}

div#corps a
{
	color: #4a6974;
	font-weight: bold;
	text-decoration: none;
}

div#corps a:hover
{
	text-decoration: underline;
}

p#retour-haut a
{
	color: #a5b2c4;
	text-decoration: none;
}

/*
* MISE EN PLACE DES IMAGES
*/

img
{
	border: none;
}

div#menu-gauche img
{
	margin-left: 25px;
	margin-bottom: 10px;
}

img.image-gauche
{
	float: left;
	margin-right: 15px;
}

img.image-droite
{
	float: right;
	margin-left: 15px;
}

img.image-centre
{
	display: block;
	margin: 3px;
	margin: auto;
}

img.bas-gauche
{
	margin-left: 16px;
}


/*
* MISE EN FORME DES TABLEAUX
*/

div#corps table
{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
}


