html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
body{
	background-color: #172d1f;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
}
tr,td, table, a {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
#global{
	background:url(interface/bg.jpg) no-repeat top center;
	width:1024px;
	height:740px;
	z-index:1;
}
#logo{
	background:url(interface/logo.jpg) no-repeat;
	width:451px;
	height:178px;
	position:relative;
	top:-20px;
	z-index:5;
	float:right;
}
#tel{
	font-size:1.6em;
	font-weight:bold;
	padding-top:15px;
	padding-left:30px;
	text-align:left;
	color:#F00;
}
#tel span{
	font-size:0.9em;
	color:#000;
}
#voiture{
	background:url(interface/voiture.jpg) no-repeat;
	height:211px;
	width:439px;
	position:relative;
	top:-20px;
	float:right;
	z-index:5;
}
#contenuEditable{
	clear:both;
	width:744px;
	*width:788px;
	position:relative;
	top:-53px;
	margin:0px ;
	border: 2px solid #e9d60b;
	background-color:#fff;
	padding:10px 20px;
	text-align:left;
	z-index:2;
}
#contenuEditable p{
	clear:both;
}
#contenuEditable td{
	padding:5px;
}
#filAriane{
	width:450px;
	padding-bottom:80px;
	position:relative;
	z-index:6;
	
}
#filAriane a, #filAriane span, #filAriane p{
	margin:0px;
	font-size:0.9em;
	color:#999;	
	text-decoration:none;
	text-align:left;
	font-weight:normal;clear:both;
}
#filAriane a:hover{
	text-decoration:underline;	
}
h1{
	clear:both;
	font-size:1.3em;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	color:#666;
}
h2{
	font-size:1.1em;
	padding:0px;
	text-transform:uppercase;
	font-weight:bold;
	color:#666;
	border-bottom:1px solid #e9d60b;
}
h3{
	font-size:1em;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
}
#barre_config{
	clear:both;
	background-color:#eee;
	width:100%;
	text-align:center;
	height:16px;
}
/* ---------->>> FOOTER <<<-----------------------------------------------------------------------------*/
#footer{
	font-size: 0.75em; 
	padding-top:30px;
	margin-bottom:-10px;
	height:20px;
	line-height:1.9em;
	text-align:center;
	color:#999;
}
a:visited.lien_bas,  a.lien_bas{
	color: #999;
	text-decoration:none;
}
a:hover.lien_bas{
	color: #333;
	text-decoration:underline;
}
/* ---------->>> style des langues <<<-----------------------------------------------------------------------------*/
#langue{
	position:relative;
	z-index:6;
	float:right;
	width:1024px;
	padding:2px;
	font-size:0.8em;
}
#langue ul{
	float:right;
	list-style:none;
	margin: 0px;
}
#langue li{
	float:left;
}
#langue a{
	color: #FFFFFF;
	text-decoration:none;
	padding-right: 5px;
	padding-left: 5px;
	
}
#langue a:hover{
	color: #cc3300;
	font-weight: bold;
	text-decoration:underline;
}


/* ---------->>> menu t <<<-----------------------------------------------------------------------------*/
#menuH{
	clear:both;
	position:absolute;
	top:40px;
	width:730px;
	margin:0;
	z-index:7;
}
#nav_1{ 
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav_1 a, #subMenusContainer a{
	text-decoration:none;
	display:block;
	padding:0px;
	line-height:1.7em;
}

/* [for non-javascript users this applies to submenu links as well]*/
#nav_1 a{
	margin:0 5px 0 0;
	float:left;	
	background:#e8d507;
	color:#666;
	font-weight:bold;
	padding:5px;
}
#nav_1 a:hover, 
#nav_1 li a:focus, 
#nav_1 a.mainMenuParentBtnFocused{
	border-right:3px solid #666;
	border-bottom:3px solid #666;
}
#subMenusContainer a, 
#nav_1 li li a{
	text-align:left;
	font-size:0.9em;
	padding:5px;
	color:#000;
	font-weight:bold;
}
#nav_1 ol, #nav_1 ul, 
#subMenusContainer ul, 
#subMenusContainer ol {	
	/*border around submenu goes here*/	 
	padding: 0;
	margin: 0;
	list-style: none;
	left:0;
	background-color:#CCC;
	border-right:5px solid #666;
	border-bottom:3px solid #666;
}
#subMenusContainer li:hover{ /* MOZILLA */
	background-color:#e8d507 ;
}
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#subMenusContainer a.subMenuParentBtnFocused,{
	color:#000;
	background-color:#e8d507 ; /* IE */
}

/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav_1 li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	float:left;
}
#subMenusContainer li{	list-style: none;}
#subMenusContainer{	display:block; 	position:absolute;	top:0;	left:0px;	width:100%;	height:0;	overflow:visible;	z-index:1000000000; }
/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn{}
/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused{ }
/* Parent Main Menu Links ---[javascript users only]*/
.mainMenuParentBtn{	 }
/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused{ }

/* ----[ OLs ULs, LIs, and DIVs ]----*/
/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -2px;
}

/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav_1 li li{	float:none; }
#nav_1 li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}
#nav_1 li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}
/* third-and-above-level lists */
#nav_1 li ul ul { margin: -1em 0 0 -1000em; }
#nav_1 li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav_1 li:hover ul{	margin-left: 0; }
#nav_1 li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav_1 li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#nav_1 li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#nav_1 li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#nav_1 li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#nav_1 li:hover a:focus{ margin-left: 0; }
#nav_1 li li:hover a:focus + ul { margin-left: 10em; }




/* ---------->>> texte de formulaire et formulaire input submit etc <<<-----------------------------------------------------------------------------*/
.texte {
	color: #666666;
	font-weight: bold;
	font-size: 10pt;
	text-decoration:none;
}
.texteoffb {
	color: #666666;
	font-weight: normal;
	font-size: 10pt;
	text-decoration:none;
}
.href {
	color: #666666;
	font-weight: bold;
	font-size: 10pt;
	text-decoration:none;
}
.href:hover {
	color: #cc0000;
	text-decoration:underline;
}
.input, textarea {
    border:1px solid #999;
	color: #000;
	font-size: 10pt;
}
.submit {
	background-color: #E8d507;
	color:#333;
	font-weight: bold;
	font-size: 10pt;
	padding:5px;
	cursor:pointer;
}
.submit:hover{
	background-color: #333;
	color:#E8d507;
}
fieldset{
	border:1px solid #666;
	background-color:#CCC;
	*background-color:#fff;
	padding:10px;
}
fieldset legend{
	background-color:#FFF;	
	padding:3px 5px;
	border:1px solid #999;
}


/* ---------->>> Galerie Image et blog photo <<<-----------------------------------------------------------------------------*/
#imageg {
	    padding : 3px;
		background-color: #fff;
		border: 1px dashed #e8e8e8;
}
#imageg:hover {
		background-color: #e8e8e8;
}

/* ---------->>> ADMIN <<<-----------------------------------------------------------------------------*/
#admin{
	color: #000;
	font-weight: normal;
	font-size: 9pt;
	text-decoration:none;
}
#admin:hover{
	color: #000;
	text-decoration:underline;
}
.type {
	color: #f5902a;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration:none;
}

/* ---------->>> ATTENTION NE PAS MODIFIER <<<-----------------------------------------------------------------------------*/

/* Bouton editer */
.editer{
color:#999;
font-size:8pt;
}
.editer:hover{
color:#000;
}
/* bloc admin haut */
#authen {
	position:absolute;
	top:25px;
	right:45px;
	padding: 5px;
	background-color:#FFF;
	border:5px solid #FB3532;
	z-index:45;
	
}

/* ---------->>> FIN DE ATTENTION NE PAS MODIFIER <<<----------------------------------------------------*/

/* ---------->>> style de la bonne année <<<-----------------------------------------------------------------------------*/

.new_year {
	color: #FF0000;
	font-weight: bold;
	font-size: 12pt;
}
