body
{
	font: normal normal normal 10pt Trebuchet MS;
	background: url(images/body.png) #dfece9 repeat-x;
	margin:0;
	text-align:center;	
}

#entete
{
	margin:auto;
	width:600px;
	/*height:50px;*/
	text-align: right;
	padding-top:20px;
	color:#527934;
}

#entete a
{
	color:#527934;
	text-decoration: none;
}
#entete a:hover
{
	color:#fff;
	text-decoration: none;
}

#page
{
	text-align:left;
	margin:auto;
	width:580px;
	border:1px solid #aaa;
	background-color: #fff;
	color:#444;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}


#pied
{
	height:50px;
	/*line-height:2em;*/
	text-align:center;
	color:#666;
	font-size:0.9em;
}

#pied a
{
	color:#666;
	text-decoration: none;
}
#pied a:hover
{
	color:#333;
	text-decoration: underline;
}

#titre
{
	height:119px;
	background:url(images/titre.png) top no-repeat;
	
}

#titre h1
{
	margin:0;
	position:relative;
	top:35px;
	left:30px;
	color:#fff;
	font-size:3em;
}

#titre span
{
	font-size:1.2em;
	color:#eee;
	font-style: italic;
	position:relative;
	top:30px;
	left:80px;
}
.separateur
{
	height:37px;
	background:url(images/separateur.png) top repeat-y;
	
}

#navigation
{
	height:100px;
	background:url(images/navigation.png) top no-repeat;
}

#navigation #menu
{

}

#navigation ul
{
	padding:0;
	margin:0;
	list-style-type: square;
	color:#888;
	line-height:1.5em;
	font-variant: small-caps;
	width:210px;
	position:relative;
	left:410px;	
}
#navigation ul li a
{
	text-decoration: none;
	letter-spacing: 2px;
	color:#8f8f8f;
	
}
#navigation ul li a:hover
{
	color:blue;
	text-decoration: underline;
	
}

#contenu ul
{
	list-style-image: url(images/li.png);
}

#contenu
{
	background:url(images/contenu.png) repeat-y;
	padding-left:10px;
	padding-bottom:10px;
}

#contenu a
{
	color:#485fac;
	/*text-decoration: none;*/
	font-weight:bold;
}
#contenu a:hover
{
	color:#227bde;
	text-decoration: none;
}

#gauche
{
	float:left;
	width:350px;
}

#gauche p
{
	margin:0;
}

#droite
{
	float:right;
	width:185px;
	padding-left:15px;
	padding-right:20px;
	font-size:0.9em;
	color:#666;
}

#droite h1
{
	color:#000;
	font-size:1.2em;
	margin:0;
}

#droite ul
{
	padding:15px;
	padding-top:0;
	list-style-image: url(images/li.png);
	
}

#gauche h1
{
	color:#000;
	font-size:1.5em;
}
#gauche h2
{
	font-size:1.3em;
	font-style: italic;
}

#gauche a img
{
	padding:0;
}

#gauche hr
{
	background:url(images/menu_sep.png);
}

form
{
	width:320px;
}

form input,textarea,select {
	width:150px;
}

form label {
	width:110px;
}

.type4
{
	margin-top:1em;
	margin-bottom:1em;
}

