/* CSS Document */
*{
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}
body{
	font-family: Arial, Helvetica, sans-serif;
 	background:#026755 none; 	
}

a { text-decoration: none}
a:active { color: #005B22}
a:link { color: #005B22}
a:visited { color: #005B22}
a:hover { color: #FF7F00}

hr{
	margin:15px 5px 15px 2px;
	width:100%;
	border:#EBCD51 1px dashed;
}
img{
	border:none;
}

ul{
	text-align:left;
}

li{
	text-align:left;
	list-style:none;
    display:inline;
}
li.liste{
    display:block;
	font-size:14px;
    font-weight:bold;
}

td{
	vertical-align:top;
}
th{
	vertical-align:top;
    text-align:center;
}

h1{
    padding:10px;
	font-size:20px;
	text-align: center;
    text-decoration:underline;
    display:block;
}

h2{
    padding:5px;
	font-size:18px;
	text-align: center;
	color:#006854;
	font-weight:bold;
}

h3{
	font-size:16px;
	text-align: left;
	color:#006854;
	font-weight:bold;
}

p{
	font-family:arial;
	font-size:16px;
	text-align:justify;
	text-indent:10px;
}

button{
    cursor:pointer;
    padding:5px 10px;
    border:#FCF66A 2px solid;
    background:#489184;
    color:#FFF;
    font-size:14px;
    font-weight:bold;
}

label{
    color:#5B9D91;
}

legend{
    cursor:pointer;
    margin:0px 5px;
}

.fondAlba{
 	background:#026755 none; 	
}

/* CONTENU */ 
#contenuTexte{
	padding:5px;
	background:#FFFFFF none;
	display:block;
	height:100%;
	width:800px;
	text-align:left;
	vertical-align:top;
	overflow: hidden;
}

.formatDate{
	text-align:right;
	font-size:9px;
	color:#666666;
	font-style:italic;
}
.erreurForm{
	border:#FF0000 1px solid;
	background:#FF9900 none;
	font-weight:bold;
}

.textePetit{
    font-size:10px;
}
.texteVert{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006854;
	font-weight:bold;
}
.texteNoirTitre{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #0F3009;
}
.deportGauche{
	padding-left:20px;
}

.message{	/* pour message utilisateur */
	color:#FF0000;
	font-weight:bold;
}

.afficheCache{
    cursor:pointer;
}

/* MENU HAUT */ 
#menuNavig{
 	width:1003px;
    height:24px;
    background:url(/img/layout/menu.jpg) repeat-x;
    font-size:1px;
}
#menuNavig ul{
    font-size:12px;
 	height:19px;
	padding:2px 0px 0px 50px;
	vertical-align:middle;
}
#menuNavig li{
	font-size: 11px;
	font-style:normal;
	list-style:none;
	font-weight:bold;
	color: #005B22;
    margin-left:5px;
}
#menuNavig li a{
	font-size: 11px;
	font-style:normal;
	list-style:none;
	font-weight:bold;
	color: #005B22;
}
/* MENU VERT */
#menuPrincipal{
    width:185px;color:#FFF;
}
#menuPrincipal li{
    display:block;
}
#menuPrincipal li a{
    display:block;
    width:181px;
    height:34px;
    margin:0px 0px 1px 2px;
    padding:8px 0px 0px 0px;
    font-weight:bold;
    background:#026755;
    background-repeat: no-repeat;
    background-position:top left;
    color:#FFF;
    text-align:center;
    vertical-align:middle;
}

/* BAS */ 
.baspage{	/* Td */
	text-align:center;
	font-size: 10px;
	color: #026654; /*#DDDDDD;*/
}
/* FIN */

.navigation{
	font-size: 10px;
	color: #0000CC;
}
.bulleRonde{cursor:pointer;}

.txt {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color:#000000;
}
.txt a:active {
					color: #0000CC;
					font-size: 12px;}
.txt a:link {
					color: #0000CC;
					font-size: 12px;}
.txt a:visited {
					color: #0000CC;
					font-size: 12px;}
.txt a:hover {
					color: #FF6600;
					font-size: 12px;}
