/* page générale */
BODY {
	background: rgb(0,96,119);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 80%;
	margin:10px;
}

/* bandeau */
#bandeau {
	width: 910px;
	height: 130px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	position: absolute;
	top: 10px;
	left: 15px;
	border: 0;
}

/* menu vertical */
#menu {
position: absolute; 
top: 150px;
left: 10px;
height: 20px;
width: 220px;
font-family: berlin sans fb, Arial, Helvetica, sans-serif;
font-size: 110%;
}
#menu ul {
list-style-type: none;
cursor: pointer;
text-align: center;
font-size: 100%;
background: rgb(0,96,119);
border: 2px solid rgb(179,220,31);
margin: 1px;
}

#menu li a{
color: #FFFFFF;
font-size: 100%;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu li a:hover, #menu li a:focus{
background: rgb(179,220,31); 
font-size: 100%;
text-align: center;
}

.element_menu h3{    
   color: rgb (255,255,255);
   font-family: berlin sans fb, Arial, helvetican, sans serif;
   text-align: center;
   background: rgb(179,220,31);
   top: 8px;
	padding: 0px;
	margin: 0px;
	font-size: 130%;
}

.element_menu ul{
	list-style-type: none;
	cursor: pointer;
	text-align: center;
	font-size: 100%;
	background: rgb(179,220,31);
	border: 0;
	margin: 1px;
}

.element_menu li/{
	color: #FFFFFF;
	font-size: 100%;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}

.element_menu a:hover {
	background: rgb(179,220,31); 
	font-size: 100%;
	text-align: center;
}

.element_menu li:focus{
background: rgb(179,220,31); 
font-size: 100%;
text-align: center;
}

/* partic centrale de la page */
#corps{
	position: absolute;
	top: 150px;
	left: 240px;
	text-align: justify;
	width: 670px;
	font-family: berlin sans fb, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	border: 3px solid rgb(179,220,31);
	padding-right: 10px;
	background-image:url(../images/fondcontenu.jpg); 
}

/* contenu  de la partie centrale de la page*/
.contenu {
	position: relative;
	top: 0px;
	left: 10px;
	right: 10px;
	bottom: 5px;
	width: 600px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 50px;
	padding-bottom: 15px;
	margin : 10px;
}

/* titre */
H1 {	/* titre général de la page (bleu) */
	position: absolute;
	top: 8px;
	padding: 0px;
	margin: 0px;
	color: rgb(0,96,119); 
	font-family: Berlin sans fb, Arial, Helvetica, sans-serif;
	font-size: 200%;
	border: 3px;		
}

H2{/* titre 2e catégorie de la page (vert) */
	position: center;
	top: 0px;
	padding: 0px;
	margin: 0px;
	color: rgb(179,220,31); 
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 140%;
	border: 3px;		
}

H3{/* titre du menu (blanc) */
	position: center;
	top: 8px;
	padding: 0px;
	margin: 0px;
	color: rgb(255,255,255); 
	font-family: Berlin sans fb, Arial, Helvetica, sans-serif;
	font-size: 150%;
	border: 3px;		
}

H4{
	position: center;
	top: 8px;
	padding: 0px;
	margin: 0px;
	color: rgb(0,96,119); 
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 110%;
	border: 3px;
	text-indent: 30px;	
}

.h4bis{
	top: 0px;
	padding: 0px;
	margin: 0px;
	color: rgb(0,96,119); 
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 110%;
	border: 3px;
	text-indent: 30px;	
}

H5{
	position: center;
	top: 8px;
	padding: 0px;
	margin: 0px;
	color: rgb(179,220,31); 
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 110%;
	border: 3px;
	text-indent: 0px;	
}

H6{
	position: center;
	top: 8px;
	padding: 0px;
	margin: 0px;
	color: rgb(0,96,119); 
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 110%;
	border: 3px;
	text-indent: 0px;	
}

.soustitre
{
font-style: italic;
color: rgb(0,96,119); 
font-size: 100%;
font-family: Arial, Helvetica, sans-serif;
text-indent: 30px;
padding: 0px;
margin: 0px;
}

.soustitreh5
{
font-style: italic;
color: rgb(179,220,31); 
font-size: 100%;
font-family: Arial, Helvetica, sans-serif;
text-indent: 12px;
padding: 0px;
margin: 0px;
}

.soustitreh6
{
font-style: italic;
color: rgb(0,96,119); 
font-size: 100%;
font-family: Arial, Helvetica, sans-serif;
text-indent: 12px;
padding: 0px;
margin: 0px;
}

.soustitreh6bis
{
font-style: italic;
color: rgb(0,96,119); 
font-size: 100%;
font-family: Arial, Helvetica, sans-serif;
text-indent: 0px;
padding: 0px;
margin: 0px;
}

.soustitreitalique
{
font-style: italic;
color: rgb(0,96,119); 
font-size: 100%;
font-family: Arial, Helvetica, sans-serif;
text-indent: 30px
}

/* paragraphe */
p{
text-indent: 15px
}

.attention{
text-decoration: underline;
text-transform: uppercase;
color: rgb(204,0,0); 
font-size: 130%;
font-family: Arial, Helvetica, sans-serif;
text-indent: 0px
}

.sans_indentation{
text-indent: 0px;
}

.centrer{
text-align: center;
}

/*effet de style*/

.italique{
font-style: italic;
}

.italiqueloi{
font-style: italic;
text-indent: 0px;
}

.italiquebleu{
font-style: italic;
color: rgb(0,96,119); 
}

.italiquebleu2{
font-style: italic;
color: rgb(0,96,119); 
text-indent: 0px;
}

.signature{
font-style: italic;
color: rgb(0,96,119); 
}

/* puce */

li.fleche
{
list-style-image: url(../images/fleche.jpg);
text-indent: 15px;
font-style: italic;
color: rgb(0,96,119); 
}

li.cercle
{
list-style-image: disc;
text-indent: 15px;
}

li.espace
{
line-height: 12pt;
list-style-type: none;
}	

li.vide
{
line-height: 12pt;
list-style-type: none;
text-indent: 0px;
}
	
/* liens */
A {
	color: rgb:(0,96,119);
}

.menu{
color: rgb:(0,96,119);
text-decoration: none;

}

A:hover {
	color: rgb:(0,96,119);
	text-decoration: none;
}
A:visited {
	color: #400080;
	text-decoration: underline;
}

a.droite{
left: 500px;
}



/* encard */
.encard
{
	background-color: rgb(240,255,255);
	border: 1px solid rgb(179,220,31);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
	width: 172px;
	margin: 25px;
	margin-right: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 10px;
	float: right; 
}

.encardimportant
{
	background-color: rgb(0,96,119);
	border: 1px solid rgb(179,220,31);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
	width: 580px;
	margin: 8px;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 10px;
}

.encardlong
{
	background-color: rgb(240,255,255);
	border: 1px solid rgb(0,96,119);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
	width: 580px;
	margin: 8px;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 10px;
}

.titreencard{
font-style: italic;
text-transform: uppercase;
color: rgb(179,220,31); 
text-indent: 0px;
padding: 0px;
margin: 0px;
}

.titreencardcentre{
position: center;
font-style: italic;
text-transform: uppercase;
color: rgb(179,220,31); 
text-indent: 38px;
font-size: 110%;
}

.titreencardbleu{
font-style: italic;
text-transform: uppercase;
color: rgb(0,96,119); 
text-indent: 0px;
padding: 0px;
margin: 0px;
}

/* images */

img{
border: none ;
position: center;
}

.colonne_gauche img{
	border-bottom-width: 55px;
	width: 140px;
	float: left;
}

.actu img{
	border-bottom-width: 55px;
	float: left;
	width: 95px;
	height: 112px;

}

.colonne_gauche1 img{
float: left;
}
.colonne_gauche2 img{
	border-bottom-width: 55px;
	width: 93px;
	height: 140px;
	float: left;
}

.colonne_gauche3 img{
	border-bottom-width: 55px;
	width: 128px;
	height: 76px;
	float: left;
}

.colonne_gauche4 img{
	border-bottom-width: 55px;
	width: 66px;
	height: 96px;
	float: left;
}

.colonne_droite {
	position: relative;
	left: 30px;
	top: 0px;
	right: 0px;
	width: 472px;
}

.colonne_droiteencardroite {
	position: relative;
	left: 0px;
	top: 0px;
	right: 20px;
	
}
.colonne_milieu {
	position: relative;
	left: 25px;
	top: 0px;
	right: 0px;
	width: 250px;
}

.colonne_gauche{
	position: relative;
	top: 0px;
	width: 370px;
}

.colonne_droiteguide{
	position: relative;
	left: 30px;
	top: 0px;
	right: 0px;
	width: 470px;
	padding-left: 10px;
	height: auto;
	border-right-width: thin;
}

.a_droite {
	position: relative;
	left: 50px;
	top: 0px;
	right: 0px;
	width: 420px;
}

.a_droite2 {
	position: relative;
	left: 160px;
	color: rgb(0,96,119); 
font-size: 90%;
}

.ttadroite {
	position: relative;
	left: 490px;
	color: rgb(0,96,119); 
font-size: 90%;
}

.fleche2
{
font-style: italic;
color: rgb(179,220,31); 
font-size: 125%;
font-family: Berlin sans fb, Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
}



/* Pied de page*/
#pied_de_page{	
	position: absolue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(255,255,255); 
	font-size: 80%;
	top: 300px;
	left: 0px;
}
.listeguide {
	left: 400px;
}

