body
{
	margin-top: 50px;
	font-family: Verdana;
	text-align: justify;
	font-size: 0.85em;
	background-color: #CAEFC8;
}

p
{
	margin-top: 0px;
	margin-bottom: 6px;
}

a
{
	color: #D18954;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #2A6FA2;
}

h1, h2, h3
{
	color: #D1545E;
}

h2, h3
{
	border-bottom: 1px solid #2A6FA2;
}

table
{
	width: 100%;
	border: 1px solid #2A6FA2;
	border-collapse: collapse;
}

table th
{
	background-color: #2A6FA2;
	color: white;
	font-weight: bold;
}

table td
{
	font-size: 0.8em;
}

table tr:hover
{
	background-color: #2A6FA2;
	color: white;
}

table td a:hover
{
	color: white;
}

.ko, .ok, .question, .info, .favoris
{
	font-size: 16px;
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	/*font-weight: bold;*/
}

#volet .info
{
	font-size: 1.3em;
}

.ko
{
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/error.png');
}

.ok
{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../images/success.png');
}

.question
{
	color: #8847AF;
	background-color: #CC99CC;
	background-image:url('../images/question.png');
}

.info
{
	color: #FF6600;
	background-color: #FFCC66;
	background-image:url('../images/warning.png');
}

.favoris
{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../images/favoris.png');
}

#cadre
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#entete
{
	width: 100%;
	height: 100px;
	background-image: url('../images/entete.png');
	border-bottom: 1px solid #CCDA27;
}

#entete img
{
	float: right;
	margin-top: -75px;
	margin-right: 20px;
	position: relative;
	z-index: 100;
}

#menu
{
	width: 100%;
	height: 40px;
	padding-top: 24px;
	background-color: #2A6FA2;
}

#menu ul
{
	list-style-type: none;
	display: inline;
}

#menu li
{
	float: left;
	width: 180px;
}

#menu li:hover
{
}

#menu li a
{
	display: block;
	height: 40px;
	color: white;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
}

#menu li a:hover
{
	background-color: #A4CBE7;
	color: #D18954;
}

#contenu
{
	padding: 10px;
	border-left: 1px solid #2A6FA2;
	border-right: 1px solid #2A6FA2;
	border-bottom: 1px solid #2A6FA2;
	min-height: 450px;
	background-color: white;
}

.message_accueil
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.message_accueil p
{
	font-style: italic;
}

#navigation
{
	font-size: 0.8em;
	border-bottom: 1px solid #2A6FA2;
}

.film
{
	width: 92%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #DAE9F1;
}

.film img
{
	float: left;
}

.film p, .film h3, .film li
{
	margin-left: 220px;
}

.spacer
{
	clear: both;
}

.sponsor
{
	width: 92%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #DAE9F1;
}

.sponsor img
{
	float: left;
}

.sponsor p, .sponsor h3
{
	margin-left: 320px;
}

.ligne_photo
{
	width:100%;
	margin-top: 10px;
	float: left;
}

.miniature
{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid black;
}

.miniature a
{
	display: block;
	width: 100%;
	height: 100%;
}

.miniature img
{
	margin: 10px;
}

.miniature:hover
{
	background-color: #CCDA27;
}

.detail_photo
{
	margin-left: auto;
	margin-right: auto;
}

#fenetre
{
	width: 650px;
}

#volet
{
	float: right;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #2A6FA2;
	width: 214px;
	font-size: 0.7em;
	min-height: 430px;
}

#volet h2
{
	margin-top: 10px;
	font-size: 1.3em;
}

#pied
{
	padding-top: 10px;
	padding-top: 4px;
	font-size: 0.9em;
	text-align: center;
	border-bottom: 1px solid #2A6FA2;
	color: white;
	background-color: #2A6FA2;	
}

#pied img
{
	border: none;
}

#pied a:hover
{
	color: white;
}

/*FORMULAIRES*/
#mess_guest
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#mess_guest p
{
	margin: 6px 0;
}

#mess_guest fieldset
{
	margin-bottom: 10px;
	border: #CCC 1px solid;
}

#mess_guest fieldset legend
{
	padding: 0 10px;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	font-size: 1.2em;
	color: #999;
}

#mess_guest label
{
	display: block;
	width: 39%;
	float: left;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
}

#mess_guest .form_label_nostyle
{
	background: none;
}

#mess_guest input, #mess_guest textarea
{
	margin-left: 1%;
	width: 58%;
	border: #CCC 1px solid;
}

#mess_guest select
{
	margin-left: 1%;
	border: #CCC 1px solid;
}

#mess_guest textarea
{
	height: 150px;
}

#mess_guest input:hover, #mess_guest select:hover, #mess_guest textarea:hover, #mess_guest input:focus, #mess_guest select:focus, #mess_guest textarea:focus
{
	border: #999 1px solid;
	background-color: #DDEEFF;
}

#mess_guest .form_input_day_month
{
	width: 3%;
}

#mess_guest .form_input_year
{
	width: 6%;
}

#mess_guest input[type="submit"]
{
	border: #DDEEFF 1px solid;
	width: 27%;
	margin-left: 41%;
}

#mess_guest input[type="submit"]:hover
{
	background-color: #66CC33;
	cursor: pointer;
}
