
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #474848;
	background:url(../graphique/fond.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}


#header
{
margin-bottom: 10px;
height: 150px;

}
#menu
{
margin-bottom: 10px;
height: 50px;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	height: 47px;
	padding: 5px 20px 0px 20px;
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-right: 1px solid white; 

}

.menuB {
	font-size: 11px;
	font-weight: bold;
	color: #FCFDDF;
	text-decoration: none;
}

#menu a:hover {
	background: #FF0000;
	color: #FFFFFF;
	text-decoration: none;
}

#menu .current_page_item a {
	background: #FF0000;
}



#gutter
{
	float: left;
	width: 3%;
	height: 1px;
}


#pagecontenu
{
		float: left;
		margin: 1em auto;
		width: 1000px;
		text-align: left;
		border: 1px solid black;
		overflow: hidden;
		background: url(../graphique/fond_layout.gif) repeat-y;
}


#col1
{
	float: left;
	width : 570px;
	display: inline;
	/*background-color:#FFFFFF;*/
	/*border-right-width: 1px;
	marging-left: 10;*/
}

#col1 H1
{	
	font-size: 2.4em;
	font-family: "Arial", Helvetica, sans-serif;
	color: #000000;
	
}

blockquote {
	padding: 30px 50px 30px 30px;

}
#col1 ul {
	line-height: normal;
	padding: 10px 30px 0px 30px;
}

#col1 li {
	padding: 0;
	background: none;
}
#col2
{
float: right;
width: 160px;
/*background-color:#cccccc;*/
/*	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;*/
	display: inline;
	overflow: hidden;
}

#col3
{
float: right;
width: 260px;
/*margin-left: 3%;
background-color:#FFFFFF;*/

} 


#footer
{
clear: both;
height: 50px;

} 

#footer p {
	padding-top: 20px;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
}

#col3 ul {
	padding: 15px 10px 10px 5px;
	/*border-bottom: 1px solid #F0F0F0;*/
}

#col3 li {
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #C0C0C0;
	list-style-type: none;	
}

#col3 h3 {
	font-size: 1em;
	padding: 10px 5px 10px 5px;
	background: url(../graphique/fond_titre.gif);

}
#col3 a {
	float: left;
	/*height: 25px;*/
	/*padding: 5px 20px 0px 20px;*/
	padding: 10px 5px 10px 5px;
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;	
	background: url(../graphique/fond_titre.gif) repeat-y;
	width:100%;
}


#col3 a:hover {
	background: #FF0000;
	color: #FFFFFF;
	text-decoration: none;
}

.LinkMenuNoir16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
}








