/* CSS Document */
* {
		margin:0;
		padding:0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	
body{
	background-color:#DEB5DE;
	scrollbar-face-color: #FFFFDB;/*fond ascenceur ButtonText*/
	scrollbar-shadow-color: #632963 ;
	scrollbar-highlight-color: #632963 ;
	scrollbar-3dlight-color: #DEB5DE ;
	scrollbar-darkshadow-color: #DEB5DE ;
	scrollbar-track-color: #DEB5DE;/*fond scroll*/
	scrollbar-arrow-color: #DEB5DE ;
	scrollbar-base-color: #DEB5DE ;
}

#contener{
	width:800px;
	height:600px;
	margin: 10px auto 0 auto;
	background-image:url(../images/fonf.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#logo{
	width:800px;
	float:left;
	}
	
#menu{
	margin-top:180px;
	margin-left:0px;
	width:300px;
	float:left;
}

#menu li{
	margin-bottom:3px;
	width:240px;
	padding-left:25px;
	padding-top:0px;
	
	background-image:url(../images/bgMenu.jpg);
	background-position:top left ;
	background-repeat:no-repeat;
	
	list-style-type:none;
	line-height:27px;
		}

#menu li a{
	text-decoration:none;
	color:#DEB5DE;
}
	
#menu li a:hover{
	color:#FFFFDB;
	}
	
#menu li #select a{
	color:#FFFFDB;
}
/*--------------------------------------CONTENU-----------------------------------------*/
#contenu{
	margin-top:80px;
	width:450px;
	height:400px;
	float:left;
	padding:5px 0 5px 5px;
	overflow: auto;
}

h1{
	width: 395px;
	height:40px;

	margin-bottom:10px;
	margin-top: 15px;
	padding-bottom: 5px;	
	
	font-style: normal;
	font-weight: bolder;
	color:#632963;
	font-size: 16px;
	text-align:center;
	
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #632963;
	
}
#troyes{
	width: 395px;
	height:40px;

	margin-bottom:10px;
	margin-top: 15px;
	padding-bottom: 5px;	
	
	font-style: normal;
	font-weight: bolder;
	color:#632963;
	font-size: 16px;
	text-align:center;
}

h2{
/*	float: left;*/
	width: 400px;
	margin-top: 10px;
	margin-bottom:5px;

	font-size: 14px;
	font-weight: bold;
	color: #632963;
}

h3{
	width: 400px;
	margin-bottom:15px;
	margin-top: 30px;
	padding-bottom: 5px;	

	color:#632963;
	font-size: 14px;
	text-align:center;
	font-style: normal;
	font-weight: bold;
	
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #632963;
	
}

h4{
	font-weight: bold;
	width: 400px;
	color: #632963;
/*	float: left;*/
	margin-top: 10px;

}
h5{
	font-weight: bold;
}
h6{
	color: #632963;
	text-align: justify;
	width: 180px;
	float:right;
	margin-top:5px;
	margin-left:5px;
	font-style: italic;
	padding:5px;
	font-weight: 100;
	background-color: #CC99FF;
}

#contenu p{
	color: #632963;
	text-align: justify;
	width: 190px;
/*	float: left;*/
	margin-right:5px;
	margin-top:5px;
}

#contenu p.400 {
	width: 400px;
	text-align: justify;
/*	float: left;*/
	margin-top:5px;
}

#contenu ul{
	color: #632963;
/*	float:left;*/
}
#contenu li{
	margin-bottom:5px;
	width:400px;
	text-align:justify;
}
#contenu li a{
	color: #632963;
}
.souligne{
	text-decoration:overline;
}
#contenu img{
	float: right;
} 
#contenu li img.centre{
 margin:0 0 0 60px;
 float:none;
}

#contenu p.conseil{
	color: #666666;
	width: 400px;
	margin-top: 5px;
}
.left{
	margin-right:15px;
}
strong{
	font-weight: bold;
	float:none;
	width:400px;
}
.cadre{
	width: 180px;
	height: 150px;
	float:left;
	margin-top:5px;
	margin-right:5px;
	padding:0px;
	border: none;
	background-color: #FFFB80;
}
#contenu .cadre p{
	width: 180px;

	font-style: normal;
	line-height: 11pt;
}
.petitePolice{
	font-size: 10px;
	color: #000000;
	text-align:center;
}
/*--------------------------------------CONTACT-----------------------------------------*/

form {
	width:390px;
	
	margin-top:0px;
	margin-right:0;
	margin-bottom:10px;
	margin-left:0px;
	
	padding: 0px;
	}

form label{
	width: 100px;
	margin-top:10px;
	display:block;
	color:#ff;
	font-weight:bold;
}

form #envoyer{
	margin-top: 10px;
	color:#990000;
	font-weight:bold;
}
/*--------------------------------------COPYRIGHT-----------------------------------------*/
#copyright {
	height: 25px;
	float:right;

	margin-top:20px;
	margin-right:40px;
	margin-bottom:10px;
	margin-left:0px;
	
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left:5px;
		
	font-size: 9px;
	color:#000000;
	text-align:right;
	text-decoration: none;
}
#copyright a{
	color:#FFFFDB;
	font-size: 9px;
}
/*dernieres*/
ul#listeActus {
	
}
ul#listeActus li{
	margin:0;
	width:400px;
	height:200px;
}
ul#listeActus li img{
	display:block;
}
ul#listeActus h1{
	padding:0;
	margin:0 0 5px 0;
	height:auto;
	text-align:left;
}
div.texte {
	width:250px;
	height:140px;
	overflow:auto;
	margin:0;
	padding:0;
}
ul#listeActus p {
	width:230px;
	height:140px;
	margin:0;
	padding:0;
	text-align:justify;
}

