@charset "iso-8859-1";		
/*
-----------------------------------------------------------------------------------------
Global 
-------------------------------------------------------------------------------------- */
body {
	top : 10;
	margin: 0;
	padding: 0;	
	font-family:	verdana, arial, sans-serif;
	color:			#000000;	
	FONT-SIZE: 		12px;
	background:	#444444;	
} 
#container {
	position: 		relative;
	width: 			1000px;
	margin: 		0 auto; 
	background-color: #000000; 
	border: 		0px solid #BF8229 ;	
} 

/*
-----------------------------------------------------------------------------------------
Autres blocs
-------------------------------------------------------------------------------------- */
#header {
height: 300px;
background:	#444444 url(img/header.jpg) no-repeat top;
}
.sous_header {
height: 10px;
background-color:	#000000;
}

#pied {		
color: #000000;
background-color: #F1F1F1;
overflow: auto;		 
text-align:center;
}
#centre {
background-color: #F1F1F1;	   
}

#centre2 {
background-color: #F1F1F1;	   
}	   


/*
-----------------------------------------------------------------------------------------
Polices
-------------------------------------------------------------------------------------- */
.mini {
	FONT-SIZE: 9px ; 
}
.copyright {
	FONT-SIZE: 10px ; color: #000000 ;
}
A.copyright {
	color: #000000 ; TEXT-DECORATION: none ; FONT-SIZE: 10px ; 
}
A.copyright:hover {
	color: #000000 ; TEXT-DECORATION: underline ; FONT-SIZE: 10px ; 
}
A.menu {
	color: #DC3900 ; TEXT-DECORATION: none ; FONT-SIZE: 10px ; font-weight: bold ;
}
A.menu:hover {
	color: #000000 ; TEXT-DECORATION: underline ; FONT-SIZE: 10px ; font-weight: bold ;
}
A {
	color: #0000aa ; TEXT-DECORATION: none ; 
}
A:hover {
	color: #aa0000 ; TEXT-DECORATION: underline ; 
}

.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche ul {
height: 35px ;
margin: 0 ;
padding: 0 ;
background: url(bg_menu.gif) repeat-x 0 -25px ;
list-style-type: none ;
}  
li {
height: 20px ;		
color: #000099 ;
}
.menugauche li {
float: left ;
text-align: center ;
}
.menugauche a {
width: 130px ;
line-height: 25px ;
font-size: 1.2em ;
font-weight: bold ;
letter-spacing: 2px ;
color: #fff ;
display: block ;
text-decoration: none ;
border-right: 2px solid #FAEEBA ;
}
.menugauche a:hover {
text-decoration: none;
background-color: #FDDD8F;
color: #BF8229;
}
p {		
color: #000000 ;
margin: 0 0 10px 0;
text-align: justify ; 
text-indent: 2em ;	  
line-height: 2em ;  
}
h1
{
	line-height: 25px ;
	font-size: 2.5em ;
	color: #990000 ;  
	text-align: center ;	 
	
}
h2
{
	padding-left: 25px ;
	line-height: 25px ;
	font-size: 1.8em ;	
	color: #222222 ;
	text-decoration:underline ;	  
	/*font-style:italic;		    */
}
h3
{
	color: #559999 ;
}
h4
{
	color: #559999 ;
}
h5
{
	color: #DC3900 ;   
	border-bottom: 1px solid #DC3900 ;
	border-left: 1px solid #DC3900 ;	  
	padding-left: 15px ;	
	margin-left: 25px ;	  
	font-size: 0.8em ;	
}
.red
{
	color: #990000 ;
	font-size: 1.6em ;		
}
.purple
{
	font-weight: bold ;
	color: purple ;	
	text-align:center;
}
.img_border
{
	margin-right:20px;
}
/*
-----------------------------------------------------------------------------------------
Divers
-------------------------------------------------------------------------------------- */
INPUT {
	FONT-SIZE: 12px; background-color: #ffffff; border: 1px #ff0000 solid; color: red
}
SELECT {
	FONT-SIZE: 12px; 
}
textarea { 
	background-color: #ffffff; border: 1px #ffb400 solid; color: gray
}					