@charset "UTF-8";
/* CSS Document */

body {margin:0px;}

#main { 
		width:90%;
		height:auto;
		background-color:#FFF;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		 }

#header { 
		height:172px;
		width:auto;}
/* Espce .. */
#header_logo {
	background-image:url(images/cavallissima.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:8px;
	left:33px;
	right:auto;
	bottom:auto;
	width:144px;
	height:150px;
	z-index:2; /* Donne l'ordre des éléments superposés, + gd = + haut */
}


#header_bg {
		position:absolute;
		width:90%;
		height:128px;
		top:44px;
		left:0px;
		right:0px;
		bottom:auto;
		background-color:#D8B99C;
		background-image:url(images/logo.gif);
		background-position:right;
		background-repeat:no-repeat;
		z-index:1;}
	
#container {
		width:auto;
		height:auto;
		margin-top:35px;
		margin-left:35px;
		margin-right:0px;
		margin-bottom:0px;}
			
#menu {	position:absolute;
		margin-left:35px;
		width:114px;
		height:auto;}

#contenu {
	position:relative;
	height:335;
	width:502px;
	margin-left:200px;
	margin-right:auto;
	margin-top:auto;
	float:left;
		}
		
#photos {
	position:relative;
	height:auto;
	width:202px;
	margin-left:722px;
	margin-right:auto;
	margin-top:auto;
	text-align: right;
	font-size: 10.5px;
	font-family: Verdana;
	color: #560E2B;
	letter-spacing: inherit;
	font-weight: normal;
		}
		
#footer {
		clear:both;
		position:relative;
		height:180px;
		width:100%;
		left: 0px;
		top:20px;
		bottom:auto;
		right:0px;
	
}
		
#footer_img {
	position:absolute;
	width:100%;
	height:160px;
	top:25px;
	/*bottom:-197px;
	left:35px;
	right:0px;*/
	/*background-image:url(images%20site%20cavallissima/cavalissima50.gif);
		background-repeat:no-repeat;
		background-position:right;*/
	z-index:2;
	text-align:right;
		}

/*#footer_img img {
		opacity:0.5;
	}*/

		
#footer_ligne {	
		position:absolute;
		top:auto;
		bottom:69px;
		left:0px;
		right:0px;
		width:auto;
		height:14px;
		background-color:#560E2B;
		z-index:1;
	}
	
#footer_menu {
	position:relative;
	/*margin-left:*/left:70px;
	/*margin-*/top:120px;
	height:auto;
	color: #560e2b;
}


#main #container #contenu p {
	color: #000;
}
#contenu {
	color: #000;
	text-align: left;
}
