/* CSS Document */
html {
margin: 0;
padding: 0;
}
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.2;	
	margin: 5px 0 5px 0;
	padding: 0px;
	background-image:url(images/bg8.jpg);
	text-align:center;
	font-size: 0.8em;
	
}
div { margin: 0; padding: 0;}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 1.5em Arial, sans-serif;
 color: #133386;
 margin: 0px;
 padding: 10px;
}

h2{
 font: bold 1.1em Arial, sans-serif;
 color: #133386;
 margin: 0px;
 padding: 10px;
}

h3{
 font: bold 1.2em Arial,sans-serif;
 color: #133386;
 margin: 0px;
 padding: 10px;
}

h4{
 font: 1.0em Arial,sans-serif;
 color: #133386;
 margin: 0px;
 padding: 10px;
}

h5{
 font: 1.0em Arial,sans-serif;
 color: #133386;
 margin: 0px;
 padding: 10px;
}

li {

list-style-image:url(images/icon.gif);}

img {
padding: 2px; }

td {
font-size: 0.8em;
}

/* Structure du site */
#site{
	width:782px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #999999;	
	text-align:left;
}

#top {
/*background-image:url(images/top.jpg);
background-repeat:no-repeat;*/
width:780px;
height:157px;
}
#top img{
border: 0;
}

/***côté gauche ***/

#contenu_gauche {
	width:551px;
	height: 990px;
	overflow:auto;
	background-color:#DFDFDF;
	background-image:url(images/fond_milieu.jpg);
	background-repeat:no-repeat;
	/*background-attachment:fixed;*/
	text-align:justify;
	float:left;
}

#entete_contenu {
background-image:url(images/w3.jpg);
background-repeat:no-repeat;
width:551px;
height:54px;
overflow:hidden;
}

#milieu {
	padding: 0 15px 0 5px;}

/* côté droit */

#bloc_droite {
	background-color:#4769C2;
	width:226px;
	height: 990px;
	/*overflow:auto;*/
	float:right;

}
#entete_bloc_droite {
	background-image:url(images/w2.jpg);
	background-repeat:no-repeat;
	height:46px;
	
}
/*  pieds pleine largeur */
#grand_pied
{
	background-image: url(images/pied2.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 780px;
	margin: 0;
	padding: 0;
	/*line-height:10px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
#menu_bas {

	background-image:url(images/glbnav_background.gif);
	height: 30px;
	text-align:center;
	padding-top: 8px;
	margin: 0;
	
}


/*  Classes spécifiques */

	/* Formatage du texte de la colonne de droite */

#bloc_droite p  {
	color:#E8E8E8;
/*	padding: 0 5px 0 5px;
	margin: 0;*/
}

#bloc_droite  h1, #bloc_droite h2, #bloc_droite h3, #bloc_droite li, #bloc_droite a {  
	color:#E8E8E8;  }

/* généralitées */

.rouge {
	color:#990033;}

.gras {
	font-weight:bold;}
	
.asterix {
color:#990033;
font-weight:bold;
font-size: 1.2em;
}

.padding10 {
	padding: 10px;}

.padding5 {
	padding: 5px;}
	
.float_right {
float:right; }

.float_left {
float:left;}

.links {
	font-family: Verdana;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: none;
	font-size: 0.8em;
}
.copyright{
	margin:0;
	padding: 3px;
	background-color:#FFFFFF;
	text-align:center;
	font-size:0.8em;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}.plus_gros {
	font-size: 1.2em;
}

.freestyle {
	font-size:1.2em;
	font-family: "Lucida Handwriting", Georgia;



}