body{
	background:url(images/arriere_plan.jpg) repeat-x;
/*	background:url(nuages_700.jpg) repeat-x #7EB4D0;
*/	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}

p{
	margin:0;
	padding:0;
}

#container{
	position:relative;
	width:1010px;
	margin:0 auto;
}

#header{
/*	background-image: url(images/header.png);
*/	
	position:relative;
	background-image: url(images/header2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 172px;	/*167px;*/
}

#menu{
/*	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 53px;
*/
	position:absolute;
	top:134px;
	background-image: url(images/btn_off.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 38px;
	width:970px;
	margin-left:17px;
}

#menu ul{
	list-style-type: none;
	margin: 0px 0 0 24px;
	padding: 0px;
}

#menu li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#menu li a{
	margin: 0px;
	padding: 0px;
	display: inline;
	width: 140px;
/*	background-image:url(images/titre_menu_off.png);
	height: 53px;
	line-height: 40px;
*/
	height:38px;
	line-height:30px;
	
	clear:none;
	float: left;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #CCCCFF;
	text-decoration: none;
}

#menu li a:hover{
/*	background-image: url(images/titre_menu_on.png);*/
	background-image:url(images/btn_over.png);
	background-repeat:repeat-x;

	line-height: 35px;
	font-size: 13px;
	color:#FFFFFF;	/*#CCCCFF;*/
	font-weight: bold;
}
#menu li a.menu_on{
	background-image:url(images/btn_over.png);
	background-repeat:repeat-x;
	line-height: 35px;
	font-size: 13px;
	color:#FFFFFF;
	font-weight: bold;
}
#menu li a.menu_off{
	background:none;
}


#content{
	position:relative; 	
	background-image: url(images/contenu.png);
	background-repeat: repeat-y;
	background-position: left top;
	left:0px;
	top:0px;
	width:100%;
	height:720px;
}

.cadre_bleu{
	background-image: url(images/degrade_cadre.png);
	background-repeat:repeat-x;
	background-position: left top;
	border-width:1px;
	border-style: solid;
	border-color:#AABFD4;	/*ou encore border:1px solid #AABFD4; dans l'ordre : épaisseur type_ligne couleur*/
	background-color:#F4F7FA;
}
.titre_cadre{
	position:absolute;
	top:2px;
	left:2px;
	background-image: url(images/puce_titre.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:25px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	line-height:20px;
	color: #000033;
	margin-right:2px;
	margin-bottom:2px;
}
.contenu_cadre{
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	overflow:auto;
}
.contenu_cadre a{
	display:block;
	clear:both;
	text-decoration:none;
}
.titre_cadre a{
	display:block;
	clear:both;
/*	text-decoration:none;*/
}
.titre_cadre a:link, a:visited{
	color:#000000;
}
.titre_cadre a:hover{
	font-weight:bold;
}

.contenu_cadre a img{
	border:0;
	float:left;
	margin-top:2px;
	margin-left:2px;
	margin-right:5px;
}
.contenu_cadre a:hover.survol_cadre{
	background-color:#CCCCCC;
	display:block;
}

#recherche{
	position:absolute;
	top:5px;
	left:25px;
	width:300px;
	height:185px;
}
#recherche .titre_cadre{
	background-image:url(images/chercher.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#recherche .contenu_cadre{
	top:25px;
	left:4px;
	width:288px;
	height:154px;
	padding-left:2px;
	border:1px solid #CCCCFF;
}
#new{
	position:absolute;
	top:5px;
	left:335px;
	width:640px;
	height:440px;	/*top+height doit être < height de la div #content */
}
#new .titre_cadre{
	background-image:url(images/new.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#new .contenu_cadre{
	top:9px;
	left:3px;	
	width:634px;
	height:430px;
	font-size:12px;
}
#new .new_detail{
	margin-top:5px;
}
#new_galerie{
	height:402px;
}

#coupscoeur{
	position:absolute;
	top:195px;
	left:25px;
	width:300px;
	height:245px;
	font-family:Arial, Helvetica, sans-serif;
}
#coupscoeur .titre_cadre{
	background-image:url(images/coeur.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#coupscoeur .contenu_cadre{
	top:25px;
	left:2px;
	width:290px;
	height:212px;
	padding:2px;
	border:1px solid #CCCCFF;
}
#coupscoeur .contenu_cadre a{
	height:80px;
}
.coupcoeur_photo{
}
.coupcoeur_type{
	font-size:14px;
	font-weight:bold;
	color:#336699;
	margin-bottom:5px;
}
.coupcoeur_secteur{
	font-size:12px;
	font-weight:normal;
	color:#000000;
	margin-bottom:5px;
}
.coupcoeur_prix{
	font-size:14px;
	font-weight:bold;
	color:#336699;
	margin-top:20px;
}

#contact{
	position:absolute;
	top:450px;
	left:25px;
	width:950px;
	height:265px;	/*360px;*/
}
#contact .titre_cadre{
	background-image:url(images/contact.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#contact .contenu_cadre{
	top:25px;
	width:946px;
	height:245px;	/*358px;*/
}

#img_vitrine{
	position:absolute;
	top:0px;
	left:0px;
}
#planadresse{
	position:absolute;
	top:0px;
	left:650px;
	width:290px;
	height:245px;
}
#texteadresse{
	position:absolute;
	top:0px;
	left:330px;
	width:310px;
	height:245px;
	text-align:center;
}
#texteadresse h2{
	font-size:18px;
	line-height:18px;
	color:#336699;
	margin-top:0px;
	margin-bottom:10px;
}
#texteadresse p{
	font-size:16px;
	color:#000000;
	margin-top:40px;
	margin-bottom:5px;
}

#footer{
	position:relative;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 96px;
}
/*======================================================================================================================
 * Nouveautés dans l'accueil - Nouveautés dans l'accueil - Nouveautés dans l'accueil - Nouveautés dans l'accueil
 *=====================================================================================================================*/
.panel { 
/*
	background: #F4F7FA !important; *//*Transparent par défaut sauf si on change ci-contre*/
	text-align:center;
	background-color:#CCCCFF !important;
}
.panel .panel-overlay {
	text-align:left;
	overflow:auto;
	font-size:14px;
}
.panel-overlay a { 
	line-height:10px !important;
}
.panel-overlay p {
	display:inline;
}
.panel img{
	height:300px;
}

.filmstrip img{
	width:100px;
	height:75px;
}

/*======================================================================================================================
 * Divers - Divers - Divers - Divers - Divers - Divers - Divers - Divers - Divers - Divers - Divers - Divers - Divers
 *=====================================================================================================================*/
.spacer{
	clear:both;
}

.invisible{
	display:none;
	width:0px;
	height:0px;
}
