body{
	margin: 10px;
	background-color:#6F80A8;
	color:#FFFFFF;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:verdana;
	font-size: 12px;
	scrollbar-3dlight-color: Gray;
	scrollbar-face-color: #6d80ab;
	scrollbar-darkshadow-color: #fae9f4;
	scrollbar-track-color: #CECFEA;
	scrollbar-arrow-color: #f9a811;
}
body.fond{
	background-image:url(../images/fond_page.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	background-attachment: fixed;
}
li{padding-bottom:10px;}
table{
	font-family: verdana;
	font-size:12px;
}
form{
	margin:0px;
}

a{
	color: #FFc211;
}
a.lienPortail{
	color:#FFFFFF;
	font-weight:bold;
	font-family:tahoma;
	text-decoration:none;
}
input.boutonValide{
	background-color: #8e9cbc;
	color: #FFFFFF;
	font-weight: bold;
	border : 1px solid #FFFFFF;
}
.BandoIdentifiant{
	font-weight: bold;
	color:#ffcc00;
}

input.Identification{
	filter:alpha(opacity=50);
	background-color: #f9f9f9;
	border : 1px solid #999999;
	color:#000000;
}
input.bouton{
	background-color: #8e9cbc;
	color: #FFFFFF;
	font-weight: bold;
	border : 1px solid #FFFFFF;
}
.titrePortail{
	color: #FFFFFF;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.titrePage{
	color: #ffcc00;
	font-size: 16px;
	font-family: verdana;
	font-weight: bold;
	text-transform: uppercase;
}
.sousTitre{
	color:#C0CEEF;	
	font-size:14px;
	font-family:verdana;
	font-weight:bold;
}	
.sousTitre2{
	
}

a.menuGauche{
	color:#FFFFFF;
	text-decoration:none;
	background-color:none;
	width:160px;
	/*height:100%;*/
	padding-top:2px;
	padding-bottom:2px;
	display: block;
}
a.menuGauche:hover{
	color:#5B6B92;
	background-color:#C0CEEF;
	width:160px;
}
a.sousmenuGauche{
	text-decoration:none;
	color:#C0CEEF;
	background-color:#5B6B92;
	width:160px;
	padding-top:1px;
	padding-bottom:1px;
	display: block;
}
a.sousmenuGauche:hover{
	color:#FFc211;

	text-decoration:none;
}

td.menuGauche{
	text-align:right;
	vertical-align:middle;
	height:20px;
}
td.sousmenuGauche{
	text-align:right;
	height:20px;
}
div.adresse{
       position:absolute;
       border:1px solid #666666;
       padding:3px;
       background-color:#F5F5F5;
       left:120px;
       top:5px;
       width:500px;
       height:535px;
       z-index:1;
       text-align:center;
       vertical-align:middle;
       filter:alpha(opacity=97);
       visibility:hidden;
	color:#000000;
}

div.actu{
	position:absolute;
	left:550px;
   	top:150px;
	padding-left:3px;
	padding-right:10px;
	background-image:url(../images/fond_actu.gif);
	background-repeat:no-repeat;
	width:260px;
	height:350px;
	overflow:auto;
	/*line-height:25px;*/
	filter:alpha(opacity=80);
	opacity: 0.80;
       -moz-opacity:0.80;
}
div.actu .contenuactu{
	width:250px;
	margin-left:5px;
}
div.introAccueil{
	background-color:#9EABCB;
	font-family:verdana;
	font-size:9px;
	color:#17316D;
	padding:5px;
	filter:alpha(opacity=90);
	opacity: 0.90;
       -moz-opacity:0.90;
}
