


body { 

	color: #666; /* Couleur du texte */
	margin: 0; /* Marge extérieures  */ 
	padding: 0; /* Marges intérieures */ 
	text-align: center; /* Permet de centrer la page */ 
	font-size: 70%; /* Grosseur du caractère */ 
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; /* Type de caractère : 
																si l'usager n'a pas verdana 
																alors on essaie Arial, sinon 
																Helvetica, etc  */ 
																
																background-color: #E2E2E2;
																
		
	}

#contenant { 
	width: 	905px; /* Largeur de la page */
	padding: 0px; 
	margin: auto auto; /* Marges : 20pixels en haut et en bas, 0 pixel à droite et gauche */
	text-align: left; /* Justifier le texte à gauche */
	
	background: url(images/fond.png) repeat-y ;




	}
	

	



/* Colonne de gauche */

div#colonne1 {
	float: left;
	width: 180px;
}

#titrerubriquegauche{

margin-left: 15px;
text-transform: uppercase;
color: #ffffff;
line-height: 14px;
font-size: 150%; /* Grosseur du caractère */ 

}

#titrerubriquegauche1{

margin-left: 15px;
text-transform: uppercase;
color: #ffffff;

font-size: 100%; /* Grosseur du caractère */ 

}

#trait {
color: #ffffff;
background: #ffffff;
height: 1px;
border: 0;
margin-left: -3px;


}

#logos {
margin-left: 12px;
margin-top: 10px;
	

}

#pucebleue {

margin-left: 12px;

}


a.sous-menu {

	text-decoration: none;
	color: #ffffff;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	background: #079b9b;


}

a.sous-menu:hover {

	color: #006699;
	background: #ffffff;
	
}


.pucenavart a {

color: #ffffff;
text-decoration: none;
font-size: 100%;
margin-left: 20px;
line-height: 10px;
display: block;

}

.pucenavart a:hover {

	color: #006699;
	background: #ffffff;

}
/* ____________________ */


/* Colonne de droite */




div#colonne2 {
	float: right;
	width: 155px;

}

#margedroite {
margin-left: 7px;


}



input.zonebouton {

float: right;
position: relative;
top: -22px;
right: 14px;
border-style: solid;
border-width:1px;
border-color: #ffffff;

}

#navdroite {


	display: block;
	margin-left: 7px;
	list-style-type: none;
	font-size: 120%; /* Grosseur du caractère */ 
	line-height: 30px;
	
}

#navdroite a {

color: #ffffff;
text-decoration: none;




}


#navdroite a:hover {

color: #ff3300;
background: #ffffff;

}

a.rub1 {

	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 120%;
	text-transform: uppercase;
	text-align: left;
	background: #ff3265;
	line-height: 20px;
	width: 100%;
}
a.rub1:hover {background: #ff6532;}

a.rub2 {

	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 120%;
	text-transform: uppercase;
	text-align: left;
	background: #659800;
	line-height: 20px;
	width: 100%;
}
a.rub2:hover {background: #ff6532;}
a.rub3 {

	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 120%;
	text-transform: uppercase;
	text-align: left;
	background: #326598;
	line-height: 20px;
	width: 100%;
}
a.rub3:hover {background: #ff6532;}

/* ----------------------------------------------
	. Colonne du Centre (contenu de la page)
 ------------------------------------------------*/
div#centre {
	
	margin-left: 195px;
	margin-right: 165px;
	margin-bottom: 10px;
	


}

#pied {
	clear: both; 
position: relative;
top: 35px;

}

#textepied {
	line-height: 11px;
color: #005a8f;
position: relative;
text-align: center;
top: -41px;
font-size: 80%;
		
}


.titrearticle {

display: block;
text-align: right;
font-size: 150%;
color: #ff3366;
font-weight: bold;
}

.descriptif {


text-align: center;
font-size: 130%;
color: #ff295a;
font-weight: bold;
}

.chapo {


text-align: center;
color: #666666;
font-weight: bold;
}




.logo{
width: 	120px;
height: 150px;
margin: 7px;
background-color: #ccccCC;
float: left;


}

#alignement {
width: 	100px;
margin: 10px;


}

a.legendelogo {

	text-decoration: none;
	color: #005a8f;
	font-size: 100%;

	text-align: left;


}

a.legendelogo:hover {
	color: #000000;
	text-decoration: underligne;

	
}

#logoart {


margin: 10px;
float: right;


}

a.recherche {

	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a.recherche:hover {
	color: #ff6630;
	text-decoration: underligne;
}

/* ----------------------------------------------
	. MENU HORIZONTAL (les rollovers du haut)
 ------------------------------------------------*/
/* Positionnement du topmenu */




	#entete { 
	position: relative; /* Condition pour positionner les objets de l'entête */
	margin: 0;
	height: 309px;
	

	} 
	
	
	#topmenu {
	position: absolute; 
	top: 0px; 
	left: 0px;
	
	}
	
	
#vagues {

position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 10; 
	display: block; 
	width: 900px; 
	height: 190px;  

}
#imgfond {

position: absolute; 
	top: 82px; 
	left: 0px; 
	z-index: 0; 
	display: block; 
	width: 900px; 
	height: 190px;  

}

#cache {

position: absolute; 
	top: 260px; 
	left: 155px; 
	z-index: 5; 
	display: block; 


}

	
	

div#item1 a,
div#item1 a:link,
div#item1 a:focus{
	position: absolute; 
	top: 57px; 
	left: 425px; 
	z-index: 20; 
	display: block; 
	width: 100px; 
	height: 100px;  

	}

div#item2 a,
div#item2 a:link,
div#item2 a:focus{
	position: absolute; 
	top: 62px; 
	left: 525px; 
	z-index: 20; 
	display: block; 
	width: 100px; 
	height: 100px;  

	}
	
div#item3 a,
div#item3 a:link,
div#item3 a:focus{
	position: absolute; 
	top: 55px; 
	left: 640px; 
	z-index: 20; 
	display: block; 
	width: 100px; 
	height: 100px;  

	}
/* ----------------------------------------------
	DIVERS
 ------------------------------------------------*/
 


