

body {
	background: #c1b087 url(images/bg.jpg) scroll center top;
	color: #817334;
	font-size: 12px;
	font-family:  Verdana, Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
	}
	
@font-face {
  font-family: "Century Gothic";
  src: url("police/gothic.ttf");
}

.text_marron
	{
font-size:13px; 
color:#453b27;
	}	
	
.text_blanc
	{
font-size:13px; 
color:#ffffff;
	}	

.text_blanc2
	{
font-size:14px; 
color:#ffffff;
	}	
	
.titre1 {
	color: #817334;
	font-family: "Century Gothic", Arial, Verdana;
	font-size:15px;
}

.text_marron_mini {
	color: #453b27;
	font-size:11px;
}
	
a {	text-decoration: none;}
a:link {color: #a59340;}
a:visited {	color: #a59340;}
a:hover, a:active {	color: #ffffff;}
a:active, a:focus{text-decoration: none;}
	
/************************************************
*	Header  									*
************************************************/
.menu
	{
	color: #aa9748;
	font-family: "Century Gothic", Arial, Verdana;
	font-size:14px;
	padding-top:3px;
	text-align:center;
	height:30px;
	/*width:180px;*/
	padding-left:32px;
	padding-right:32px;
	float:left;

	}
	
.menu2
	{
color: #aa9748;
	font-family: "Century Gothic", Arial, Verdana;
	font-size:14px;
	padding-top:3px;
	text-align:center;
	height:30px;
	width:110px;
	padding-left:15px;
	padding-right:15px;
	float:left;


	}

#header {
	background: url(images/head.jpg) no-repeat scroll center top;
	height:183px;
	}
#header_main {
	height:184px;
	}
	
	/************************************************
*	flash 									*
************************************************/

/*#flash {

	height:386px;
	}	
*/	
	/************************************************
*	foot 									*
************************************************/

#footer {
	/*background: url(images/footbg.jpg) no-repeat scroll center top;*/
	
	color: #81714f;
	text-align: center;
	text-decoration: none;
	clear:both;
	}
.form{
	color: #817334;
	font-weight:bold;
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	}
	
.input {
	color: #81714f;
    border: 1px solid #c2b088;
    background: #ffffff;
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
}
.input:hover {
    border: 1px solid #ffffff;
    background: #817334;
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
}
.button {
    border: 1px solid #ffffff;
    background: #817334;
	color: #ffffff;
	font-weight:bold;
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
}
.button:hover {
    border: 1px solid #817334;
    background: #ffffff;
	color: #817334;
	font-weight:bold;
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
}

