/* CSS Document */
/*contenu-------------------------------------------------------------*/
html, body {height:100%;} 
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#79796D;
font-size: 0.8em;
margin: 0;
padding: 0;
}
#header {
background: url(rabotBLEU.gif) no-repeat left;
height: 80px;
background-color: #BAC1A2;
}
#conteneur {
margin: 1em 10%;
width: 80%;
height: 100%;
}

.centre {
margin: 1em 3%;
background-color: #808080;
border: 1px solid #000000;
padding: 5px;
color: #ffffff; 
}

#pied {
height: 20px;
background-color: #FFC387;
}
.blocimagedroite { 
float:right 
/*width: 250px; 
height: 400px; */
} 
.blocimagegauche { 
float:left;
padding-right: 0.5em;
}
/*Habillagetexte-------------------------------------------------------------*/
.petittigregrasorangeFade20 {
	color: #FFC387;
	font-size: 20px;
	text-decoration:none;
	font-weight:800;
}


.petittigregrasorange {
	color: #F47804;
	font-size: 14px;
	text-decoration:none;
	font-weight:800;
}
.textebleupastel {
	color: #99CCFF;
}

a.liengris {
            Font-Family : Arial, Helvetica, sans-serif ;
            Text-Decoration : none;
            Font-Size : 9pt;
            Color : #808080;
            }
a.liengris:hover   {
						Color : #F47804 ;
                        Text-Decoration : underline;
                }


a.linkgeneral {
	font-weight: bold;
	color: #99CCFF;
	text-decoration: none;
	}
a.linkgeneral:visited {
	font-weight: bold;
	color: #99CCFF;
	text-decoration: none;
	}
a.linkgeneral:hover {
	font-weight: bold;
	color: #99CCFF;
	text-decoration: underline;
	}
a.linkgeneral:active {
	font-weight: bold;
	color: #99CCFF;
	}


/* --- menu Tigra styles -----------------------------------------------------------
/* level 0 inner (intérieur : texte) */
.m0l0iout {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding: 4px;
	color:  #46463A;
}
.m0l0iover {
	font: 13px Arial, Geneva, Helvetica, sans-serif;
	text-decoration: underline;
	padding: 4px;
	color: #000040;
}

/* level 0 outer(extérieur: cadre, fond) 1er niveau fond orange #f47804 et orange clair #ffc387quand over*/
.m0l0oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #f47804;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #ffc387;
}

/* level 1 inner (intérieur : texte) */
.m0l1iout {
	font: 13px Arial, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #46463A;
}
.m0l1iover {
	font: 13px Arial, Geneva, Helvetica, sans-serif;
	text-decoration: underline;
	padding: 4px;
	color: #000040;
}

/* level 1 outer (extérieur: cadre, fond) - 2eme niveau */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #f47804;
	filter: alpha(opacity=85);
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #ffc387;
}
