@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "styles_rte.css"; /* ccs pour le rich text editor */
@import "annonces.css"; /* ccs gabarit annonces SPIR liste, détail, galerie photos */
@import "recherche.css"; /* ccs gabarit module recherche SPIR */
@import "../lightbox/lightbox.css";
/*------------------------------------------------------*
*-- appel des css --------------------------------------*
*------------------------------------------------------*/

/*------------------------------------------------*
 *---  WWW.ICARE-NET.COM - agence web 03-04-2009 --*
 *------------------------------------------------*/


html {
 margin: 0;
 padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #666;
	color: #000;
}

p, form, input, div, dl, dt, dd, ul, ol, li, blockquote, fieldset, th, td {
	margin: 0;
	padding: 0;
}
img {
	border:none;
}
select {
	color: #000;
	background-color: #fff;
}



 /*------------------------------------------------------*
  *--------    CSS BLOCS     						 ----*
  *------------------------------------------------------*/


#general{
	margin:0 auto;
	padding:0;
	width:100%;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding: 10px 0 0 0;
	width:857px;
	/*background-color: #fff;*/
}

#header_adresse {
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	color: #fff;
	font-size: 11px;

}
#header_mail {
	float: right;
	margin: 0;
	padding: 0;
}
#header_mail a {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0 0 20px 0;
	width:857px;
}
.separator {
	margin:10px;
	padding:0;
	height:2px;	
}

/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	background-color:#333;
	width:250px;
	left:0px;
}

/*/// partie de droite ///*/
#right_content{
	padding-right: 35px;
	float:right;
	position:relative;
	width: 270px;
	right:0px;
	background:url("../images/deco/bg_trouver.gif") no-repeat -3px 0;
	color: #FFF;
}
.trouver-bien{
	background:url("../images/deco/titre_trouver.gif") no-repeat scroll 2px 0 transparent;
height:44px;
}


/*///    partie du centre   ///*/
#middle_content{
	padding: 10px;
	float:left;
	position:relative;
	background-color: #FFFFCC;
	width:520px;
	border: 2px solid #6666CC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#middle_content p{
	margin: 0 0 20px;
}
#middle_content b{
	color: red;
}

/*#middle_content a{
	color:#00CC00;
	text-decoration:underline;
}
#middle_content a:hover{
	color:#990000;
	text-decoration:underline;
}*/

#middle_content ul{
	padding: 0 0 20px 20px;
	list-style: none;
}
#middle_content li{
	
	}

.paragraphe {
	clear: both;
	margin: 0;
	padding: 0;
}

.image-droite {
   padding:0;
   margin:0;
   float:right;
}
.image-gauche{
   padding:0;
   margin:0;
   float:left;
}

/* Style Google Map */
#google_map {}

/*/// fin des colonnes ///*/	


/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:0;
	background:url("../images/deco/footer-bg.gif") no-repeat scroll 0 0 transparent;
display:block;
width:857px;
}
.lien-footer a {
	color: #333;
	text-decoration: none;
}

#footer_liens {
	margin: 0;
	padding: 0 0 10px 0;
	height: 30px;
	line-height: 30px;
	clear: both;
}
#footer_liens a {
	margin: 0 20px 0 0;
	color: #6666cc;
	font-size: 12px;
	float: right;
}
#footer_liens a:hover {
	color: #fff;
}

/*classe clear*/

.clear {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}
#player {
	margin: 0 0 0 -66px;
	padding: 0;
	/*background-color: #CC0066;*/
}
#player-son {
	margin: 0;
	padding: 0;

}
#player-video {
	margin: 0;
	padding: 0;

}

 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
h1 {
	margin: 0;
	padding: 0 0 10px 0;
	color: #ccc;
	font-size: 30px;
}

.paragraphe h2 {
	margin: 0;
	padding: 2px 5px;
	background-color: #666;
	color: #fff;
	font-size: 12px;
}
.paragraphe a {
	color: #000;
}
  
h3 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 16px;
}

h4 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 14px;
}
h5 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 12px;
}
h6 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 10px;
}

 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
  
/*debut ENCARTS*/
#selection_titre {
	margin-top: 60px;
	padding-top: 38px;
	background:url("../images/deco/titre_sel.gif") no-repeat -3px 0;
}
#selection_content {
	padding: 20px 80px 70px 30px;
	width: 185px;
	background:url("../images/deco/bg_sel.gif") no-repeat -3px 0;
}
#selection_content p {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#coupdecoeur_titre {
	clear: both;
	margin: 0;
	padding: 0;
}
#coupdecoeur_content {
	margin: 0;
	padding: 0;
}
#coupdecoeur_content p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
/*fin ENCARTS*/

/*debut NAVIGATION*/
.retour_haut{
	margin: 10px 0;
	padding: 2px 0;
	font-size: 11px;
	color: #333;
	float: right;
	clear: both;
}
.retour_haut a{
	color: #333;
	text-decoration: none;
	border: 1px solid #333;
	margin: 0 5px 0 0;
	padding: 1px 4px;
}
.retour_haut a:hover{
	color: #FFF;
	background-color:#333;
	text-decoration: none;
}

.nav_pages{
	clear: both;
	padding: 3px 13px 3px 0;
	color: #333;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.nav_pages a{
	color: #333;
	text-decoration: none;
	margin: 0 3px;
	padding: 1px 4px;
}
.nav_pages a:hover, .nav_pages a.menu_actif{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
/*fin NAVIGATION*/
