body {
	font: 12px Arial, Helvetica, sans-serif;
}

/*-------------------------------------- header --------------------*/

#langue_menu {
	font-size: 11px;
}
#langue_menu a {
	color:#646464;
	text-decoration:none;
}
#langue_menu a:hover {
	text-decoration:underline;
}
/*-------------------------------------- menu principal --------------------*/
#menu_main ul li a {
	color: #facccd;
}
#menu_main ul li a:hover, #menu_main ul li a.active:hover, #menu_main ul li a.active {
	color:#ffffff;
}


/*-------------------------------------- contenu accueil --------------------*/
.encart h2 {
	font-size: 14px;
	color: #e60003;
}
.encart a {
	color:#e60003;
	text-decoration: none
}
.encart a:hover {
	text-decoration: underline
}
.encart .date {
	color:#6a6a6a;
}

/*-------------------------------------- menu niveau 2 & 3  --------------------*/
#menu_int {
	font-size: 11px;
	color: #646464;
}
#menu_int a {
	color: #646464;
	text-decoration: none;
}
#menu_int a:hover {
	color: #e60003;
}
#menu_int dt.active {
	color: #e60003;
}
#menu_int ul li.active {
	color:#e60003;
}

/*-------------------------------------- contenu page  --------------------*/
h2 {
	font-size: 19px;
}
h3 {
	font-size: 16px;
}
p {
	font-size: 12px;
}
a {
	color:#e60003;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
.align_gauche {
	display: block;
	float: left;
	clear: left;
	margin: 0 14px 10px 0;
}
.align_droit {
	display: block;
	float: right;
	clear: right;
	margin: 0 0 10px 14px;
}
.legende {
	font-size: 11px;
	color: #666;
	text-decoration:none;
}
.rouge {
	color: red;
}

/*-------------------------------------- footer --------------------*/
#footer {
	font-size: 11px;
}
#footer a {
	color:#646464;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}



/*  page contact
------------------------------------------------------------------------------------*/
label {
	display: block;
	margin: 0 0 10px 0;
	color:#999;
}
input {
	width:160px;
	color: #814a50;
}
label textarea {
	width:400px;
	color: #814a50;
}



/*  tableaux horaires & tarifs
------------------------------------------------------------------------------------*/
#horaires {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	margin-bottom: 5px;
}
#horaires td, th {
	font-size: 11px;
	padding: 4px;
	vertical-align:top;
	border-bottom: 1px solid #999;
	text-align: center;
}
#horaires thead tr th {
	background:#fcffe3 url(../medias/table_fond_gris.jpg);
	font-weight: normal;
	text-align:center;
	border-right: none;
}
#horaires tr th {
	background:#fcffe3;
	font-weight: normal;
	text-align:right;
	padding-right: 5px;
}
#horaires .bord-droit {
	border-right: 1px solid #999;
}
#horaires .bord-bas {
	border-bottom: 1px solid #e2e2e2;
}

#horaires2 td, #horaires2 th {
	font-size: 11px;
	padding: 4px 4px 4px 20px;
	vertical-align:top;
	border-bottom: 1px solid #999;
}
#horaires2 tr th {
	background:#fcffe3;
	font-weight: normal;
	text-align:right;
	padding-right: 5px;
}


