body {
    font-family: Verdana;
	font-size: 12px;
	margin-top: 0px;
	padding-top:  0px;
	margin-left: 0px;
	margin-right: 0px;
	background: #e8e8e8;
	color:#232323;
}

#bg {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 897px;
	z-index: -1000;
}

.bg_bleu {
	position: absolute;
	width:50%;
	height: 897px;
	left: 0px;
	background: url('images/bg_bleu.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	z-index: -2;
}

.bg_jaune {
	float: right;
	position: absolute;
	right: 0px;
	width:50%;
	height: 897px;
	background: url('images/bg_jaune.jpg');
	background-repeat: repeat-x;
	background-position: top right;
	z-index: -2;
}

a {
	color:#464545;
}

a:hover {
	color:#1050a8;
}

.bas_page {
	font-size: 11px;
	color: #626161;
}

.bas_page a{
	color: #626161;
	text-decoration:none;
}

.bas_page a:hover{
	color: #f47916;
	text-decoration:none;
}

.liste li{
	list-style-image: url('images/liste_point.png');
	padding-bottom:5px;
}

.sans_liste li{
	list-style: none;
	padding-bottom:2px;
}



.propulser {
	background: #000000;
	color: #ffffff;
	font-size: 10px;
}

.propulser a{
	color: #ffffff;
	text-decoration:none;
}

.propulser a:hover{
	color: #5a5a5a;
	text-decoration:none;
}

.telephone {
	font-size:12px;
	font-weight:bold;
}

.noir_bas {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url('images/bg_bas.jpg') #000000;
	background-repeat: repeat-x;
	width: 100%;
	height: 215px;
	z-index: 0;
	bottom: 0px;
	right: 0px;
}

.titre_bg {
	background: url('images/titre_bg.jpg');
	background-repeat: no-repeat;
}

.contenu {
	background: #ffffff;
	height: 500px;
}

.titre {
	color: #000000;
	font-size: 17px;
	font-weight: bold;
	padding-left: 14px
}

.soustitre {
	color: #000000;
	font-size: 14px;
}

.soussection {
	font-size:18px;
	color:#f47916;
}

.font_bleu {
	font-size:14px;
	color:#599fba;
}

.font_gris {
	font-size:11px;
	color:#727171;
	font-style:italic;
}

.font_gris a{
	color:#858484;
}

.font_gris a:hover{
	color:#ffffff;
}

.non {
	font-size:16px;
	font-weight:bold;
}

.titre_entreprise {
	font-size: 13px;
	color: #48b9f0;
}

/*accueil - module*/


table.menu_on {
	border-spacing: 0px;
	font-size: 13px;
}

table.menu_on a{
	color: #457ecd;
	text-decoration: none;
}


table.menu_on a:hover{
	color: #4c4b4b;
}


table.menu_on tr td {
	height: 65px;
	text-align: center;
 	width: 246px;
	/* padding-top: 15px;
	padding-bottom: 15px; */
	background-image: url('images/boutonbg.jpg');
 	background-repeat: repeat-x;
}

table.menu_on tr:hover>td {
	background-image: url('images/boutonbg_2.jpg');
	width: 246px;
	/*padding-top: 15px;
	padding-bottom: 15px; */
}

table.menu_on tr td div {
	padding-left: 0px;
}

table.menu_on tr:hover>td div {
	width: 246px;
	padding-left: 0px;
}

table.menu_off tr td {
	height: 65px;
	text-align: center;
 	width: 246px;
	/* padding-top: 15px;
	padding-bottom: 15px;*/
	background-image: url('images/boutonbg_2.jpg');
 	background-repeat: repeat-x;
 	vertical-align: middle;

}


#menu_on_over{
	background-image: url('images/boutonbg_2.jpg');
	height: 65px;
	vertical-align: middle;
}

#menu_on_over a{
	color: #4c4b4b;
	height: 65px;
	vertical-align: middle;
}

.error_message {
	color: #ff0000;
}

.justify {
	text-align: justify
}
