/* CSS Document */
body {
	margin-top: 5px;
	margin-left: 0px;		
    background-repeat: no-repeat;
	background-color: #664730;
	background-position: top right;
    background-attachment: fixed;
}

.Style2 {	font-size: 11px;
			font-family:arial,sans-serif;
			}

.Style3 {	color: #666666;
			font-size: 11px;
			font-family:arial,sans-serif;
			background-color:inherit; 
			}

/*corps du texte*/
.Style5 {	color: #333333; 
			font-size: 10px; 
			font-family: verdana,arial,sans-serif;
			background-color:inherit; 
			} 

/*corps du texte gras, proche marron*/
.Style5_2 {	color:#664730;	
			font-size: 10px;
			font-weight:bold;
			background-color:inherit; 
			} 

/*corps du texte gras, proche marron*/
.Style5_3 {	color: #333333; 
			font-size: 10px; 
			font-family: verdana,arial,sans-serif;
			font-weight:bold;
			background-color:inherit;  
			} 

/*proche bleu*/
.Style7 {	color: #000099;
			background-color:inherit;
			} 

/*proche rouge*/
.Style8 {	color: #990000;
			background-color:inherit;
			} 

/*titre,proche noir*/
.Style9 {	color: #000033;
			font-size: 12px;
			font-family:verdana,arial,sans-serif;
			background-color:inherit;
			} 

/*titre,proche marron*/
.Style11 {	color: #664730; 
			font-size:11px;
			font-family:arial,sans-serif;
			font-weight:bold;
			background-color:inherit;
			} 

/*sous_titre,proche marron*/
.Style11_2 {	color: #664730;
				font-size:11px;
				font-family:arial,sans-serif;
				font-weight:bold;
				background-color:inherit;
				} 

/*texte souligné*/
.Style12 {	text-decoration:underline;
			} 

/*gros titres menu proche rouge*/
.Style13 {	color: #990000;	
			font-size: 18px; 
			font-family:verdana,arial,sans-serif;
			font-weight:normal;
			background-color:inherit;
			}

/*texte souligné,proche bleu*/
.Style14 {	color: #990000;	
			font-size: 12px;
			text-decoration:underline;
			background-color:inherit;
			} 
			
/*Taille tableau central*/
.Hauteur	{	height:620px;}			
/*Fond de tableau*/
.Menu		{	background: url(../images/menu_gauche/bande_gauche.gif); }

.HeaderHaut	{	background: url(../images/contenu/header/header_haut.gif); }
.HeaderBas	{	background: url(../images/contenu/header/header_bas.gif); }

.SousTitre1	{	background: url(../images/contenu/sous_titre/sous_titre_1.gif); }
.SousTitre2	{	background: url(../images/contenu/sous_titre/sous_titre_2.gif); }
.SousTitre3	{	background: url(../images/contenu/sous_titre/sous_titre_3.gif); }
.SousTitre4	{	background: url(../images/contenu/sous_titre/sous_titre_4.gif); }
.SousTitre5	{	background: url(../images/contenu/sous_titre/sous_titre_5.gif); }

.DegradeGris{	background: url(../images/contenu/background_degrade_gris.gif); }
.FormulaireContact{	color: #333333; 
					font-size: 10px; 
					font-family: verdana,arial,sans-serif;	
					background: url(../images/contenu/background_formulaire.gif);
					border-width:0px;
					width:500px; 
					background-color:inherit; 
					}
			 
/*liens*/
A:link{	color:#cd8303;
		font-size: 11px;
		font-weight:bold;
		text-decoration:none;
		background-color:inherit;
		} 
A:visited {	color:#990000;	
			font-size: 11px;
			font-weight:bold;
			text-decoration:none;
			background-color:inherit;
			}

A:hover{	color:#000000;
			text-decoration:none;
			background-color:inherit;
			}

A:active{	color:#000000;
			text-decoration:none;
			background-color:inherit;
			} 


/*bulle javascript*/
.cadre
{
	border-color:#c5c5c5; 
	border-right-width:thin;
	border-bottom-width:thin;
}

.cadre2
{
	border:none;
}


#helpBox {
position: absolute;
z-index: 1000;
top: 0px;
left: 0px;
width: 160px;

}
#helpBox2 {
position: absolute;
z-index: 1000;
top: 0px;
left: 0px;
width: 160px;
}

#helpBox3 {
position: absolute;
z-index: 1000;
top: 0px;
left: 0px;
width: 160px;
}

#helpBox4 {
position: absolute;
z-index: 1000;
top: 0px;
left: 0px;
width: 160px;
}

DIV.helpBoxDIV {	width: 160px;
					padding: 2px;
					background: #FFFFFF;
					border: 1px solid #666666;
					color: #666666;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 10px;
					line-height: 14px;
					}