﻿* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #EBF0F0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
}

table  {
	border-spacing: 0px;
	border: 0px solid #1F6196;
}

a {
	font-size: 12px;
	color: #4C4C4C;
	text-decoration:none;
}
a:hover {
	color: #970000;
}
div{
	float: left;
	display: block;
	position: relative;
	text-align: left;
}


h1 {
	color: #970000;
	font-size: 18px;
	font-weight:100;
	LINE-HEIGHT: 26px;
}
.titre
{
	color: #970000;
	font-size: 18px;
	tex
}

h2 {
	font-size: 14px;
	font-weight: bold;
	LINE-HEIGHT: 26px;
}


h3 {
	font-size: 14px;
	font-weight:normal;
}

UL{
	text-indent: 0px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type:disc;list-style-position:outside;
}

OL{
	text-indent: 0px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-position:outside;
}


LI {margin-bottom: 10px;}




/* FORMULAIRE */
label {
	width:80px;
    float:left;
	font-size: 13px;
	font-weight: bold;
}
input {
    padding: 2px;
}

#cube{
	background-color: #FFFFFF;
	border-spacing: 0px;
	border: 1px solid #4C4C4C;
	padding: 10px 10px 10px 10px;
}
/* CONTENU */
#contenu {
	background-color: #FFFFFF;
	border-spacing: 0px;
	border: 1px solid #4C4C4C;
	margin: 0px 0px 0px 0px;
	height:400px;
}
.container {
	width: 530px;
	margin: 15px 0px 0px 0px;
	font-size: 12px;
	/*margin-left: 3px;
	margin-bottom: 11px;
	padding: 0px 28px 0px 28px;*/
}

/* ENTÊTE */
#menu_top {
	font-size: 12px;
	color: #4C4C4C;
	padding: 25px 0px 8px 0px;
	text-align: right;
}
#menu_top  a {
	color: #4C4C4C;
	font-weight: normal;
	text-decoration:none;
}
#menu_top  a:hover {
	color: #970000;
}

#menu_haut {
	font-size: 13px;
	color: #4C4C4C;
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-weight: bold;
}
#menu_haut  a {
	color: #4C4C4C;
	text-decoration:none;
}
#menu_haut  a:hover {
	color: #970000;
}
/* MENU GAUCHE */
div.menu_gauche {
	margin: 20px 0px 0px 0px;
	color: #4C4C4C;
	width: 244px;
}
.menu_gauche_titre {
	font-size: 15px;
	margin: 0px 0px 10px 12px;
	color: #970000;
	font-weight: bold;
}
ul.menu_gauche {
	margin-left:0px;
	width: 237px;
}
li.menu_gauche {
	font-size: 11px;
	background-color: #fff;
	background-image:url('images/menu_fleche.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
	/*menu_fleche*/
	padding: 8px 14px 11px 14px;
	list-style: none;
	font-weight: bold;
	margin-bottom: 2px;
	cursor: pointer;
	color: #4C4C4C;
}
li.menu_gauche_over {
	background-color: #fff;
	background-image:url('images/menu_fleche.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
	/*menu_fleche*/
	padding: 8px 14px 11px 14px;
	list-style: none;
	font-weight: bold;
	margin-bottom: 2px;
	cursor: pointer;
	color: #970000;
}/*
li.menu_gauche  a {
	color: #4C4C4C;
	text-decoration:none;
}
li.menu_gauche  a:hover {
	color: #970000;
}*/




/* TEXTE SOUS-MENU */
.texte_sousmenu {
	margin: 25px 14px 25px 14px;
	color: #4C4C4C;
}
.texte_titre_sousmenu {
	font-size: 24px;
}


/* MENU ENPIED */
#menu_bottom {
	width: 842px;
	color: #4C4C4C;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
#menu_bottom  a {
	color: #4C4C4C;
	font-weight: normal;
	text-decoration:none;
}
#menu_bottom  a:hover {
	color: #970000;
}
.menu_parligne {
	font-weight: normal;
	font-size: 11px;
	width: 842px;
	text-align: center;
	margin: 0px 0px 10px 0px;
	line-height: 30px;
}
.menu_parligne2 {
	font-weight: normal;
	font-size: 10px;
	width: 842px;
	text-align: center;
	font-size: 11px;
	margin: 0px 0px 20px 0px;
	line-height: 15px;
}



#barre_verticale {
	width: 38px;
	background-image:url('images/barre_verticale.gif');
	background-repeat:repeat-y;
}