/*
Feuille de style menu de type 1
webEfficience.com
Décembre 2005
*/

body {
	font-family: Verdana,sans-serif,Arial,Helvetica;
	font-size: 80%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;

}
p {
margin: 0 0 10px 0;
	line-height : 170%;
}
.titre_principal{
	font-weight : bold;
	color:blue;
}
#header {
/*height: 50px;*/
background-color: #FFFFFF;
}
#haut {
background-color:#FFFFFF;
}
#conteneur {
position: absolute;
width: 100%;
background-color:#FFFFFF;
}
#centre {
	background-color:#FFFFFF;
	margin-left: 20%;
	margin-right: 20%;
	padding-left:10px;
	padding-right:10px;
	border : thin dotted;
	border-color : #00CC66;
	border-style : dotted;
	border-left-style : dotted;
	border-top-style : none;
	border-bottom-style : none;
	text-align : justify;
}
#gauche {
	float:left;
	width: 18%;

}
#droite {
float:right;
width: 18%;
}
#pied {
	clear:both;
	background-color: #FFFFFF;
	border : thin #00CC66;
	border-top-style : solid;
	font-size : smaller;
}
#identification {
	margin-left:20px;
	text-align : center;
	padding-top:50px;
}
/*
___________________________________
*/
li.menu1 {
	list-style : none;
	margin-top : 15px;
	margin-bottom : 5px;
	font : bold;
	font-weight : bold;
	margin-left:-20px;
}
li.menu2 {
	list-style : square outside;
	color:#00CC66;
	margin-top : 5px;
	margin-bottom : 5px;
	font-weight : bold;
}
li.menu3 {
	color:#00CC66;
	margin-top : 5px;
	margin-bottom : 5px;
	font-size: 90%;
}

li.menu1_selected {
	list-style : none;
	margin-top : 15px;
	margin-bottom : 5px;
	font-weight : bold;
	margin-left:-20px;
}
li.menu2_selected {
	list-style : none outside;
	margin-top : 5px;
	margin-bottom : 5px;
	font-weight : bold;
}
li.menu3_selected {
	list-style : none outside;
	margin-top : 5px;
	margin-bottom : 5px;
	margin-left : 15px;
	font-size: 90%;
}

a{
	color:blue;
}
a:hover{
color : #00CC66;
}
h1{
	border : thin #FFCC33;
	border-bottom-style : solid;
	border-top-style : solid;
	font-size: 130%;
}
h2{
	border : thin #FFCC33;
	border-bottom-style : solid;
	margin-top:36px;
		font-size: 120%;
}
h3{
			font-size: 100%;
}
.chapeau{
	background-color : #FFCC33;
	font-weight : bold;
}
.ext li {
	margin-left:-20px;
		list-style : none url(images/puce.GIF);
}
.ext{
	padding-right:10px;
}
.titre_ext{
	border : thin #00CC66;
	border-bottom-style : dotted;
	color : #00CC66;
	padding-top:24px;
	font-weight : bold;
	text-align : center;
}
li{
	line-height : 150%;

}
.exemple{
	font-size: 80%;
}
.bleu{
	color:blue;
}
.vert{
	color:#00CC66;
}
.rouge{
	color:red;
}
input, textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:blue;
	font-size:90%;
}
.bouton {
	padding:4px;
	border : thin solid #00CC66;
	background-color : ButtonFace;
	text-decoration : none;
		font-size:90%;
}

table#noms {
	font-size:100%;

}

tr#ligne{
	border : thin solid Black;
	border-width : thin;
	background-color : ButtonFace;
}
tr#title {
	background: url(./manager/images/fond_off.jpg) repeat-x 0 0;
	line-height : 20px;
	font-weight : bold;
}
