﻿

/* Général */
* {
	padding:0px;
	margin:0px;
}

a:link {color: #000 ; text-decoration: underline ;}
a:visited {color: #808000 ; }
a:hover { color: #999999 ; text-decoration: underline overline ; }  

strong {
	color: #A1B55D;
}

body {
	padding: 10px 5px;
}
#global {
	width: 970px;/* -> 3 */
	height:auto;
	margin: 0 auto; /* -> 4 */
	color:#000;
}

/* En-tête */
#entete {
	height: auto;
	width:970px;
	background-color:#000;

}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;

}


/* Bloc central contenant #navigation et #contenu */
#centre {
	background: #FFF; /* Voir -> Note 1 */
	width: 970px; /* -> 5 */
	overflow: none; /* -> 5 */
	height: auto%;
	margin:auto;
	padding:top;
}

/* Colonne de gauche dans global */
#pub {
	background: #fff; /* -> 2 */
	overflow:none;
	margin-left:2px;
	margin-top:10px;
	width: 158px;
	float: left; /* -> 6 */
}
#pub_liste{
	margin-left:2px;
	margin-left:2px;
	margin-right:8px;
	border-right:none;
	width: 170px;
	float: left; /* -> 6 */
}
#index {
	width:780px;
	height:auto;
	margin-top:10px;
	margin-right:2px;

}

#presentation_liste {
	width:780px;
	height:auto;
	margin:176px;
	margin-top:10px;
	margin-right:2px;

}
/* Contenu principal */
#contenu {
	width:auto;
	height:auto;
	margin:165px;
	margin-top:10px;
	margin-right:2px;
}

/* --- POSITIONNEMENT --- */

/* Page */




.headerFooter input.search,.headerFooter input.submit{ display:inline-block; vertical-align:middle;} 

.headerFooter input.search{ 
width:400px; 
max-height:27px; 
padding:5px; 
vertical-align:middle;  
background:#000; 

} 

.headerFooter input.search { 
background:#000;
margin-left:20px;

 }  

.headerFooter input.search { 
background:#fff ; 
} 

.headerFooter input.submit{ 

padding:20px; 
margin-left:-20px; 
text-align:center;   
cursor:pointer;
} 


/* Pied de page */
#pied {
	position: relative;
	display: inline-block;
	background-color:#fff;
	width:970px;
	height:40px;
	font-size: 1.5 em;
	text-align:center;
}

/* Mention de copyright */
#copyright {
	margin: 8px 0 0 0;
	font-size: 1em;
	text-align: left;
}
/* ---menu---*/


.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
.menu ul{
	background:#333333;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#333333  url(images/seperator.gif) bottom right no-repeat;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 22px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #C8D214 url(../images/hover.gif) bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url(../images/sub_sep.gif) bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:auto;
		font-size:11px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#C8D214 url(../images/hover_sub.gif) center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	
/* ---menu_region---*/

.menu_region{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
.menu_region ul{
	background:#ffffff;
	height:25px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu_region li{
		float:left;
		padding:0px;
		}
	.menu_region li a{
		background:#333333 url(images/seperator.gif) bottom right no-repeat;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:25px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}

	.menu_region li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu_region li:hover ul{
		display:block;
		
		}
	.menu_region li li {
		background:url(../images/sub_sep.gif) bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu_region li:hover li a{
		background:none;
		
		}
	.menu_region li ul a{
		display:block;
		height:auto;
		font-size:11px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu_region li ul a:hover, .menu_region li ul li:hover a{
			background:#C8D214 url(../images/hover_sub.gif) center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu_region p{
		clear:left;
		}	
		
#header img {

}

.filet-x{
background-repeat:repeat-x;
}
.filet-y{
background-repeat:repeat-y;
}

.span {
	border:1px solid red;
}
.floatbottom{
	position:relative;
}

.navigation_base{
	text-align:center;
}