/* CSS Document */

body {
	background-color: #592141;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"Trebuchet MS", Arial, sans-serif;
}
#main {
	width:900px;
	margin-right:auto;
	margin-left:auto;
}
#clear {
clear:both;

}
#sous-menu {
	height:60px;
	background-image:url(../images/sous_menu.jpg);
	background-repeat:no-repeat;
}

#deco-gauche {
	width:80px;
	height:200px;
	background-image:url(../images/bg_left.gif);
	float:left;
}
#contenu {
	float:left;
	width:775px;
}
.form-champ {
	font-size: 12px;
	border: 1px solid #592141;
}


#contenu-top {	
	height:30px;
	background-image:url(../images/top-contenu.gif);	
}

#contenu-centre {
	background-image:url(../images/rempl-contenu.gif);	
}


		#contenu-gauche {
		float:left;
		margin-left:30px;
		width:450px;
						
		}

		#contenu-droite {
		float:left;
		margin-left:30px;
		width:230px;
		}


#contenu-bottom {
	background-image:url(../images/bottom-contenu.gif);
	height:30px;
}

h1 {
	font-size:16px;
	font-weight:bold;
	background-image:url(../images/papillons.gif);
	background-repeat:no-repeat;
	padding-left: 35px;
	margin: 0 0 0 0;
	line-height: 35px;
	color: #592141;
}





h2 {
	font-size:16px;
	font-weight:bold;
	background-image:url(../images/papillons.gif);
	background-repeat:no-repeat;
	padding-left: 35px;
	margin: 0 0 0 0;
	line-height: 35px;
	color: #592141;
}

h2 a, h2 a:link, h2 a:active{	
	color: #592141;
	text-decoration:none;
}

h2 a:hover{	
	color: #FF0000;
	text-decoration:underline;
}







.text-norm {
	font-size:11px;	
	color: #333333;
}

.text-norm a:link {
	text-decoration:none;
	font-size:11px;	
	color: #EA6F0E;
}

.text-norm a:visited {
	text-decoration:none;
	font-size:11px;	
	color: #EA6F0E;
}

.text-gros {
	font-size:14px;
	color: #EA6F0E;
	font-weight: bold;
}
.text-gras {
	font-size:12px;
	color: #592141;
	font-weight: bold;
}
.text-smaller {
	font-size:10px;	
	color: #666666;
}
