/*------ Document Css ------------------------------------------


------------------------------------------------------*/

*
{
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Verdana, Arial, sans-serif;
	background-color: #000000;
}


/* liens ne pas changer l'ordre  ----------------------------------------------*/
a:link{
	text-decoration: none;
	color:#EB821D;
	background-color: transparent;
}

a:visited{
	text-decoration: none;
	color:#EB821D;
	background-color: transparent;
}

a:hover{
	text-decoration: underline;
	color:#EB821D;
	background-color: transparent;
}

a:active{
	text-decoration: none;
	color:#EB821D;
	background-color: transparent;
}


/* div principaux ----------------------------------------------*/

#global { 
	margin:10px 0px 0px 0px;
	
}

#header {
	width:auto;
	height:85px;
	background: transparent url(../images/header3.png) repeat-x;
	}
	
#menu {
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 147px;
	width:171px;
	height:320px;
}

#content {
	margin:10px 0px 0px 325px;
	width:600px;
	height:300px;
	background: rgb(255,255,255);
	padding:10px;
	font-size:11px;
	text-align:justify;
	}
	
#footer {
	margin:5px 0px 0px 390px;
	background: transparent url(../images/footer3.png) center left repeat-x;
	height:97px;
	width:auto;
}

/*  divers ----------------------------------------------*/

h1 {  
font-weight:bold;
font-size:22px;
color:orange;

}
.para1 {
	font-size:9px;
}
	     
.para  {
	padding:4px 0px 0px 0px;
}
     
li {
	list-style-type: none;
	font-size: 13px;
	margin:0px 0px 5px 0px;
}

ol.enum
	{
	margin-top:5px;
	}
	
ol.enum li {
	list-style-type: disc;
	font-size:10px;
	margin-left:30px;
}

ul {
	list-style-type: none;
	height:301px;
	width:171px;
} 

.menu a.choix{
	width: 171px; 
	height: 34px;
	display: block;
	text-align: center;
	background: transparent url(../images/bouton2.gif) center left no-repeat;
	color: #fff;
	font-weight:bold;
	text-decoration:none;
}
.menu a.choix:visited {
	background: transparent url(../images/bouton2.gif) center left no-repeat;
	color: #fff;
	text-decoration:none;
}
.menu a.choix:hover {
	background: transparent url(../images/boutonactif.gif) center left no-repeat;
	color: #333;
	text-decoration:none;
}

.menu a.choix:active{
	background: transparent url(../images/boutonactif.gif) center left no-repeat;
	color: #333;
	text-decoration:none;
}

.paragraphecontent{
	margin-top:5px;
	
}

.paragraphecontentcontact{
	font-size:9px;
	margin-top:100px;
	
}

.spanpartenaires {

}
/*--------------------------------------------- boxe news ---------------------*/

#boxenews {
	background-color:#ffffcc;
	width:590px;
	height:auto;
	border:1px dotted gray;
	padding:3px;
	margin:30px 0px 0px 0px;
	}

.date {
	padding:0px 0px 5px 10px;
	margin:0px;
	font: italic 9px Verdana, sans-serif;
	}
	
.object {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font:small-caps 14px Verdana,sans-serif;
	}

.texte{
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	}
