@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/general/background.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
}

H1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration:none;
	text-align:justify;
}

H1 A:link, H1 A:visited { 
	color: #990000;
	text-decoration:none;
	text-align:justify;
}

H1 A:hover, H1 A:active { 
	color: #990000;
	text-decoration:none;
	text-align:justify;
}

H2, H2 A:hover, H2 A:link, H2 A:active, H2 A:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFF99;
	text-align:center;
}


.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
	text-align:justify;
}

.texte a:link, .texte a:visited { 
	color: #000000;
	text-decoration:underline;
}

.texte a:hover, .texte a:active {
	color: #006600;
	text-decoration:underline;
}

.texte_gras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	text-align:justify;
}

.texte_gras a:link, .texte_gras a:visited { 
	color: #000000;
	text-decoration:underline;
}

.texte_gras a:hover, .texte_gras a:active { 
	color: #6699FF;
	text-decoration:underline;
}

.texte_blanc, .texte_blanc a:link, .texte_blanc a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
}

.texte_blanc a:hover, .texte_blanc a:active {
	color: #FFCC66;
	text-decoration:none;
}
.texte_rouge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	text-decoration:none;
	text-align:justify;
}

.texte_rouge a:link, .texte_rouge a:visited { 
	color: #990000;
	text-decoration:underline;
}

.texte_rouge a:hover, .texte_rouge a:active { 
	color: #990000;
	text-decoration:underline;
}

.texte_gras_rouge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration:none;
	text-align:justify;
}

.texte_gras_rouge a:link, .texte_gras_rouge a:visited { 
	color: #990000;
	text-decoration:underline;
}

.texte_gras_rouge a:hover, .texte_gras_rouge a:active {
	color: #000000;
	text-decoration:underline;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
}

.menu a:link, .menu a:visited { 
	color: #FFFFFF;
	text-decoration:none;
}

.menu a:hover, .menu a:active {
	color: #66FF66;
	text-decoration:none;
	font-weight: normal;
}

.menu_on{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFF00;
	text-decoration:none;
}


.petit_texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #513600;
	text-decoration:none;
	text-align:center;
}

.petit_texte a:link, .petit_texte a:visited { 
	color: #513600;
	text-decoration:none;
}

.petit_texte a:hover, .petit_texte a:active {
	color: #000000;
	text-decoration:underline;
}

.texte_non_souligne, .texte_non_souligne a:link, .texte_non_souligne a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
	text-align:justify;
}

.texte_non_souligne a:hover, .texte_non_souligne a:active {
	color: #6699FF;
	text-decoration:underline;
}

/* definition des cadres */

#Header {
	width:916px;
	height:117px;
	background-image:url(images/general/header.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	border:0px;
	float:left;
	
}


#Menu {
	float:left;
	width:158px;
	height:396px;
	padding-top:45px;
	padding-left:52px;
	background-image:url(images/general/menu.jpg);
	background-position:left;
	background-repeat:no-repeat;
	line-height:normal;

}


#Contenant {
	float:left;
	width:706px;
	background-image:url(images/general/conteneur.jpg);
	background-repeat:no-repeat;
	position:relative;
	min-height:441px;
}


#Vide {
	clear:both;
}


#Footer{
	clear:both;
	float:left;
	width:836px;
	height:60px;
	background-image:url(images/general/footer.png);
	background-repeat:no-repeat;
	padding-top:60px;
	padding-left:60px;
	padding-right:20px;

}


