/* configuration du site */
body {
	color: #2D2E23;
	text-align: center;
	background-color: #ECE9D8;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	vertical align: middle ;
    text-decoration:none;
	font-style: none;
    font-stretch:normal;
    letter-spacing:normal;
	word-spacing:-0.17mm;
    text-transform:none;
    text-shadow:none;
/* barre de défilement uniquement sur IE */	
	repeat; scrollbar-3dlight-color:#2D2E23;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #2D2E23;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color:  #FFFFFF
}

/* pour la découpe */
td img {display: block;}


/* Lien par défaut */

a:active { color: #2D2E23; text-decoration: underline; }
a:link { color: #2D2E23; text-decoration:underline;}
a:visited { color: #2D2E23; text-decoration: underline;}
a:hover { color: #2D2E23; font-weight: bold ; text-decoration:underline;}


/* couleur champ formulaire */
.textarea { 
border: 1px solid #2D2E23;
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:normal;
 }


/* lien dans menus vertical de droite*/
a.menu:active { 
color:#2D2E23;
font-size:15px;
font-family : Arial, Helvetica, sans-serif;
text-align: left;
text-decoration:none;
font-weight: bold;
}

a.menu:link {
color:#2D2E23;
font-size:15px;
font-family : Arial, Helvetica, sans-serif;
text-align: left;
text-decoration:none;
font-weight: bold;
}

a.menu:visited { 
color:#2D2E23;
font-size:15px;
font-family : Arial, Helvetica, sans-serif;
text-align: left;
text-decoration:none;
font-weight: bold;
}

a.menu:hover {
color:#CC3300;
font-size:15px;
font-family : Arial, Helvetica, sans-serif;
text-align: left;
text-decoration:none;
font-weight: bold;
}


/* texte rouge*/
.txtrouge { 
font-size:14px;
font-family : Arial, Helvetica, sans-serif;
color:#CC3300;
text-decoration:underline;
font-weight: bold;
text-align:center;
}


/* texte date*/
.txtdate { 
font-size:12px;
font-family : Arial, Helvetica, sans-serif;
color:#2D2E23;
text-decoration:none;
font-weight: normal;
text-align:left;
}



/* lien awelty.fr */
a.awelty:active { 
color:#ADA058;
font-size:9px;
font-family : verdana;
text-decoration:none;
font-weight: normal;
}

a.awelty:link {
color:#ADA058;
font-size:9px;
font-family : verdana;
text-decoration:none;
font-weight: normal;
}

a.awelty:visited { 
color:#ADA058;
font-size:9px;
font-family : verdana;
text-decoration:none;
font-weight: normal;
}

a.awelty:hover {
color:#ADA058;
font-size:9px;
font-family : verdana;
text-decoration:none;
font-weight: bold;
}


/* tableau blanc et lisere noir au centre */
table.centre
{
background-color:#FFFFFF;
border-style:solid;
border-width:1px;
border-color:#000000;
text-align:left;
padding:3px;
}
