@charset "utf-8";
/* CSS Document */

html {
	font-size:100%;
	overflow:scroll;
	}
	
body {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin:0;
	padding:0;
	background-image:url(../images/page_fond.png);
	background-repeat:repeat-x;
	background-color:#f2f2f2;
	}
	
#container {
	margin:0 auto;
	width:800px;
	border-top:0;
	background-color:#f0f0f0;
	padding:20px;
	border:1px solid #666;
	border-top:none;
	}
	
#entete {
	height:220px;
	background-color:#fff;
	background-image:url(../images/logo.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #666;
	}
	
#menu {
	width:auto;
	height:34px;
	margin-top:20px;
	}
	
	#menu ul {
		list-style:none;
		margin:0;
		padding:0;
		}
	
	#menu ul li{
		line-height:34px;
		float:left;
		width:94px;
		text-align:center;
		margin-right:6px;
		}
		
	#menu ul li a{
		display:block;
		background-color:#fff;
		color:#000;
		font-weight:bold;
		text-decoration:none;
		border:1px solid #666;
		}
		
	#menu ul li a:hover, #menu ul li a.actif  {
		background-color:#cc071e;
		border:1px solid #666;
		color:#fff;
		}
		
#contenu {
	width:auto;
	margin-top:20px;
	}
	
	#texte {
		float:left;
		width:456px;
		min-height:520px;
		background-color:#fff;
		margin-right:20px;
		padding:20px;
		margin-bottom:20px;
		border:1px solid #666;
		}
		
	#photos {
		float:left;
		width:280px;
		height:396px;
		border:1px solid #666;
		margin-bottom:1em;
		}
	
#footer {
	clear:both;
	width:auto;
	height:34px;
	line-height:34px;
	background-color:#cc071e;
	margin-top:20px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	}
	
/* ############################################################################# */


#pub {
	background-color:#eeeeee;
	padding:3px;
	margin:20px 0 20px 0;
	}
	
h1 {
	margin-top:0;
	color:#666;
	}
	
h2 {
	margin-bottom:0.5em;
	}
	
	
h3 {
	margin-bottom:0.5em;
	}
	
p {
	margin:0;
	margin-bottom:1em;
	}
	
	p.partner {
		text-align:center;
		}
	
a {
	color:#cc071e;
	font-weight:bold;
	text-decoration:none;
	}
	
img.portrait {
	float:left;
	margin-right:10px;
	}
	
img.partner {
	margin-bottom:10px;
	}
	
	a img.partner {
	border:0;
	}

form {
	border:0;
	margin:0;
	padding:0;
	}
	
fieldset {
	border:0;
	margin:0;
	padding:0;
	}
	
label {
	display: inline;
	float: left;
	width: 140px;
	}
	
input, select, textarea {
	margin-bottom:4px;
	}
	
table.pub {
	width:400px;
	}
	
col.type {
	width:185px;
	}
	
col.taille {
	width:165px;
	}
	
col.monnaie {
	width:15px;
	}
	
col.prix {
	width:35px;
	}
	
td.prix {
	text-align:right;
	}	