body,td,th {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
a:link, a:visited, a:active {
	color: #2A41C5;
	/* color: #8a241a; */
	text-decoration: none;
}
a:hover {
	color: #2A41C5;
	text-decoration: underline;
}
form {
	margin: 0;
}
h1 {
	font-size:16px;
	background-image:url(images/carres.png);
	background-repeat:no-repeat;
	height:37px;
	padding-top: 20px;
	padding-left:60px;
	text-align:left;
	color:#2F3C4D;
	font-weight:bold;
}
h2 {

}
h3 {

}
hr {
	color: #2F3C4D;
	background-color: #2F3C4D;
	height: 1px;
	border: none;
}

#boite {
	width:100%;
}

#header {
	background-image:url(images/fond_header.jpg);
	background-repeat:repeat-x;
	height:240px;
	width:100%;
	text-align:left;
	position:relative;
}


#contenu {
	width:100%;
}

#panneau_gauche {
	float:left;
	width: 225px;
	text-align:left;
}


/* MENU SECTION */
#menu a, #menu a:link, #menu a:visited {
	text-decoration:none;
}
#menu a:hover {
	text-decoration:underline;
}
#menu li{
	background-image:url(images/bouton.gif);
	background-position: 0px 2px;
	background-repeat:no-repeat;
	list-style-type: none;
	line-height:22px;
	padding-left: 21px;
}
#panneau_gauche li:hover {
	background-image:url(images/bouton_over.gif);
}
#menu ul{
	list-style-type: none;
	padding:0;
	margin: 0;
	margin-left:10px;
}

#menu ul li ul{
	list-style-type: none;
	margin: 0;
}
#menu ul a, #menu ul a:link, #menu li a, #menu li a:link {
	color:#000000;
}
#menu li a:hover {
	color:#000000;
}
.menu-current {
	font-weight: bold;
}
.menu-current li {
	font-weight: normal;
}



/*
#panneau_gauche ul {
	list-style: none;
	list-style-type: none;
	padding:0px;
	margin:0px;
	margin-left:10px;
}
#panneau_gauche li {
	list-style-type: none;
	padding-left: 21px;
	background-image:url(images/bouton.gif);
	background-position: 0px 2px;
	background-repeat:no-repeat;
	text-align:left;
	height:22px;
	line-height:22px;
}
#panneau_gauche li:hover {
	background-image:url(images/bouton_over.gif);
}
#panneau_gauche li ul {
	margin-left: 0px;
}
*/
/* END MENU SECTION */


#panneau_droit {
	font-size: 16px;
	margin-top:5px;
	margin-left: 225px; /*Set left margin to LeftColumnWidth*/
}
#contenu_panneau_droit {
	text-align:justify;
	margin-right:50px;
}
#page_title {
	background-image:url(images/papillon.png);
	background-repeat:no-repeat;
	height:59px;
	line-height:59px;
	padding-left:76px;
	font-size:24px;
	text-align:left;
	color:#2F3C4D;
	font-weight:bold;
}
#language {
	position:relative;
	float:right;
	font-size:12px;
	font-weight:normal;
	margin-right:50px;
	top: 0px;
}





#footer{
	font-size:12px;
	padding-top:10px;
	margin-left: 225px; /*Set left margin to LeftColumnWidth*/
	margin-right:50px;
}
