@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "produits.css";
@import "paiement.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: #ff9c00;
	color: #666666;
	background-image: url(../images/deco/back_general.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

p, form, input {
	margin: 0;
	padding: 0;
}

select {
	color: #000;
	background-color: #fff;
}



 /*------------------------------------------------------*
  *--------    CSS BLOCS     						 ----*
  *------------------------------------------------------*/


#general{
	margin:0 auto;
	padding:0;
	width:100%;
}

/*Haut de page  HEADER*/

#header{
	width:850px;
	height:308px;
	background-image: url(../images/deco/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
}

#header .titre {
	padding-top: 35px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #ffac3a;
	font-weight: bold;
	position: absolute;
}

#header .baseline {
	
	color: #5c981e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	position: absolute;
	padding:80px 0 0 30px;
}

/* anim header */
#anim {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 840px;
	margin-top: 260px;
	position: absolute;
	padding: 0px;
	margin-left: 15px;
}
/* fin anim header */

/*Contenu de page  CONTENT */

#content {
	padding:0px;
	width: 850px;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.titre-condi{
	color:#d51100;
	font-size: 18px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFAC3A;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	text-align: center;
	height: 22px;
}

.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}

/* POST IT */
#root {
	position:absolute;
	z-index:2;
	width:195px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	/*float: right;*/
	display: block;
	/*margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;*/
	background-image: url(../images/deco/back_postIT.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px solid #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	cursor:move;
	/*top:157px;
	left:10%;*/
}
#root .titre {
	
	text-align: center;
	color: #FF6600;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 16px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#root .info {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#root .info strong {
	color: #D51100;
}

#handle {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	font-weight: bold;
	text-align: center;
	height: 33px;
	padding-top: 4px;
	background-color: #31abde;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#handle .drag {
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-align: center;
}

.lien_postit
{color:#FF6600;}

.lien_postit:hover
{color:#31abde;}

/* fin POST IT */

/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	left:0px;
	width:354px;
}
#left_content h1{
	margin:0;
	padding:0;
	color:#FFF;
}
#left_content h4{
	margin:0;
	padding:0;
	color:#FFFF00;
}
/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	width:430px;
	right:0px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#right_content a {
	color:#000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#right_content a:hover {
	color: #f00;
}


#right_content p {
	line-height: 16px;
	color: #000;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: justify;
}
#right_content strong{
	color: #FF6600;
}

#right_content h1{
	color:#31abde;
	font-size: 14px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #31abde;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(../images/deco/puce.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 30px;
	text-align: left;
}

#right_content .cadre {
	color: #31abde;
	text-align: center;
	border: 1px solid #31abde;
	margin-top: 30px;
	padding: 10px;
	line-height: 18px;
	font-weight: bold;
}

#right_content h4{
	margin:0;
	padding:0;
	color:#00FF00;
}

#right_content li {
	background-image: url(../images/deco/puce_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 30px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #ffac3a;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
}
/*///    partie du centre   ///*/

#middle_content{
	float:left;
	position:relative;
	background-color:#FFF;
	width:730px;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
}

#middle_content p {
	line-height: 16px;
	color: #000;
	text-align: justify;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#middle_content strong{
	color: #d51100;
}

#middle_content h1{
	color:#d51100;
	font-size: 18px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFAC3A;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	text-align: left;
	height: 22px;
}
#middle_content h4{
	color:#31abde;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #31abde;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(../images/deco/puce.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 30px;
	width: 500px;
}

#middle_content h5 {
	font-size: 14px;
	color: #31abde;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#middle_content li {
	background-image: url(../images/deco/puce_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 30px;
	padding-top: 1px;
	padding-bottom: 1px;
/*	color: #ffac3a;*/
	color:#FF6600;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	list-style-image: none;
	list-style-type: none;
}

#middle_content .photo {
	padding: 5px;
	border: 1px solid #D51100;
	background-color: #EBF7FC;
	text-align: left;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#middle_content a {
	color:#000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#middle_content a:hover {
	color: #f00;
}
/*/// fin des colonnes ///*/	

/* page materiel */
.content_materiel {
	width: 700px;
	position: relative;
	padding: 0px;
	margin-bottom: 20px;
	overflow: hidden;
}
/* fin page materiel */

/* page condition générale location */
.CGL {
	float: left;
	width: 240px;
	position: relative;
	margin: 0px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #ffac3a;
}

.CGL li {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
	line-height: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	color:#FF6600;
}

.CGL .lang {
	background-color: #31abde;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.CGL p {
	color: #000;
	text-align: justify;
	line-height: 14px;
	padding-bottom: 5px;
}

.CGL .article {
	color: #D51100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

/* page condition générale location */

/* page tarif */
.tbl_tarif {
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.tbl_tarif td {
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}



.nb_place {
	background-color: #31abde;
	padding: 0px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
}



.duree {
	background-color: #FF6600;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	text-align: center;
	margin: 0px;
	width: 130px;
}

/* fin page tarif */

/*Bas de page  FOOTER*/

#footer{
	width:850px;
	background-color:#FFFFFF;
	text-align: center;
	color: #FF9C00;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	background-image: url(../images/deco/back_left_footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 80px;
}

#footer p {
	color: #31abde;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#carte_CB {
	float: right;
	width: 40px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	margin: 0px;
}

#carte_CB img{
	width: 40px;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#footer .deutsch {
	font-size: 10px;
	background:#fff;
}

#footer a{
	color:#FF6600;
	text-decoration:none;
	font-size: 10px;
	line-height: 25px;
}

#footer a:hover{
	color:#31abde;
}


/*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;
}


 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
h1 {
	color:#FF6600;
	font-size: 18px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffac3a;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}
  
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;
}
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
  
.liste {
	display:block;
	margin:-10px 0 0 0;
  	padding:0 0 0 0;
}

.conditions {
	text-align:center; 
	font-size:14px;
}
