/*STYLE ORGANIZ-CONCEPT.COM
Design réalisé par Thibault Poncelet, contact: thibaultponcelet@cesam-nature.com.
Tout droits réservés, copyright 2006,ORGANIZ Concept asbl.*/

/*==============================================================================*/
/* =====> 1ere PARTIE: DéFINITION DE LA MISE EN PAGE GENERALE DU SITE <=======*/
/*==============================================================================*/
body
{
margin-top:20px;
margin-bottom:50px;
background:#8698b2;
font-family: 'Trebuchet MS', Tahoma, Verdana, 'Times New Roman', Times, serif;
font-size:0.8em;
}
#dessus
{
height: 137px;
}
#corps
{
border:1px dashed black;
padding:5px;
margin-bottom:10px;
}
#dessous
{
border:1px dashed black;
padding:10px;
}
#menu
{
	list-style-type: none;
	margin-left:0;
	padding-left: 0;
	height: 28px;
	border: 1px dashed black;
	margin-bottom:15px;
}
.menudroite
{
	float: right;
	border-left: 1px dashed black;
	padding:5px;
}
.menugauche
{
	float: left;
	border-right: 1px dashed black;	
	padding:5px;
}
a /* DEfinition des pseudo format de a dans #corps pour éviter les conflits avec le menu déroulant */
{
visibility:visible;
color:#c60100;
text-decoration:none;
}
a:hover
{
visibility:visible;
text-decoration:underline overline;
}
/*==============================================================================*/
/* =====> 2eme PARTIE: DéFINITION DE LA MISE EN PAGE du corps<=======*/
/*==============================================================================*/
h1
{
font-family:Arial;
font-weight:bold;
font-size:1.4em;
color:#273367;
text-align:center;
}
h2
{
font-family:Arial;
font-weight:bold;
font-size:1.3em;
color:#273367;
}
.description_home
{
margin-right:15px;
margin-left:15px;
}
.titre_chateau
{
font-size:1.3em;
margin-left:30px;
color:#9d0302;
}
.chateau
{
text-align:center;
}
.float_left
{
float:left;
padding-right:10px;
}
.float_left_50
{
float:left;
margin-right:150px;
}
.warning
{
font-size:1.5em;
padding: 5px;
color:#9d0302;
}