* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
 background-image: url(images/fonds1.jpg);
 background-repeat:repeat;
}
.wrapper {
 width: 1000px;
 height:100%;
 margin: 0 auto;
 background-image: url(images/fond1024.jpg);
 background-repeat:repeat-y;
 border: 2px solid #018843;
}
/*---page album---*/
.cadre {
 width: 1000px;
 margin: 0 auto;
 background-image: url(photos/albumfond1.jpg);
 background-repeat:repeat-y;
 }
/* ------------------------ Début Header -----------------*/
.header {
 margin: auto;
 background-image: url(images/banniere.jpg);
 min-height: 190px;
 padding: 10px 0px 0px 0px;
}
* html .header {height:190px} /* IE Min-Height Hack */ 
.logo_raid {
	margin:40px;
	float:right;
	width:200px;
	height:124px;
	}
/* ------------------------ Fin Header -----------------*/

/* ------------------------ Début Nav Bar -----------------*/
.nav-bar {
	overflow:hidden;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 65px;
	text-align: left;
}
* html .nav-bar {height: 30px} /* IE Min-Height Hack */ 


/* Menu */

#menu, #menu ul /* Liste */	
{
	padding : 0; 
	margin : 0; 
	list-style : none; 
	line-height : 21px; /* hauteur pour chaque élément */
	text-align : center; 
}

#menu /* Ensemble du menu */
{
	font-weight : bold; 
	font-family : Arial; 
	font-size : 12px; /* hauteur du texte */
	
}

#menu a /* Contenu des listes */
{
	display	: block; /* on change le type d'élément, les liens deviennent des balises de type block */
	padding	: 0; 
	background : #005aae; /* couleur de fond */	
	color : #b1d9ff; /* couleur du texte */
	text-decoration : none; /* supprime le style par défault des liens (la pluspart du temps = souligné) */
	width : 144px; 
}

#menu li /* Elements des listes */	
{ 
	float : left; 
	/* pour ie qui ne reconnait pas "transparent" */
	border-right : 1px solid #fff; /* bordure blanche à droite de chaque élément */
}

/* ie ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
	border-right: 1px solid transparent ; /* bordure transparante à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
	position: absolute; 
	width: 144px;
	left: -999em; /* envoi loin du champ de vision */
}


#menu li ul li /* Eléments de sous-listes */
{
	/* pour ie qui ne reconnait pas "transparent" (comme précédement) */
	border-top : 1px solid #fff; /* bordure blanche en haut de chaque élément d'une sous liste */
}

/* ie ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li		
{
	border-top : 1px solid transparent; /* bordure transparante en haut de chaque élément */
}

#menu a:hover, #menu li ul a:hover /* Lorsque la souris passe sur un des liens */	
{
	color: #005aae; /* texte en noir ... */
	background: #b1d9ff; /* fond en blanc */
}


#menu li:hover ul, #menu li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste */
{
	left: auto; /* Repositionnement normal */
	min-height: 0; /* Corrige un bug */
}


a
{
	text-decoration: none;
	color: #ae0000;
}

a:hover
{
	font-weight: bold;
}
/* ------------------------ Fin Nav Bar -----------------*/

/* ------------------------ Début conteneur -----------------*/
#conteneur {
 width: 1000px;
 height: 800px;
 padding: 1px 0px 1px 0px;
 margin-bottom: 13px;
}
* html #conteneur {height: 655px} /* IE Min-Height Hack */ 



/* ------------------------ Fin conteneur -----------------*/

/* ------------------------ Début colonne -----------------*/
#colonne { /* Parent Wrapper for inside boxes */ 
 margin: 10px 10px 10px 10px;
 display: inline; /* IE Hack */
 width: 980px;
 height: 400px;
 float: left;
}
/* ------------------------ Fin colonne -----------------*/

/* ------------------------ Début Footer -----------------*/
#footer {
 margin-bottom: 3px;
 text-align: center;
}
/* ------------------------ Fin Footer -----------------*/

h1 {
 font-size: 23px;
 font-family: Arial;
 text-align: center;
 
}

h3{
 font-size: 16px;
 font-family: Tahoma, Arial;
 text-align: left;
 color: black;
}


/*-------- images --------*/
img {
 border: none;
}
.ima_right {
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
}
.ima_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
.ima_center{
	margin-bottom: -18px;/* centrage gif */
}

.centre
{
	text-align: center;
}

.first-letter {
   float: left; 
   font-size: 2.5em; 
   font-family: Arial, Georgia, "Times New Roman", Times, serif; 
   font-weight: bold; 
   margin-right: 2px;
   padding-top: 10px;
}
.float {
 float: left;
 padding: 0px 10px 0px 0px;
}

/* Links */
a:link {
 color: rgb(0, 0, 238); /* bleu */
 text-decoration: none;
}
a:visited {
 text-decoration: none;
}
a:hover {
 color: #333333;
 background-color: #fff;
 text-decoration: none;
}

#logo_fb {
	margin:30px;
	width:80px;
	height:80px;
}

.style2{
 font-size: 14px;
 color: #000000;
 font-family: Arial, Georgia, "Times New Roman";
}

.clear{
 clear:both;
}

#liste li{
   list-style-type: disc;
   margin-left: 30px;
   line-height : 22px;
}

#listefleche li{
   list-style-image: url("images/ind.gif");
   margin-left: 40px;
   line-height: 25px;
}


.table{
	text-align: center;
}


