@charset "utf-8";


/*------------------------------------------------
CSS Reset
--------------------------------------------------*/
/*reset*/
* {margin:0; padding:0} 
* {margin-top:0; padding-top:0} 
* {margin-left:0; padding-left:0} 
:link,:visited { text-decoration:none } 
ul,ol { list-style:none } 
address { font-style:normal } 
fieldset { border: 0; } 
img{border:none; background:none;} 
a img {border: 0 none;} 
h1, h2, h3, h4, h5, h6{margin:0; padding:0;} 
.clear{clear:both;}
caption,th {text-align:left;} 
:focus {-moz-outline-style: none; outline-style: none;} 



:link,:visited { text-decoration:none; cursor:pointer; }  
address { font-style:normal } 
fieldset { border: 0; } 
img{
	border:none;
	background-image: none;
	
} 
 img {
	behavior: url(iepngfix.htc);
	}
a img {border: 0 none;} 


/*html, body { cursor: url('documents/curseur.cur'), auto; height: 100%; } */


:focus {-moz-outline-style: none; outline-style:none;} 



body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color:#000;
	margin: 0px; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0px;
	/* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	text-align:center;
	color:#CCC;
	background-image: url(documents/fondBody.jpg);
	background-repeat: no-repeat;
	background-position: right top;
    }
	
*+html body {
	overflow:hidden;
}
*html body {
	overflow:hidden;
	
}
#header {
	
	height: 75px;
	width: 100%;	
	
	text-align:right;
	
}


#container {
	position:relative;
	
	width:850px;
	margin-left: 50%;
	left: -450px;	
	
}



#image_box {
	margin:0;
	margin-top:20px;
	text-align:left;
	
	width: 850px;
	
	
}
/* **************************************************************************/
#menu {
	height: 46px;
	position:relative;
	left:-10px;
	text-align:right;
	
}
.cell_menu {
	float:left;
	text-align:left;
	
	
}
.menu img {
	border:none;
}
.menu li {
	
}
.sous_menu {
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	width:169px;
	height:75px;
	background-image: url(documents/fondSmenu.png);
	padding:7px;
	text-align:right;
	
	margin-top:-130px;
	background-position: right top;
	background-repeat: no-repeat;
	display:none;
	font-size: 11px;
	letter-spacing:2px;
}

*+html .sous_menu {
	margin:-80px;
	
	
	
}
.sous_menu li {
	float:right;
	width:165px;
}

.sous_menu a {
	color: #999;
}
.sous_menu li:hover {
	width:162px;
	background-image: url(documents/fondLiHover.png);
	background-repeat: no-repeat;
	background-position: right;
}



/********************************************************************************/

#image_box .menu_menus {
	position:relative;
	width: 200px;
	
	
	
	float:right;
	text-transform: uppercase;	
	padding:0px;
	margin-top:40px;
	margin-right:70px;
	right:0px;
	
	
}
*+html #image_box .menu_menus {
	
	
}
#image_box .menu_menus a {
	color: #CCC;
	line-height: 22px;	
}
#image_box .menu_menus ul {
	
	text-align:right;
		
}
#image_box .menu_menus li:hover {
	text-align:right;
	background-image: url(documents/fondLiMenus.png);
	background-repeat: repeat-y;
	background-position: right;	
	
}

#text_box {
	width: 800px;
	clear:both;
	text-align:justify;
	min-height:200px;
	padding-top:40px;
	color:#999;
}

#text_box a {
	color: #FFF;
}

#text_box a:hover {
	color: #9d0d15;
}

#footer {
	width: 829px;
	background-image: url(documents/fondFooter.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #666;
}
#footer a {
	color: #666;
	text-decoration: none;
}
h2 {
	font-size: 18px;
	color: #CCC;
	text-transform: capitalize;
	font-weight: lighter;
	font-family: "Times New Roman", Times, serif;
	background-image: url(documents/fleur.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 24px;
}

.Info_menus {
	margin-top:100px;
	float:right;
	padding-top:4px;
	padding-bottom:30px;
	background-image:url(documents/fonInfoMenus.jpg);
	background-repeat:no-repeat;
	width:346px;
	height:93px;
	padding-left:55px;
	line-height: 25px;	 
	 
}
.texte {
	margin:5px;	
	width:170px;
	background-color:#333;
	border:none;
	border:0;
	color:#999;
}

select, option {

	
 }

