*{
	padding:0;
	margin:0;
	border:0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background:#000;
}

#page {
	width: 960px;
	margin: 0 auto;
	background:#000 url(../images/fond_page.png) top no-repeat;
}

#top {
	height: 150px;
}
#logo{
	padding-top:22px;
	margin-left:67px;
	width:202px;
	height:120px;
}
#logoprint {
	display: none;
}

#contenu {
	padding: 10px 35px;
	min-height:400px
}
* html #contenu{
	height:400px;
} 

#foot {
	margin: 10px 35px 0 35px;
	clear: both;
	height: 29px;
	border-top:1px solid #F80;
	line-height: 25px;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-align:center;
}
#foot p{
	margin:0;
	padding:0;
}
#foot a{
	color:#FFF;
}
#foot a:hover{
	color:#F80;
}
#copyright {
	padding: 3px;
	font-size:10px;
	text-align:center;
	color:#FFF;
}

.finfloat{
	clear:both;
}

/* Menu */
#menu {
	margin: 10px 35px;
	height: 37px;
	background:url(../images/fond_top2.jpg);
	border-bottom:1px solid #F80;
}
#menu ul {
	margin: 0;
	padding: 0;
	height: 30px;
}
#menu ul li {
	float: left;
	width: 114px;
	height: 30px;
	margin: 0;
	padding: 0;
	margin-right: 15px;
	list-style: none;
	list-style-position: inside;
	text-align: center;
	line-height: 30px;
}
#menu ul li a {
	margin:0;
	display: block;
	width: 114px;
	height:30px;
	background:#000 url(../images/b_menu.png) no-repeat;
	font-size: 12px;
	text-decoration:none;
	color:#FFF;
}
#menu ul li a.encours {
	background:#29A74C url(../images/b_menu_f2.png) no-repeat;
}
#menu ul li a:hover {
	background:#29A74C url(../images/b_menu_f2.png) no-repeat;
	color:#FFF;
}
/* Menu */

/* Accueil */
#contenu_accueil {
	padding:0;
	background:#000 url(../images/fond_home.png) top no-repeat;;
	width:960px;
	height:700px;
}
#logoh{
	padding-top:59px;
	margin-left:356px;
	width:260px;
	height:150px;
}
#texteh{
	margin-top:20px;
	height:350px;
	text-align:center;
}
#texteh p{
	margin-top:20px;
}
#boutonh{
	margin-top:26px;
	margin-left:421px;
	width:114px;
	height:30px;
}
/* fin Accueil */

/* TEXTES */

a:link,a:active,a:visited {
	text-decoration: underline;
	color: #F80;
} 
a:hover{
	text-decoration: none;
}

ul, ol {
	padding-left: 15px;
	margin:0;
}
ul li{
	list-style-type: disc;
	list-style-position: inside;
}
ol li{
	list-style-type: decimal;
	list-style-position: inside;
}
p{
	margin:10px 0;
}

/* News */
div.news{
	margin-bottom:15px;
	padding-bottom:5px;
	width: 890px;
	border-bottom:1px #2AA84C solid;
}
/* Fin News */

/* Formulaires */
form {
	margin: 15px;
	border:1px solid #CCC;
}
form p{
	margin : 10px 5px;
}
label {
	float: left;
	width: 190px;
}
input,
textarea,
select {
	margin : 0 5px;
	padding: 2px;
	border: solid 1px #f80;
	background-color: #EEE;
	color: #666;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
input.bouton{
	margin-left : 195px;
	background-color: #2AA84C;
	color: #FFF;
	font-weight:bold;
	font-size:12px;
}

.erreur {
	font-size: 12px;
	color: #F00;
	font-weight: bold;
}
.confirm {
	font-size: 12px;
	color: #0F0;
	font-weight: bold;
}
.msg {
	font-size: 12px;
	color: #F80;
	font-weight: bold;
}
/* Fin Formulaires */

/* News */
img.photo{
	margin:0 5px;
	border:1px #f80 solid;
}
img.photog{
	float:left;
	margin:0 5px 5px 0;
	border:1px #f80 solid;
}
img.photod{
	float:right;
	margin:0 0 5px 5px;
	border:1px #f80 solid;
}
img.photob{
	margin:5px 8px;
	border:1px #f80 solid;
}
/* Fin News */

/* Photos */
div.photos {
	float:left;
	margin:0 15px;
	width:230px;
	height:180px;
	padding:15px;
	text-align:center;
	vertical-align:bottom;
	font-size: 11px;
}
div.photos a{
	border:1px solid #FFF;
}
div.photos a:hover{
	border:2px solid #F80;
}
/* Fin Photos */

/* Affaires */
div.affaire_vendu{
	position:absolute;
	z-index:2;
	margin-top:30px;
	margin-left:700px;
	
}