/*======================================================================================
		FEUILLE DE STYLE CSS => AVDI V1 (menu onglet)
======================================================================================*/


/******************************************************************************** 
        GENERALITES
*********************************************************************************/

a:link, a:visited {
color:#006633;
text-decoration:none;
}

.link_ {
border-bottom:dashed 1px;
}

img {border:none;}

body{
	background:#CCFF66;     
/*background-image:url('../img/background-circles-light.png'); */

/*


background-image:url('../img/background-circles.png');*/

	font: 14px sans-serif;  /* Taille et police d'�criture g�n�rale */
	color: #009933;	        /* couleur d'�criture g�n�rale*/
    	text-align: left;     /* pour corriger le bug de centrage IE */
}

/******************************************************************************** 
        MISE EN FORME DE TEXTE (titres sp�ciaux, messages d'erreur,etc...)
*********************************************************************************/
.enConstruction{
	
	position:absolute;
	display:block;
margin-right:auto;
margin-left:auto;
/*top:300px;*/
	z-index:99999; 
	background:#CCFF66;
	color: #009933;	       
	text-align: center;     
	padding: 12px;
	width:500px;
	border: solid 1px;
}


.titres{                           /* Titre de hauut de page, entour� de tiret */
	background: #ffffff;
	padding-left:10px;
        border:#006600 solid 1px;
	font-size:18px;
	width: 700px;
	position: relative;    
    	margin-left: 0; 
   	 margin-right: auto;
    	border-style: dashed;
}

.msgOK{                             /* Message de confirmation vert, fond vert clair */
	background:#CCFF66;
	color: #009933;
	width:auto;
	border-color:#006600;
	border: solid 1px;
	font-weight: bold;
	padding:20px;
	}

.msgErreur{                         /* Message d'erreur rouge, fond rose */
	background:#FFCCCC;
	color: #FF0000;
	width:auto;
	border-color:#FF0000;
	border: solid 1px;
	font-weight: bold;
	padding:20px;
	}

.imageleft {float: left; margin-right: 30px; line-height: 2.5;			 /* interligne */}       /* bloc de texte avec une image � gauche */

.imageright {float: right; margin-left: 30px;line-height: 2.5;			 /* interligne */}      /* bloc de texte avec une image � droite */




