/*------------------------------------input,textarea, select TOUT LE SITE------------------------------------------------------*/

input,textarea, select {
	color : #491F00;  /* -- ATTENTION PAS COULEUR WEB --*/
	font: normal 11px Arial;
	border:1px #491F00 solid; /* -- ATTENTION PAS COULEUR WEB --*/
}
/*------------------------------------FIN input,textarea, select TOUT LE SITE-------------------------------------------------------*/


/*------------------------------------CELLULLE DE TD PAGE TYPE-------------------------------------------------------*/

.titre_para{
	font-family : Verdana;
	font-size : 12px;
	font-weight:bold;
	color:#000000;
}
.text_para{
	font-family : Verdana;
	font-size : 10px;
	color:#666666;
}
.titre_news{
	font-family : Verdana;
	font-size : 16px;
	font-weight:bold;
	color:#000000;
	padding-right:34px;
	text-align:right;
	background-image:url(http://newsletter.1max2web.com/images/pointille.gif);
	background-repeat:repeat-x;
	background-position:center;
}
/*ce style n'est pas dans le site*/
.exemple{
	font-family : Verdana;
	font-size : 12px;
	font-weight:bold;
	line-height:12px;
}
/*ce style n'est pas dans le site*/
/*------------------------------------FIN CELLULLE DE TD PAGE TYPE-------------------------------------------------------*/

/*--------------------------------------------LIENS-------------------------------------------------------*/

a {
	font-size:11px;
	font-family:Arial;
	color:#333333;	
}
a:link {
	font-family : Arial;
	font-size : 11px;
	color : #666666;	
	text-decoration: none;	
}
a:visited {
	font-family : Arial;
	font-size : 11px;
	color : #666666;	
	text-decoration: none;
}
a:focus {
	font-family : Arial;
	font-size : 11px;
	color : #666666;	
	text-decoration: none;
}
a:hover {
	font-family : Arial;
	font-size : 11px;
	color : #666666;	
	text-decoration: underline overline;
}
a:active {
	font-family : Arial;
	font-size : 11px;
	color : #666666;	
	text-decoration: none;
}

.lien_access_haut {
	font-size:11px;
	font-family:Arial;
	color:#000000;	
}
.lien_access_haut:link {
	font-family : Arial;
	font-size : 11px;
	color : #000000;	
	text-decoration: none;	
}
.lien_access_haut:visited {
	font-family : Arial;
	font-size : 11px;
	color : #000000;	
	text-decoration: none;
}
.lien_access_haut:focus {
	font-family : Arial;
	font-size : 11px;
	color : #333333;	
	text-decoration: none;
}
.lien_access_haut:hover {
	font-family : Arial;
	font-size : 11px;
	color : #000000;	
	text-decoration: underline overline;
}
.lien_access_haut:active {
	font-family : Arial;
	font-size : 11px;
	color : #000000;	
	text-decoration: none;
}

/*--------------------------------------------FIN LIENS-------------------------------------------------------*/



/*------------------------------------ SCROLL BODY -------------------------------------------------------*/

BODY {
	scrollbar-face-color : #ffffff ;
	scrollbar-shadow-color : #333333 ;
	scrollbar-highlight-color : #cccccc  ;
	scrollbar-3dlight-color : #cccccc ;
	scrollbar-darkshadow-color : #cccccc ;
	scrollbar-track-color : #ffffff ;
	scrollbar-arrow-color : #cccccc ;
	scrollbar-base-color : #ffffff;
}

/*
scrollbar-base-color = couleur de base des barres de défilement
scrollbar-3dlight-color = couleur pour les effets de relief (3D)-
scrollbar-arrow-color = couleur pour les pointeurs de défilement-
scrollbar-darkshadow-color = couleur pour les ombres-
scrollbar-face-color = couleur pour la surface-
scrollbar-highlight-color = couleur pour le bord haut et le bord gauche-
scrollbar-shadow-color = couleur pour le bord droit et le bord du bas-
scrollbar-track-color = couleur pour la barre de défilement non-cachée par le pointeur de défilement-
*/


