BODY, table {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

A:LINK, A:VISITED {
	color : Navy;
	text-decoration : none;
	font-weight : bold;
}

A:HOVER {
	color : Red;
	text-decoration : none;
	font-weight : bold;
}

a:focus, a:active {
outline: none;
}

.justif {
	text-align: justify;
}

p img {
vertical-align: middle;
}

.imgTexte { 
	margin: 0px 5px 0px 0px;
	border : 0px none;
} 

textarea {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	width: auto;
	background-color: #FFFFFF;
}

checkbox, radiobutton, input, select {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	width: auto;
	background-color: #FFFFFF;
}

.radio_btn {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color: #FFFFFF;
}

.submit_btn	{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	width: auto;
	background-color: #FFFFCC;
}

/*forms*/
.carrestant_admin {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFCC; 
	font-size: 10px; 
	color: #CC3300; 
	border-color: #6c6c6c; 
	border-style: none;
}

.carrestant_soutenir {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF; 
	font-size: 10px; 
	color: #999999; 
	border-color: #6c6c6c; 
	border-style: none;
}

#outils {
               width: 406px;
               background: buttonface;
               border-top: 1px solid buttonhighlight;
               border-left: 1px solid buttonhighlight;
               border-bottom: 1px solid buttonshadow;
               border-right: 1px solid buttonshadow;
               margin: 0;
               text-align:left;
}

.out {
               background: buttonface; 
               border: 1px solid buttonface;
               margin: 1px; 
}

.over { 
               background: buttonface;
               border-top: 1px solid buttonhighlight;
               border-left: 1px solid buttonhighlight;
               border-bottom: 1px solid buttonshadow;
               border-right: 1px solid buttonshadow;
               margin: 1px;
}

.calendar {
	background-color: #F7F7F8;
	width: 98%;
	font: normal 1em/1em Arial, Verdana, Geneva, Helvetica, sans-serif;
	/*font-size : .8em;*/
}
.calendar-month {
	margin: 0 0 0 0;
	height: 1.3em;
	background-color: #F7F7F8;
}
.calendar a {
	color : #FF0000;
	text-decoration : none;
	font-weight : bold;
}

#booking{
/*background-color:#99CCFF;*/
font-size:11px;
width:90%;
}
#booking input, select{
font-size:1.1em;
}
.StyleB{
color:#000
}
.submit_btn_booking	{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	width: auto;
	background-color: #FFFFCC;
	border: 1px solid #000;
}

div#listContainer {
	width: 88%;
	border: 2px solid #ADA191;
	background: #fff;
	}
	div#listContainer div {
		border: 1px solid #E3DEC4;
		margin: 5px;
		padding: 3px 5px;
		background: #F9FBEF;
		font-weight: normal;
		text-align:left;
		cursor: move;
	}

table.infos {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1em;
	width: 800px;
}

td.erreur {
	color : #FFFFFF;
	padding : 10px;
	background-color : #CC3300;
	height : 5px;
}

td.traiter {
	color : #000000;
	padding : 2px;
	background-color : #FFCC00;
	height : 5px;
}

	#newsstick{margin:3px;display:none;}
	.newsticker {list-style-type: none;	border: 0; background: none;padding: 0; margin: 0;}
	.newsticker a {color:#fff}

.messageErreur{
	text-align:center; font-size:1.8em; color:#c30; font-weight:bold; margin:3px
}
.messageValide{
	text-align:center; font-size:1.8em; color:#093; font-weight:bold; margin:3px
}