/* CSS Document */

body {
	color: #4a234b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: justify;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: FFFFFF;
	background-image: url(../images/background.gif);
	/* scroll barre (moyen)*/ 
	scrollbar-face-color: #9FA8BD;
	/* barre idem barre (moyen)*/
	scrollbar-shadow-color: #9FA8BD; 
	scrollbar-highlight-color: #9FA8BD;
	/* ombre supérieure (blanc)*/
	scrollbar-3dlight-color: #FFFFFF;  
	/* ombre inférieure (fonce)*/
	scrollbar-darkshadow-color: #3E446A;  
	/* fond sous scroll (clair)*/ 
	scrollbar-track-color: #F9FBFC; 
	/* triangle dans le scroll*/ 
	scrollbar-arrow-color: #5F4164;
}
td {
	color: #4a234b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: justify;
}
/*
font{
}
*/

/* LINKS*/
A {
	color: #4a234b;
	text-decoration: underline;
	}
A:active {
	color: #4a234b;
	text-decoration: underline;
}
A:visited {
	color: #4a234b;
	text-decoration: underline;
}
A:hover {
	color: #4a234b;
	text-decoration: none;
}
/* */
.navigation A:active {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #FFFFFF; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none;
}
.navigation A:visited {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #FFFFFF; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none;
}
.navigation A:hover {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #FFC8E9; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none;
}
/**/
.akeo A:active {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #8D94AC; 
	font-size: 9px; 
	text-decoration: underline;
}
.akeo A:visited {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #8D94AC; 
	font-size: 9px; 
	text-decoration: underline;
}
.akeo A:hover {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #8D94AC; 
	font-size: 9px; 
	text-decoration: none;
}
/**/
.col2 {
	background-image: url(../images/base/base_col2_img_fond.gif);
	background-repeat: no-repeat;
}
/*
.navigation {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #FFFFFF; 
	font-size: 12px; 
	font-weight: bold; 
}*/
.titre1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4a234b;
	font-weight: bold;
}
.titre2 {font-family: Georgia, "Times New Roman", Times, serif; 
	color: #FFFFFF; 
	font-size: 10px; 
	font-weight: normal; 
}
.texte1 {
	color: #4a234b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: justify;
}
.texte2 {
	color: #8D94AC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-align: justify;
}
/* formulaire de contact */
INPUT {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#4a234b;
	background-color:#FFFFFF;
	width:300px;
	border-top: 1px solid #3b3b3b;
    border-left: 1px solid #3b3b3b;
    border-bottom: 1px solid #3b3b3b;
    border-right: 1px solid #3b3b3b;
}
TEXTAREA { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#4a234b;
	background-color: #FFFFFF;
	width:300px;
	border-top: 1px solid #3b3b3b;
    border-left: 1px solid #3b3b3b;
    border-bottom: 1px solid #3b3b3b;
    border-right: 1px solid #3b3b3b;
}
SELECT {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4a234b;
	background-color:#FFFFFF;
}
