@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "actualites.css";
@import "typo.css"; /* Contient H1, h2, etc */
@import "../addons/colorbox/colorbox.css";

/*@import "../addons/s3slider/s3slider.css";*/
/*@import "../addons/adgallery/ad-gallery.css";*/

/*@import "newsletter.css";*/
/*@import "recherche.css";*/
/*@import "acces_client.css";*/
/*@import "paiement.css";*/
/*@import "panier.css";*/
@import "produits.css";
/*@import "restaurant.css";*/
@import "tarifs_partenaires.css";

/*------------------------------------------------------*
*-- appel des css --------------------------------------*
*------------------------------------------------------*/

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


html {
 margin: 0;
 padding: 0;
}


body {
	margin: 0;
	padding: 30px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/deco/bg-body.jpg) top center no-repeat #4d5b93;
	color: #081060;
}

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;
}

hr{
	height: 1px;
	margin: 20px 0;
	padding: 0;
	border: 0;
}



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


#general{
	margin:0 auto;
	padding:0;
	width:900px;
	background:url(../images/deco/bg-general.gif) repeat-y;
}

/*Haut de page  HEADER*/

#header-haut{
	margin:0 auto 30px auto;
	padding:0;
	width:900px;
	height:38px;
	border-bottom: 5px solid #fff;
	border-top: 5px solid #fff;
	position: relative;
	display: block;
}

#header-haut img{
	padding:0;
	margin:0;
	top:8px;
	left:0px;
	position: absolute;
}

/*MENU HAUT*/

#header-haut ul{
	list-style: none;
	text-align: right;
	padding:17px 0 0;
	color:#fff;
}

#header-haut li{
	display: inline;
}

#header-haut a{
	margin: 0;
	padding: 0 2px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

#header-haut a:hover, #header-haut a.menu_actif{
	color:#c1c8dd;
}

/**/

#header-content{
	float:left;
	margin:0;
	padding:0;
	width:900px;
	height:233px;
	position:relative;
}

#header-content h2{
	text-align:center;
	text-transform:uppercase;
	width:249px;
	font-size: 12px;
	float: left;
	display: block;
	clear: left;
	padding:20px 0 0;
}

#header-diapo-bas {
	position:absolute;
	bottom:0px;
	right:0px;
	width:651px;
	height:196px;
	background:url(../images/deco/header-diapo-bas.png) bottom right no-repeat;
	z-index:100;
}

#header-rotator {
	position:absolute;
	bottom:0px;
	right:0px;
	width:651px;
	height:196px;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width: 900px;
	background:url(../images/deco/bg-content.jpg) top no-repeat;
}

.separator {
	margin:20px 0;
	padding:0;
	height:1px;
	background-color: #D9D9D9;	
}
div.contact {
	background-color: #F9F9FB;
	width: 190px;
	padding: 5px;
	border: 1px solid;
	border-color: #A5AAC5;
	height: 58px;
 
}
div.contact p {
	font-size: 13px;
	font-weight: bold;
	display: block;
	line-height: 13px;
 
}
div.contact img {
	float: left;
	margin: 0 8px 0 0;
 
}
p {
	margin: 0;
	padding: 3px 0;
}

a {
	color: #2e37df;
	text-decoration: none;
}
a:hover {
	color: #fff;
}

.liste_classique ul {
	padding:0;
	margin:0;
}
.liste_classique li {
	padding:0;
	margin:3px 0 3px 15px;
}

/*/// debut des colonnes ///*/
#left_content{
	float:left;
	width:229px;
	padding: 10px;
}

/*/// partie de droite ///*/
#right_content{
	float:right;
	width:295px;
}

/*///    partie du centre   ///*/
#middle_content{
	float:right;
	width:628px;
	padding:20px 10px 20px 0;
	min-height:300px;
}

#middle_content .bloc_txt {
	float:left;
	width:310px;
	padding:0 10px 0 0;
	text-align: left;
}
.image-droite {
	padding:0 0 9px 0;
	margin:0;
	float:right;
}
.image-gauche{
	padding:0 9px 9px 0;
	margin:0;
	float:left;
} 

/* /// liste catalogues /// */
#catalogues ul{
	margin:0;
	padding:0;
	list-style:none;
}
#catalogues li {
	list-style:none;
}
#catalogues li a{
	margin: 0;
	padding: 10px 0 10px 25px;
	background: url(../images/deco/pdf.gif) no-repeat left 8px;
	list-style:none;
	border-bottom:1px dotted #000;
	display:block;
}

/* /// fin liste catalogues /// */

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


/*Bas de page  FOOTER*/

#footer{
	margin:0 auto 10px auto;
	padding:11px;
	width:880px;
	text-align: right;
	color: #FFF;
	background:url(../images/deco/footer.png) bottom no-repeat;
}

#footer ul{
	list-style: none;
}

#footer li{
	display: inline;
}

#footer a{
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration:none;
	color:#454880;
	font-style:italic;
	font-size:10px;
}

#footer 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;
	padding: 0;
}
#player-son {
	margin: 0;
	padding: 0;
}
#player-video {
	margin: 0;
	padding: 0;
}

.image_rotator {
	text-align: center;
}
.simple_viewer {
	text-align: center;
}
.video_dyn {
	text-align: center;
}

/*debut NAVIGATION*/
.fil_ariane {
	font-size:10px;
	color:#990000;
	margin:0 0 10px;
	padding:0;
}
.fil_ariane a {
	color:#990000;
	text-decoration:none;
}
.fil_ariane a:hover {
	text-decoration:underline;
}

.retour_haut{
	margin: 0;
	padding: 2px 0;
	text-align: right;
}

.nav_pages{
	margin: 10px 18px 5px;
	padding: 0;
	font-size: 11px;
	text-align: right; 
}
.nav_pages a{
	text-decoration: none;
	border: 1px solid #fff;
	margin: 0 0 0 3px;
	padding: 2px 6px;
}
.nav_pages a.menu_actif{
	background-color:#fff;
	text-decoration: none;
}
.nav_pages a:hover{
	text-decoration: none;
}

.retour_liste {
	text-align:right;
	padding:0 0 10px ;
}

/*fin NAVIGATION*/

/*debut INFOS LEGALES*/
#infos-legales {
	width: 100%;
	margin: 0 auto;
}
#infos-legales h4 {
	margin: 10px 0 5px;
	padding: 0;
}
#infos-legales p {
	margin: 0;
	padding: 0 0 5px;
}
#infos-legales dl {
	margin: 10px 0;
}
#infos-legales dt {
	margin: 0 0 3px;
	font-weight: bold;
}
#infos-legales dd {
	margin: 0;
}
/*fin INFOS LEGALES*/

