/* CSS Document */
body, html {
	margin: 0;
	padding: 0;
	background-color: #6D8FB5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  0.7em;
	height:100%;
}
ul, li, h1, h2, h3, h4, p, a, form {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/*----------conteneur---------------*/
#conteneur {
	left: 50%;
	margin-left: -350px;
	position: absolute;
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FDE0AC;
	border-left-color: #FDE0AC;
	width: 700px;
	height: 100%;
	
}
/*--------hedaer---------*/
#header {
	display: block;
	margin: 0px;
	padding: 20px 0px 0px;
	text-align: center;
}
.img_header {
}
/*------------gauche-----------*/
#gauche {
	width: 300px;
	display: block;
	height: 748px;
	position: absolute;
	left: 0px;
	background-image: url(images/fondGauche.jpg);
	background-repeat: repeat-x;
}
#imgBas {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 300px;
	text-align: center;

}
/*----------liste---------*/
#liste {
	padding: 10px;
	display: block;
	width: 280px;
	height: 528px;

}
/*----------droite---------------*/
#droite {
	display: block;
	margin: 0px 0px 0px 300px;
	padding: 0px;
	width: 684px;
	height: 748px;
}
#droite h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #666666;
}
/*------centre------------*/
#centre {
	display: block;
	background-color: #FEF3E0;
	padding: 20px;
	margin-right: 50px;
	margin-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #334B68;
	margin-bottom: 3px;
	border: 1px solid #6E8EB7;
}
#centre td {
	font-family: Arial, Helvetica, sans-serif;
	color: #334B68;
	font-size: .9em;

}
#centre td label{
	margin-left: 10px;
	margin-right: 3px;
}
/*#centre .bouton {
	float: left;
	text-align: center;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	border-top: 1px Aucune #FFFFFF;
	border-right: 1px Aucune #999999;
	border-bottom: 1px Aucune #666666;
	border-left: 1px Aucune #FFFFFF;
}*/
#centre input a:link, #centre input a:visited, #centre input a:hover, #centre input a:active {
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: underline;
}
#centre  li {
	padding: 5px 40px 0px 10px;
	color: #666666;
	margin: 0px 0px 0px 50px;
	background-image: url(images/tri_or.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	line-height: 1.2em;
}
/*----------BOUTONS-------------*/
 a.bouton:link,  a.bouton:visited,  a.bouton:hover,  a.bouton:active {
	/*float: left;*/
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6D8FB5;
	padding: 2px 5px 2px 16px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
	background-image: url(images/img_btn.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
}
 a.bouton:hover {
	background-color: #FAA60F;
	background-image: url(images/img_btn_on.gif);
}
/*------boutons MAPA--------------*/
 a.mapa:link,  a.mapa:visited,  a.mapa:hover,  a.mapa:active {
	/*float: left;*/
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	padding: 2px 5px 2px 16px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
	background-image: url(images/img_btn.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
}
 a.mapa:hover {
	background-image: url(images/img_btn_on.gif);
	color: #6D8FB5;
}

/*-------MENU HORIZONTAL-----------*/
#menu_horizontal {
	height: 80px;
	display: block;
	padding-left: 50px;
	padding-top: 20px;
	background-image: url(images/fondHaut.jpg);
	background-repeat: repeat-y;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6F8EBA;
}
#menu_horizontal a:link, #menu_horizontal a:visited, #menu_horizontal a:hover, #menu_horizontal a:active {
	height: 25px;
	margin-left: 0px;
	float: left;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 1px;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(images/btnHorizontal.gif);
	width: 190px;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#menu_horizontal a:hover {
	background-image: url(images/btnHorizontal_f2.gif);
}
/*-------menu_vertical-------*/
#menu_vertical {
	display: block;
	height: 100px;
	width: 240px;
	padding-right: 30px;
	padding-left: 30px;
}
#menu_vertical a:link, #menu_vertical a:visited, #menu_vertical a:hover, #menu_vertical a:active {
	height: 25px;
	width: 100px;
	margin-left: 10px;
	float: left;
	margin-top: 0px;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(images/btnVertical.gif);
	background-repeat: no-repeat;
	color: #003366;
	margin-bottom: 10px;
	margin-right: 10px;
}
#menu_vertical a:hover {
	background-image: url(images/btnVertical_f2.gif);
	color: #FFFFFF;
}
/*------pied-----------------*/
#pied {
	display: block;
	height: 40px;
	margin: 0px;
	padding: 0px 0px 20px;
	background-color: #FAA60F;
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
/*-----------exercice--------*/
#exercice {
	width: 280px;
	display: block;
	height: 40px
	margin-left: 25px;
	position: absolute;
	top: 70px;
	height: 20px;
	background-color: #FCC664;
	left: 10px;
	text-align: center;
}
#exercice p {
	height: 40px
	margin-left: 25px;
	background-color: #FCC664;
	font-size: 1.2em;
	font-weight: bold;
	color: #003366;
}
#exercice input {
	background-color: #6F8EBA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #666666;
	text-align: center;
	color: #FFFFFF;
	margin-right: 50px;
	width: 60px;
	float: right;
}
/*--------liste-------------*/
/*select {
	background-color: #FEF3E0;
	color: #003366;
	width: 280px;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
	height: 350px;
}*/

.lstselect {
	background-color: #FEF3E0;
	color: #003366;
	width: 280px;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
	height: 350px;
}

/*select {
	scrollbar-face-color: #006400;
	scrollbar-shadow-color: #228b22;
	scrollbar-highlight-color: #98fb98;
	scrollbar-3dlight-color: #8fbc8b;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #eee8aa;
}*/
#liste h1 {
	background-color: #FAA60F;
	display: block;
	font-size: 1.2em;
	margin: 0px;
	padding: 2px;
	height: 20px;
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
	background-position: 400px;
	text-align: center;
	color: #003366;
}
/*-------------DATAGRID------------------*/
.dataHeader {
	background-color: #BDCCDD;
}
.dataTable {
	background-color: #FCD99E;
}
.dataSecond {
	background-color: #FDE9C6;
}
.dataTable a:link, .dataTable a:visited,  .dataTable a:hover,  .dataTable a:active   {
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: underline;

}
/*a.dataTable:link, a.dataTable:visited,  a.dataTable:hover,  a.dataTable:active   {
	background-color: #3300FF;
	color: #FFFFFF;
	text-decoration: underline;

}*/
/*.login select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #00CC99;
	width: 300px;
	margin: 0px;
	padding: 0px;
	background-color: #CC33CC;
}*/
select.login {
	color: #4A6C97;
	background-color: #FDD894;
	width: 400px;
	height: 15px;
	border: 1px solid #6D90BA;
	margin: 0px;
	padding: 0px;
	display: block;
}
input.motPasse {
	color: #010000;
	background-color: #FDD894;
	width: 100px;
	height: 20px;
	border: 1px solid #6D90BA;
	/*margin: 0px;
	padding: 10px;*/
}
