@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "produits.css";
@import "paiement.css";
@import "movie-css.css";
@import "actualites.css";
@import "post-it.css";
@import "../lightbox/lightbox.css";


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

/*------------------------------------------------*
 *---  WWW.ICARE-NET.COM - agence web 02-04-2008 --*
 *------------------------------------------------*/


html {
 margin: 0;
 padding: 0;
}


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

p, form, input {
	margin: 0;
	padding: 0;
}

select {
	color: #000;
	background-color: #fff;
}

#middle_content .separator {
	padding:0;
	height:1px;
	width:700px;
	margin: 0 auto;
	margin-bottom: 50px;
	border-top: solid 1px #CCC;
	margin-top: 20px;
}

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


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

/*Haut de page  HEADER*/

#header{
	padding:0;
	width:980px;
	height:247px;
	background-image: url(../images/deco/header.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 1;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width: 980px;
	background-image: url(../images/deco/bg-site.gif);
	background-repeat: repeat-y;
	z-index: 3;
}
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
#contentindex {
	width: 980px;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	z-index: 1;
}

/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:220px;
	left:0px;
	background-image: url(../images/deco/nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 390px;
}
#left_content h1{
	margin:0;
	padding:0;
	color:#FFF;
}
#left_content h4{
	margin:0;
	padding:0;
	color:#FFFF00;
}
#left_footer{
	float:left;
	position:relative;
	width:205px;
	left:0px;
	padding-top: 35px;
	padding-left: 15px;
	padding-bottom: 2px;
}
#left_footer p{
	margin:0;
	color:#FFFFFF;
	font-weight: bold;
	text-align: left;
}
/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	background-color:#333;
	width:200px;
	right:0px;
}
#right_content h1{
	margin:0;
	padding:0;
	color:#000;
}
#right_content h4{
	margin:0;
	padding:0;
	color:#00FF00;
}
/*///    partie du centre   ///*/
*html #middle_content{
	float:left;
	position:relative;
	width:690px;
	background-image: url(../images/deco/bg-site2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#middle_content{
	float:left;
	position:relative;
	width:733px;
	background-image: url(../images/deco/bg-site2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#middle_content h1{
	margin:0;
	color:#0C4A7D;
	font-size: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	text-indent: 5px;
}
#middle_content   h2{
	margin:0;
	color:#0C4A7D;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 16px;
	font-size: 18px;
	background-image: url(../images/deco/picto1.gif);
	background-position: left 18px;
	background-repeat: no-repeat;
}
#middle_content h3{
	margin:20px;
	color:#FD9A00;
	font-size: 18px;
	border-bottom: solid 1px #0C4A7D;
	padding: 0 0 0 0;
	font-weight: bold;
}
#middle_content h4{
	margin:0;
	color:#FD9A00;
	font-size: 14px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}	
#middle_content h5{
	color:#999999;
	font-size:14px;
	font-weight:bold;
}

#middle_content h6{
	color:#0C4A7D;
	font-size:12px;
}

#middle_content  strong{
	margin:0;
	color: #666666;
}	
#middle_content p{
	margin:0;
	font-size: 12px;
	text-align: left;
	color: #333333;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
#middle_content a{
	margin:0;
	font-size: 12px;
	text-align: left;
	color: #0C4A7D;
	font-weight: bold;
	text-decoration: none;
}
#middle_content a:hover{
	color: #666666;
}

.separator {
	color:#999999;
	height:1px;
	width:200px;
	margin:auto;
	padding:0;
}


#partenaire img {
	border: none;
	float: left;
}
.partenaire_bloc {
	width: 500px;
	margin: 10px 0;
	padding: 10px;
}
.partenaire_texte {
	width: 410px;
	float: right;
}


 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/

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

/*Bas de page  FOOTER*/

#footer{
	width:980px;
	text-align: center;
	color: #0C4A7D;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(../images/deco/footer.jpg);
	background-repeat: no-repeat;
}

#footer a{
	color:#0C4A7D;
	text-decoration:none;
}

#footer a:hover{
	color:#333333;
}
#footer2{
	width:550px;
	text-align: right;
	color: #0C4A7D;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 0;
	float: right;
	padding-top: 20px;
}

#footer2 a{
	color:#0C4A7D;
	text-decoration:none;
}

#footer2 a:hover{
	color:#333333;
}


/*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;
}
#image {
	float: right;
	margin: 0 0 0 10px;
	padding: 10px;
	border: solid 1px #ccc;
	background-color: #FFF;
	text-align:center;
	
}

#image img {
	border: solid 1px #ccc;
	padding: 0;
	margin: 0;
}

#image h5 {
	margin:0 auto;
	color:#FD9A00;
	font-size: 11px;
	padding-top: 12px;
	padding-right: 0;
	padding-left: 0;
}

 /*------------- POST IT --------------------------*/
 #postit{
	cursor:pointer;
	position:absolute;
	width:220px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	border:1px medium #000;
	padding: 0px;
	z-index:1000;
	margin: 0 0 0 536px;
}

#root {
	position:absolute;
	width:220px;
	padding:0px;
	font-size:12px;
	margin:0px;
	color: #333333;
	cursor:pointer;
	background:url(../images/deco/postit_header.gif) no-repeat center top;
}

#handle {
	color:#666666;
	padding:2px 0;
	font-size:12px;
	margin:8px 0 10px;
	width: 100%;
	float: right;
	clear: both;
	text-align: center;
}

#handle a{
	text-decoration : none;
	color:#666666;
}

#handle .titre {
	padding: 10px 0 4px 30px;
}

#handle .titre a{
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration : none;
}

#postit_content {
	background:url(../images/deco/postit_content.gif) repeat-y center top;
	padding:10px;
}
#postit_footer {
	background: url(../images/deco/postit_footer.gif) no-repeat center top;
	height: 10px;
}

#handle .sstitre {
	color:#0C4A7D;
	font-weight: bold;
	padding: 5px 0 3px 0;
}

#handle .descriptif {
	color:#666666;
}

#handle .sstitre a{
	color:#0C4A7D;
	font-weight: bold;
	padding: 5px 0 3px 0;
	text-decoration : none;
}

#handle .descriptif a{
	color:#666666;
	text-decoration : none;
}



 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
h1 {
	margin: 0;
	padding: 0;
	color:#000;
}
  
h2 {
	margin: 0;
	padding: 0;
	color:#000;
}
  
h3 {
	margin: 0;
	padding: 0;
	color:#000;
}

h4 {
	margin: 0;
	padding: 0;
	color:#000;
}
h5 {
	margin: 0;
	padding: 0;
	color:#000;
}
h6 {
	margin: 0;
	padding: 0;
	color:#000;
}
