 

/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

body {
	background-color:#294745;
	color:#37605c;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#principal{
	width:1000px;
	height:790px;
	background-color:#9ccfcb;
	margin:0 auto;
}

#gauche{
	width:107px;
	height:790px;
	background-image:url(/images/img_fond_bord_gauche.jpg);
	background-repeat:repeat-y;
	float:left;
}
#gauche img{
	border:0px;
}
#droit{
	width:85px;
	height:790px;
	background-image:url(/images/img_fond_bord_droit.jpg);
	background-repeat:repeat-y;
	float:left;
}

#centre{
	width:808px;
	height:730px;
	background-image:url(/images/img_fond_titre_accueil_es.jpg);
	background-repeat:no-repeat;
	float:left;
}
#footer{
	width:808px;
	height:80px;
	border-bottom:0px solid;
	text-align:right;
	color:#ffffff;
	padding-top:30px;
	background-color:#9ccfcb;
}

#flash{
	width:808px;
	height:315px;
	border:0px solid;
	overflow:hidden;
}

#anim_photos{
	width:100px;
	border:0px solid;
	padding:0px;
	/*float:left;*/
}

#macaron{
	width:150px;
	padding:0px;
	float:left;
	margin-left:870px;
	margin-top:-780px;
}

#contenu{
	width:480px;
	height:365px;
	border:0px solid;
	float:left;
	text-align:right;
}
#extra{
	width:328px;
	height:350px;
	border:0px solid;
	float:right;
}

h1{
	font-size:20px;
	font-weight:bold;
	margin:10px 20px 5px 90px;
}
p{
	font-size:13px;
	margin:5px 20px 5px 90px;
}

a{
	text-decoration:underline;
	color:#37605c;
	cursor:pointer;
}
a:hover{
	text-decoration:underline;
	color:#5f9e9d;
}


#footer a{
	color:#ffffff;
	margin:5px;
}

.clear {
	clear:both;
	height:0px;
}


#gauche img{
	display:block;
	margin-top:5px;
	margin-left:25px;
}

