html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
body{
	background-color: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #fff;
}
tr,td, table, a {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
#contenuEditable{
	margin:10px auto;
	width:975px;
	*width:1015px; /* IE */
	text-align:left;
	padding:20px;
}
#filAriane{
	margin:10px 0;
}
#filAriane a, #filAriane p, #filAriane span{
	color:#FFF;	
	font-weight:normal;
	text-decoration:none;
	font-size:0.9em;
}
#filAriane a:hover{
	text-decoration:underline;	
}

h1{
	color:#0080c3;
	font-size:1.6em;
}
h2{
	color:#0080c3;
	font-size:1.2em;
	background:url(interface/titre.jpg) no-repeat;
	padding:5px;
	width:450px;
	height:30px;
}
h3{
	color:#0080c3;
	font-size:1.1em;
}
h6{
	background-color:#0080c3;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#FFF;
	padding:5px;
	font-size:1em;
	width:150px;
	cursor:pointer;
	text-align:center;
}
h6 a{
	text-decoration:none;
	color:#FFF;
}
h6 a:visited{
	text-decoration:none;
	color:#000;
}
.geoloc_addr{
	color:#000;
}
#map{
	margin-top:10px;
}
/* ---------->>> FOOTER <<<-----------------------------------------------------------------------------*/
#footer{
	clear:both;
	background: url( interface/footer.jpg) no-repeat center; 
	font-size: 0.75em; 
	color:#000;
	position:relative;
	margin-top:30px;
	bottom:0px;
	width:100%;
	height:20px;
	line-height:1.9em;
	text-align:center;
}
a:visited.lien_bas,  a.lien_bas{
	color: #000;
	text-decoration:none;
}
a:hover.lien_bas{
	color: #cc0000;
	text-decoration:underline;
}
/* ---------->>> style des langues <<<-----------------------------------------------------------------------------*/
#langue{
	width:1015px;
	height:25px;
	margin-top:10px;
}

#langue ul{
	float:right;
	list-style:none;
	margin: 0px;
}
#langue li{
	float:left;
}
#langue a{
	color: #FFFFFF;
	font-size: 10pt;
	text-decoration:none;
	padding-right: 5px;
	padding-left: 5px;
}
#langue a:hover{
	color: #cc3300;
	font-weight: bold;
	font-size: 10pt;
	text-decoration:underline;
}


/* ---------->>> menu  <<<-----------------------------------------------------------------------------*/
#menuH{
	width:1015px;
	font-size:0.9em;
	padding:0 0 0 60px;
	*margin:-3px 0 0 0px;
	height:30px;
}
#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;
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav_1 a{
	margin:0 5px 0 0;
	float:left;	
	background-image:url("interface/ongletBlanc.jpg"); 
	background-repeat:no-repeat; 
	width:108px;
	height:26px;
	color:#999;
	font-weight:bold;
}
#nav_1 a:hover, 
#nav_1 li a:focus, 
#nav_1 a.mainMenuParentBtnFocused{
	background-image:url("interface/ongletRouge.jpg"); 
	background-repeat:no-repeat; 
	color:#FFF;
}
#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:#0099cc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#subMenusContainer li:hover{ /* MOZILLA */
	background-color:#fff ;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#subMenusContainer a.subMenuParentBtnFocused,{
	color:#c00;
	background-color:#fff ; /* 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 {
	color: #000099;
	font-size: 10pt;
}
.submit {
	border:none;
	background-color: #fff;
	color: #666;
	font-weight: bold;
	font-size: 10pt;
	padding: 2px;
	cursor:pointer;
}
.submit:hover {
	border:none;
	background-color: #cc0000;
	color:#FFF;
}
fieldset{
	border:1px solid #0099cc;	
	padding:10px;
}
fieldset .texte{
	color:#ccc;
}
fieldset legend span.texte{
	color:#0099cc;
	font-size:1.2em;
}
#barre_config{
	clear:both;
	background-color:#eee;
	width:100%;
	text-align:center;
	height:16px;
}

/* ---------->>> Galerie Image et blog photo <<<-----------------------------------------------------------------------------*/
#imageg {
		border: 2px solid white;
}
#imageg:hover {
		border: 2px solid #C00;/* MOZ*/
}
#liste li{
	z-index:1px;
	float: left;
	padding: 10px;
}

#pages{
	cursor:pointer;
	font-weight:bold;
	background-color:#FFF;
	color:#000;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:2px;
}
#pagedessus{
	cursor:pointer;
	font-weight:bold;
	background-color:#C00;
	color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
		padding:2px;
}

/* ---------->>> 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;
}

