/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00;
	background-color:#FFFFFF;
}

#conteneur {
	width:800px;
	height: 600px;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	
/*	border-bottom-color:#000066;
	border-bottom-style:solid;
	border-bottom-width:3px;*/

	background-color: #FFFFFF;
}
/*-------------------------EN TETE---------------------------------*/
#logo {
	margin: 0px 10px 0 0;
	float:left;
}
*html h1{
	letter-spacing: 0.1em;
	word-spacing: 1em;
}

h1{
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 3px 0 3px 0;
		
	font-size: 16px;
	text-align:left;
	letter-spacing: 0.1em;
	word-spacing: 1.2em;
	color:#000066;
	
	border-top-color:#000066;
	border-top-style:solid;
	border-top-width:3px;

	border-bottom-color:#000066;
	border-bottom-style:solid;
	border-bottom-width:3px;
}

*html #accroche{
	padding: 0;
	margin-bottom:-3px;
}

#accroche{
	width: 800px;
	height:22px;
	padding: 3px 0 3px 0;
	
	border-top-color:#000066;
	border-top-style:solid;
	border-top-width:3px;

	border-bottom-color:#000066;
	border-bottom-style:solid;
	border-bottom-width:3px;
}

#bandeau{
	width:800px;
	height:270px;
	margin:0;
	padding:0;
	border-bottom-color:#000066;
	border-bottom-style:solid;
	border-bottom-width:3px;
}	

p {
	margin:0;
	padding:5px 0 7px 0;
}

#slogan {
	width: 800px;
	height: 100px;
	margin-top: 10px;
	text-align:center;
	font-size: 34px;
	font-weight: bold;
	color:#000066;
}

ul#menu{
	margin:0px 0 0 0;
	padding:3px 0 0 0px;
	font-family:Arial, Helvetica, sans-serif;

	text-align:center;
	float:left;
	width: 800px;
	}

/**html ul#menu li{
	padding-left: 15px;
	margin-left: 0;
	margin-right: 15px;
	background-image: url("../images/puceFond.gif");
	background-position:left;
	background-repeat:no-repeat;
}*/

ul#menu li{
	float:left;
	margin-left:30px;
	padding: 0 15px 0 5px;
	/*list-style-image: url("../images/puce.gif");*/
	list-style-type:none;
	font-weight:bold;
	border-color:#000066;
	border-style:solid;
	border-width:3px;
}

ul#menu li a{  
	margin-left:10px;
	float: left;
	font-size:15px;
	color:#000066;

	text-align:center;
	text-decoration:none;
}

ul#menu li a:hover{
	color:#666666;
}
/*------------------------------COPYRIGHT------------------------------*/
#copyright {
	height: 25px;
	float:right;

	margin-top:5px;
	margin-right:40px;
	margin-bottom:10px;
	margin-left:0px;
	
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left:5px;

	font-family:Arial, Helvetica, sans-serif;
		
	font-size: 9px;
	color:#000066;
	text-align:right;
	font-weight:bold;
}

a.copyright:link {
	color: #33;
	font-size: 9px;
}

a.copyright:hover {
	color: #000066;
	text-decoration: none;
	font-size: 9px;
}
/*-----------------------------CONTACT---------------------------------*/
*html #formulaire form {
	margin-left:0px;
	padding-left:260px;
}

#formulaire form {
	width:300px;
	
	margin-top:0px;
	margin-right:0;
	margin-bottom:0px;
	margin-left:240px;
	
	padding: 10px;
	border-style:none;
}

#formulaire label{
	width: 300px;
	margin-top:10px;
	margin-left:0px;
	text-align:left;
	display:block;
	color:#398a60;
	font-weight:bold;
	float:left;
}

#formulaire input{
	width: 200px;
	margin-top:10px;
	float:left;
}


#contact {
	width: 800px;
	margin: 0px 0 0 0px;
	float:left;
	text-align: center;
	clear:left;
}

#contact h1{
	width: 630px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	font-family:Arial, Helvetica, sans-serif;
		
	font-size: 16px;
	text-align:center;
	color:#398a60;
}
/*-----------------------------ACCES---------------------------------*/
#acces {
	width: 800px;
	float:left;
	margin-top: 50px;
	margin-right:auto;
	margin-bottom: 50px;
	margin-left:auto;

	text-align: center;
	font-size:14px;
}
