/* styles */
body 
    {
   	font-size : 11px;
	font-family : tahoma, helvetica, sans serif;
	text-align : justify;
	color : #666666;
	}
.gen
	{
	font-size : 11px;
	font-family : tahoma, helvetica, sans serif;
	color : #666666;
	}
.rouge
	{
	font-size : 11px;
	font-family : tahoma, helvetica, sans serif;
	color : #8E0D12;
	text-align:justify;
	}
.titre1
	{
	font-family: verdana, helvetica, sans-serif;
	font-size : 24px;
	color: white;
	}
.titre2
	{
	font-size : 15px;
	font-family: verdana, helvetica, sans-serif;
	color: #8E0D12;
	margin: 30px 25px 15px 25px;
	font-weight: bold;
	}	
.titre_home
	{
	font-size: 17px;
	font-weight: normal;
	font-family: Arial, helvetica, sans-serif;
	color: #8E0D12;
	}	
.titre_news
	{
	font-size:13px;
	font-family: verdana, helvetica, sans-serif;
	color: #8E0D12;
	}
.contenu
	{
	color: #666666;
	line-height: 15px;
	text-align: justify;
	margin: 0px 25px 25px 25px;
	}
.texteAccueil
	{
	font-size: 11px;
	color: #000000;
	}
.petit
	{
	font-size: 10px;
	}
.date
	{
	font-size:11px;
	color: #8E0D12;
	}
.footer
	{
	color: #9A926E;
	line-height: 15px;
	}
a
	{
	color: #666666;
	text-decoration: underline;
	}
a:hover
	{
	color: #000000;
	text-decoration: underline;
	}
a.lien_doc
	{
	color: #666666;
	text-decoration: none;
	}
a.lien_doc:hover
	{
	color: #000000;
	text-decoration: underline;
	cursor: hand;
	}
a.lien_rouge
	{
	color: #8E0D12;
	text-decoration: none;
	}
a.lien_rouge:hover
	{
	text-decoration: underline;
	}
a.lien_navigation
	{
	font-size: 11px;
	text-decoration: none;
	color: #888888;
	font-weight: bold;
	}
a.lien_navigation:hover
	{
	color: #666666;
	}
a.lien_subnavigation
	{
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	}
a.lien_subnavigation:hover
	{
	color: #000000;
	}
a.lien_lien
	{
	text-decoration: none;
	color: #BDB590;
	}
a.lien_lien:hover
	{
	text-decoration : none;
	color : #EBE5CD;
	}
a.lien_conditions
	{
	color: #9A926E;
	line-height: 15px;
	text-decoration: none;
	}
a.lien_conditions:hover
	{
	text-decoration: underline;
	}
a.langueAccueil
	{
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 1px;
	}
/* formulaires */
.inputText
	{
    border-top : none;
    border-right : 1px solid #E5DEC1;
    border-bottom : 1px solid #E5DEC1;
    border-left : none;
    background : #FBF9ED;
    font-family : verdana,sans-serif,helvetica;
    font-weight: normal;
	font-size : 10px;
    color : #666666;
    scrollbar-3dlight-color: #ffffff; 
    scrollbar-arrow-color: #ffffff; 
    scrollbar-darkshadow-color: #ffffff; 
    scrollbar-face-color: #ffffff; 
    scrollbar-highlight-color: #ffffff; 
    scrollbar-shadow-color: #ffffff; 
    scrollbar-track-color: #ffffff;
	height: 16px;
	padding-left: 2px;
	padding-right: 2px;
	}
.inputArea
	{
    border-top : 1px solid #ffffff;
    border-right : 1px solid #E5DEC1;
    border-bottom : 1px solid #E5DEC1;
    border-left : 1px solid #ffffff;
    background : #FBF9ED;
    font-family : verdana,sans-serif,helvetica;
    font-weight: normal;
	font-size : 10px;
    color : #666666;
    scrollbar-3dlight-color: #FBF9ED; 
    scrollbar-arrow-color: #BDB590; 
    scrollbar-darkshadow-color: #FBF9ED; 
    scrollbar-face-color: #FBF9ED; 
    scrollbar-highlight-color: #FBF9ED; 
    scrollbar-shadow-color: #FBF9ED; 
    scrollbar-track-color: #FBF9ED;
	height: 16px;
	padding-left: 2px;
	padding-right: 2px;
	}
.inputCheck
	{
	border: 0px;
	}
.inputSubmit
    {
    border : 1px outset #FBF9ED;
    background: #BDB590;
	font-family : verdana,sans-serif,helvetica;
    font-size : 10px;
    font-weight : bold;
    color : #FFFFFF;
    height: 18px;
    }