/*******************************************************/
/***** CSS SITE *****/
/*******************************************************/
*{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6D6F7E;
}



body{
	text-align:center;
	background-color: #B1C252;
	color:#4d5362;
	margin: 0px;
	scrollbar-face-color:#DECEB5;
	scrollbar-shadow-color:#cccccc;
	scrollbar-arrow-color:#61604C;
	scrollbar-track-color:#E9DDCF;
	SCROLLBAR-BASE-COLOR: #DCDDD9;
}

a{text-decoration: underline;}
a:hover{text-decoration: none;}

.intro{border: solid 1px #ffffff;}


#tab_milieu{
	height: 350px;
	min-height: 350px;
}


#menu{
	width: 158px;
	font-size: 10px;
	font-weight: bold;
	color: #61604c;
}
#menu td{
	border-bottom: solid 1px #ccc9a5;
	border-right: solid 1px #ccc9a5;
}
#menu a {
	text-decoration: none;
	color : #61604c;
	display : block;
	padding : 5px 5px 5px 22px;
	background: url(images/interface/ul_menu_off.gif) 11px 7px no-repeat;
	}
#menu a:hover {
	background: #A67443 url(images/interface/ul_menu_on.gif) 11px 7px no-repeat;
	color:#ffffff;
	}
#menu a.choix {
	text-decoration: none;
	color : #ffffff;
	display : block;
	padding : 5px 5px 5px 22px;
	background: #A67443 url(images/interface/ul_menu_on.gif) 11px 7px no-repeat;
	}

#coord td{
	border-right: solid 1px #ccc9a5;
}



a.agenda{
	color:#61604C;
	text-decoration:underline;
}
a.agenda:hover{
	text-decoration:none;
}
a.agenda_off{
	color:#61604C;
	text-decoration:none;
}
.txtoff{
	font-style: italic;
	color:#ADB0C6;
}
.tab_agenda{
	border-left-style: none; border-right-style: none;
	border-top: solid; 
	border-bottom: solid;
	border-color: #A67443;
	border-width: 1px;
}



.titre_site{
	color: #A67443;
	font-weight: bold;
	font-size: 11px;
}


.champ_site{
	border: solid 1px #61604C;
	width : 200px;
}


.liens{
	line-height: 16px;
	padding-left: 20px;
}
a.liens{
	line-height: 16px;
	background: url(images/interface/ul_menu_on.gif) 0px 3px no-repeat;
	text-decoration: none;
}
a.liens:hover{
	line-height: 16px;
	background: url(images/interface/ul_menu_on.gif) 5px 3px no-repeat;
	text-decoration: underline;
}

.note{color: #ffffff;}
a.note{color: #ffffff; text-decoration: underline;}
a.note:hover{color: #ffffff; text-decoration: none;}

#video{
	float: right;
	padding: 0px 0px 8px 10px;
}
#video_zone{
	width: 342px;
	height: 231px;
	border: solid 1px #4d5362;
	background: url(images/interface/video_load.gif) no-repeat 50%;
}

.clear{clear: both;}







/*******************************************************/
/***** CSS ADMIN *****/
/*******************************************************/
.date_admin {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	letter-spacing: 2px;
	}
	
.txt_admin{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}
.titre_admin{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.tab_admin{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}
.td_admin{
	border-bottom-style: dashed;
	border-width: 1px;
}
.champ_admin{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	height: 14px;
}
.area{
	border: 1px;
	border-style: solid;
	border-color: #000000;
}


.alerte{
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight :bold;
	font-size: 12px;
	color: Red;
}
	
#navigation{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
}
#navigation a {
	text-decoration: none;
	color : #003366;
	display : block;
	padding : 8px 5px 10px 15px;
	background: url("../admin/images/arrow.gif") 5px 47% no-repeat;
	}
#navigation a:hover {
	background: #ffffff url("../admin/images/arrow.gif") 10px 47% no-repeat;
	color:#FF6600;
	}