/*
 Source  :	http://cogites.com
 Script  :	E RESERV
 Version :	3.3

l'affichage du calendrier est géré avec avec le fichier style.css dans le dossier "cal"
*/

links {
	text-decoration: none ;
}
.texte{
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.texte_imprim{
	font-family: verdana;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.texte_erreur{
	padding : 10px;
	font-family: verdana;
	font-size: 15px;
	font-weight: bold;
	color: red;
	text-decoration: none;
	text-align: center;
}
.texte_OK{
	padding : 10px;
	font-family: verdana;
	font-size: 15px;
	font-weight: bold;
	color: green;
	text-decoration: none;
	text-align: center;
}
.titre{
	font-family: verdana;
	font-size: 16pt;
	font-weight: normal;
	text-align: center;
}
.ptitre{
	font-family: verdana;
	font-size: 12pt;
	text-align: center;
}
.calend{
	font-size: 9pt;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.texte2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt; 
	text-align: center;
}
.texte3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	text-align: center;
}
a { 
	text-decoration: none; 
}
a:hover, a:focus {
	text-decoration: underline; 
}

.liste_reserv {
	width: 790px;
	margin-left: auto; 
	margin-right: auto; 
	border-top: thin dashed #336633;
	border-right: thin dashed #336633;
	border-bottom: thin dashed #336633;
	border-left: thin dashed #336633;
}
.liste_locataires {
	width: 790px;
	margin-left: auto; 
	margin-right: auto; 
	border-top: thin dashed #B1E2EB;
	border-right: thin dashed #B1E2EB;
	border-bottom: thin dashed #B1E2EB;
	border-left: thin dashed #B1E2EB;
}

/* ============================
   	Les formulaires
	============================ */

/* les boutons 3 états */
input[type=submit], input[type=button] {/* repos */
 border:2px outset #A6BEDE;
 font-weight:bold;
 cursor:pointer;
 }
input[type=submit]:hover, input[type=reset]:hover { /* suvolé */
 border:2px outset white;
 background-color:white;
 }
input[type=submit]:active, input[type=reset]:active { /* enfoncé */
 border:2px inset #FF9933;
 background-color:#FF9933;
 color:black;
 } 
 

/* champs texte */
textarea {
 border:1px solid black;
 background-color:#FFFFFF;
 }

/* menu déroulant */
 select, option {
 background-color:#FFFFFF;
 }
 /* champs simple */
 input {
 border:1px solid black;
 background-color:#ffffff;
 }

 /* bouton radio */
 input[type=radio] {  
 margin-left:5px;
 margin-right:5px;
 background-color:transparent;
 border:none;
 }
 
 *:focus {
 background-color:white;
 }
