/* Bandeau supérieur
---------------------*/
.sup{
	background-image: url(../img/bandeau_centre.jpg);
	background-repeat: repeat-x;
	height: 170px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
}

.index_flot{
	position: absolute;
	top: 0px;
}

.menu_flot{
	position: absolute;
	top: 130px;
	right: 20px;
	color: #ffddcc;
}

a.menu:link{
	color: #ffddcc;
	text-decoration: none;
}

a.menu:visited{
	color: #ffddcc;
	text-decoration: none;
}

a.menu:hover{
	color: #b39b8f;
	text-decoration: none;
}

a.menu:active{
	color: #ffddcc;
	text-decoration: none;
}

a.menu_select:link{
	color: #ffddcc;
	text-decoration: none;
	font-size: larger; 
}

a.menu_select:visited{
	color: #ffddcc;
	text-decoration: none;
	font-size: larger;
}

a.menu_select:hover{
	color: #ffddcc;
	text-decoration: none;
	font-size: larger;
}

a.menu_select:active{
	color: #ffddcc;
	text-decoration: none;
	font-size: larger;
}

/* sous-menu
--------------*/

.ssmenu{ 
	width: 150px;
	position: absolute;
	right: 15px;
	background-color: #ffffcc;
	top : 200px;
	border: 0px;
}

.ssmenu2{
	background-color: #b3b38f;
	color: #ffffcc;
	width: 100%;
	border: 0px;
}

.ident{
	border: 1px dashed #ffffcc;
	left: 10px;
	height: 125px;
	color: #ffddcc;
	font-size: smaller;
}

a.room:link{
	color: #ffddcc;
	text-decoration: none;
}

a.room:visited{
	color: #ffddcc;
	text-decoration: none;
}

a.room:hover{
	color: #ffddcc;/*#b3b38f;*/
	font-size: large;
	/*background-color: #ffffcc;*/
	text-decoration: none;
}

a.room:active{
	color: #ffddcc;
	text-decoration: none;
}

/*  Contenu de la page
------------------------*/
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 14px;
	background-color: #FFFFCC;
	margin: 0px;
	text-align: center;
	padding: 0px;
}

.content{
	margin: 0px 170px 0px 0px;
	padding: 10px;
	text-align: justify;
	/*font-family: Tahoma, verdana;
	border: 1px solid black;*/
}

img{
	border: 0px;
}

.titre {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 19px;
	color: #b39b8f;
	text-align: left;
}
.titre a {
	color: #b39b8f;
}

.photo {
	border: 3px solid #b3b38f;
	background-color: #ffddcc;
	padding: 10px; 
}

table {
	text-align: justify;
}

td.corps {
	vertical-align: top;
	padding: 10px;
}

.vign_agenda_tab{
	text-align: center;
	border: 0;
	width: 100%;
	text-decoration: none;
}

.vign_agenda{
  height: 140px;
}

a.vign_link:link{
	color: #b3b38f;
	text-decoration: none;
}

a.vign_link:visited{
	color: #b3b38f;
	text-decoration: none;
}

a.vign_link:hover{
	color: #b39b8f;
	background-color: #ffffcc;
	text-decoration: none;
	font-size: larger;
}

a.vign_link:active{
	color: #b3b38f;
	text-decoration: none;
}

.etoile{
	color: #ff0000;
	font-size: smaller;
}

.coord{
	width: 80%;
	border: 1px solid #000000;
}

/* Calendrier
---------------*/
.c_table{  
background-color: #b39b8f; 
border: 1px #b39b8f solid;
}

.c_entete 	{  
font-family: Verdana, Arial, Helvetica; 
font-size: 11px; 
font-style: normal; 
text-align: center;
color: #000000; 
font-weight: bold;  
background-color: #b39b8f;
}

.c_jours{  
font-family: Verdana, Arial, Helvetica; 
font-size: 9px; 
text-align: center;
background-color: #b3b38f; 
color: #FFFFFF;
height: 10px;
}

/* Coloration des champs selon dispo */

.c_vide{  
font-family: Verdana, Arial, Helvetica;
font-size: 10px; 
font-style: normal; 
text-align: center;
color: #000000; 
background-color: #cccccc; 
text-align: center;
padding: 5px;
}

.c_libre{  
font-family: Verdana, Arial, Helvetica;
font-size: 10px; 
font-style: normal; 
text-align: center;
color: #000000; 
background-color: #00FF00; 
text-align: center;
padding: 5px;
}

.c_reserve{  
font-family: Verdana, Arial, Helvetica;
font-size: 10px; 
font-style: normal; 
text-align: center;
color: #FFFFFF; 
background-color: #FF0000; 
text-align: center;
padding: 5px;
}

.c_option{  
font-family: Verdana, Arial, Helvetica;
font-size: 10px; 
font-style: normal; 
text-align: center;
color: #000000; 
background-color: #FFFF00; 
text-align: center;
padding: 5px;
}

.c_aujourdhui {  
font-family: Verdana, Arial, Helvetica; 
font-size: 10px; 
font-weight: bold;
text-align: center; 
color: #990000; 
background-color: #A0C0C0;
padding: 5px;
}

/* Zone admin 
--------------*/

.form_admin {
position: relative;
text-align: center;
/*border: 1px solid #000000;*/
top: 5em;
left: 15%;
width: 700px;
}

.erreur {
	color: #ff0000;
	font-weight: bolder;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #000000;
}
