/* --------------------- */
/* Parametres de la page */
/* --------------------- */

body {
	background: url('../images/background.jpg') fixed top;
	background-color: #f4e980;
	font-family: Comic Sans MS;
}

/* ----------------------------------------- */
/* Couleur pour les liens du menu-top        */
/* ----------------------------------------- */

A.class2:link, A.class2:visited, A.class2:active {
	COLOR: #464684;
	text-decoration: none;
}
A.class2:hover {
	text-decoration: none;
	COLOR: #0066FF;
}
#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}
#dropmenudiv a:hover{ /*hover background color*/
	background-color: #E5E5B7;
}

/* ---------------------- */
/* Parametres Menu Gauche */
/* ---------------------- */

A.MenuL:link, A.MenuL:visited, A.MenuL:active {
	COLOR: #CCCCCC;
	text-decoration: none;
}
A.MenuL:hover {
	COLOR: #0066FF;
	text-decoration: none;
}

.Menu {
	font-family: "Microsoft Sans Serif";
	font-weight: bold;
	font-size: 12px;
}

/* ------------------------- */
/* Parametres pour les liens */
/* ------------------------- */

a:link {
	color: #FF3333;
	text-decoration: none;
}
a:visited {
	color: #FF3333;
	text-decoration: none;
}
a:hover {
	color: #FF3333;
	text-decoration: underline;
	left: 1px;
	top: 1px;
	position: relative;
}
a:active {
	text-decoration: none;
}

/* -------------------------- */
/* Parametres pour les titres */
/* -------------------------- */

H1 {
    color: #FF3333;
	font-family: Comic Sans MS, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}
H2 {
    color: #FF3333;
	font-family: Comic Sans MS, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}
H3 {
    color: #FF3333;
	font-family: Comic Sans MS, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}
H4 {
    color: #FF3333;
	font-family: Comic Sans MS, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}


/* ---------------------------- */
/* Parametres tableau principal */
/* ---------------------------- */

.IndexMainTable {
	width: 950px;
	border: 0px;
}

.IndexCenterTableBG {
	background: url('../images/dmk_bg.gif') center top no-repeat;
	font-size: 14px;
	vertical-align:text-top;
	text-align: left;
}

.IndexCenterTable {
	font-size: 14px;
	vertical-align:text-top;
	text-align: left;
}


/* ---L1----  */

.IndexCel_L1C1 {
	background: url('../images/Back_Left.gif');
	width: 10px;
}

.IndexCel_L1C2 {
	background: #FFFFFF;
	width: 150px;
}

.IndexCel_L1C3_P1 {
	background: #FFFFFF;
	border-left: 2px solid #800000;
}

.IndexCel_L1C3_P2 {
	border-left: 2px solid #800000;
	border-right: 2px solid #800000;
	background: #FFFFFF;
}

.IndexCel_L1C4_P1 {
	background: url('../images/Back_Right.gif');
	width: 10px;
}

.IndexCel_L1C4_P2 {
	background: #FFFFFF;
	border-right: 2px solid #800000;
	width: 150px;
}

.IndexCel_L1C5 {
	background: url('../images/Back_Right.gif');
	width: 10px;
}



/* ---L2----  */


.IndexCel_L2C1 {
	background: #FFFFFF;
}

.IndexCel_L2C2 {
	background: #FFFFFF;
}

/* ---------------------------- */
/* Parametres AUTRE             */
/* ---------------------------- */

ul {
	font-size: 14px;
	list-style-image: url("../images/bullet_note.gif");
}


.smaller {
	color: #999999;
	font-size: 10px;
}

.boutons {
	background-color: #666699;
	border: 1px #000000 solid;
	color: #FFFFCC;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 10px;
	width: 150px;
}

.boutonsover {
	background-color: #FFFFCC;
	border: 1px #000000 solid;
	color: #666699;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 10px;
	width: 150px;
}

.navvert {
	background-color: #666699;
	border: 1px #FFFFCC solid;
	color: #FFFFCC;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 10px;
}

.smallerorange {
	color: #FF6600;
	font-size: 11px;
}

.highlightGray {
	background-color: #F2F2F2;
	background-repeat: repeat-x;
	font-style: italic;
}

.highlightYellow {
	background-color: #FFFFCC;
	background-repeat: repeat-x;
}