@charset "iso-8859-1";
/************************
*	Elements généraux	*
************************/

	body,h1,h2,h3,h4,h5,h6 {
		margin:0px;
		padding:0px;
	}


	body {
		background:#dfdfdf;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:0.8em;
	}
	#conteneur {
		width:1024px;
		margin:0 auto;
	}
	#corps{
		background:url(../images/fond.gif) no-repeat;
		min-height:550px;
	}
	#corps_bas{
		background:url(../images/cadre_bas.gif) no-repeat;
		height:117px;
	}
	#footer{
		background:url(../images/fond_footer.gif) repeat-x;
		padding:10px 10px 30px 10px;
		text-align:center;
		line-height:1.5;
	}
	#footer li{
		display:inline;
		font-size:10px;
	}
	#footer ul, #footer li{
		margin:0;
		padding:0;
	}
	#footer li a.first{
		font-weight:bold;
	}
	#footer li.global a, #footer li.global {
		color:#c7c7c7
	}
	#footer li a, #footer li{
		color:#8b8b8b
	}
	#decoadmin
	{
		position:absolute;
		top:0;
		right:0;
		padding:5px;
		background:#CC0000;
		color:#FFFFFF;
		font-size:11px;
	}

	a{
		color:#777777;
		text-decoration:none;
	}
	img{border:none;}

	h1{
		text-indent:-9999px;
		margin:0;
		padding:0px;
	}

	.clearer{
		clear:both;
	}


/** HOME */

	#home{
		padding:130px 0px 0px 150px;
		width:768px;
		position:relative;
	}

	/*#home .photoEntree
	{
		float:left;
		width:256px;
		background:url(../images/home_photo_fond.gif) no-repeat;*/
	#home .photoEntree
	{
		position:absolute;
		width:200px;
		padding:28px;
	}
	}
	#home .photoEntree .photo
	{
	}
	#home .photoEntree .label
	{
		margin-top:16px;
	}
	#home .photoEntree .label2
	{
		margin-bottom:15px;
	}
	#home #photoEntree1
	{
		left:217px;
		top:177px;
		background:url(../images/home_photo_fond.png) no-repeat;
	}
	#home #photoEntree2
	{
		left:409px;
		top:87px;
		background:url(../images/home_photo_fond.png) no-repeat 0 38px;
	}
	#home #photoEntree3
	{
		left:600px;
		top:206px;
		background:url(../images/home_photo_fond.png) no-repeat;
	}




/** galerie */

	#galerie{
		padding:100px 0px 0px 130px;
	}

	#galerie #menu
	{
		display:block;
		float:left;
		width:225px;
		height:170px;
		margin:10px;
		padding:10px;
		background:#616161;
	}
	#galerie a
	{
		color:#EEEEEE;
	}
	#galerie a.photo
	{
		display:block;
		float:left;
		width:225px;
		height:170px;
		margin:10px;
		padding:10px;
		background:#616161;
		text-align:center;
	}

	#galerie a.photo img
	{
		margin-bottom:3px;
	}


/** Présentaion classique */

	#presentation{
		padding:60px 150px 0px 150px;
	}
	#presentation p.petit{
		font-size:10px;
		margin-top:5px;
	}
	h2{
		margin-top:30px;
		border-bottom:#BBBBBB solid 1px;
	}
	.formtable{
		margin-top:20px;
	}
	.formtable th{
		text-align:right;
		font-weight:normal;
	}
	.guestbook{
		margin:15px;
		padding-left:15px;
		border-left:2px solid #666666;
	}

	input.text{
		width:200px;
		border:1px #888888 solid;
	}
	textarea{
		width:200px;
		border:1px #888888 solid;
	}
	input.submit{
		width:100px;
		border:1px #888888 solid;
	}
	p.error{
		border:2px dashed #CC0000;
		text-align:center;
		padding:5px;
	}

	p.info{
		border:2px dashed #666666;
		text-align:center;
		padding:5px;
	}









