

/* Styles commun � toutes les pages */



/********************

Red�finition styles de base

********************/

html, body {

    \height:100%;

}

body {

    margin: 15px 0;

    padding: 0;

    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 0.8em;

    color: #747474;

    background-color: #FFFFFF;

}



body#homePage{

	background:#efefef;
	/*background:url(../images/www_bg.jpg);*/

}

body#cart_saved{

	background:#efefef;
	/*background:url(../images/www_bg.jpg);*/

}



div,p,form,h1,h2,h3,h4,h5,h6,ol,ul,blockquote,img {

    margin: 0;

    padding:0;

}



img {

    border: none;

}



a {

    color: #825531;

}

a:hover {

    text-decoration: none;

}



.left-cleaner, .right-cleaner, .cleaner{

    clear:both;font-size:1px;height:0px;margin:0;padding:0;line-height:0px;

}

.left-cleaner{clear:left;}

.right-cleaner{clear:right;}



/* Hack pour float element */

.clearfix:after {

    content: "."; 

    display: block; 

    height: 0; 

    clear: both; 

    visibility: hidden;

}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

/* End hide from IE-mac */



/********************

Structure de page

********************/



#pageContener {

    position: absolute;

    width: 960px;

    left:50%;

    margin-left: -450px;

    padding: 5px 0px;

}



#headerContener a {

    display: block;

    /*height: 95px;*/

    /*background-image: url(home-2_ht.jpg);*/

    background-position: center;

    background-repeat: no-repeat;

    text-decoration: none;

}

#headerContener a span {

    display:none;

}







#contentContener {

    position: relative;
	width:570px;
	background:#FFFFFF;
	padding:10px;
	margin-top:10px;

}



* html #contentContener { /* IE 6 sp�cifique */

    overflow: visible;

    height: 1%;

}



#contentNavigationContener {

    text-align: center;

    margin: 0px 0px;

	background-color:#FFFFFF;

	width:900px;

	padding:10px 5px;

	border-bottom: 2px solid #000000;

}



#contentNavigationContener ul {

    list-style-type: none;

    padding: 0px;

    margin: 0px 0px;

    width: 900px;  

}

#contentNavigationContener ul li {

    display: inline;

    margin: 5px 0px 0px 0px;

    padding: 5px 30px 0px 30px;

    font-weight: bold;

    background-position: bottom left;

    background-repeat: no-repeat;

    color: #CCCCCC;

}



#contentNavigationContener ul li.on {color: #747474;}

#etape1.on{background-image: url(etape_1_on.gif);}

#etape1{background-image: url(etape_1_off.gif);}

#etape2.on{background-image: url(etape_2_on.gif);}

#etape2{background-image: url(etape_2_off.gif);}

#etape3.on{background-image: url(etape_3_on.gif);}

#etape3{background-image: url(etape_3_off.gif);}

#etape4.on{background-image: url(etape_4_on.gif);}

#etape4{background-image: url(etape_4_off.gif);}





/********************

El�ments de formulaire

********************/

select {

    border: 1px solid black;

    font-size:1em;

    color: #000000;/*#747474;*/

}

input{

    border: 1px solid black;

    font-size:1em;

    color: #000000;

}



input:focus, select:focus{

    border: 1px solid #AC190D;

    background-color: #E9E9E9;

}



input.radio, input.checkbox, input.control_checkbox {

    border: none;

}



/********************

Styles divers

********************/

#errorContent {

    margin: 20px;

}

.error {

    background-color: #FFFFFF;

    color: #000000;

    margin: 0px;

    padding: 35px 20px 35px 130px;

    background-image: url(stop.gif);

    background-position: top left;

    background-repeat: no-repeat;

	width:760px;

}



.generic_information_container {

    text-align: center; 

    /*margin-bottom:10px; */

    padding: 10px; 

    /*border:2px solid; */

    background-color:#FFFFFF;

	width:890px;

}



.warning {

    /*border: 1px solid #FF870F;*/

    background-color: #FFFFFF;

    color: #FF870F;

    padding: 15px;

    margin: 15px 0px;

    text-align: center;

}





.dateField {

    white-space: nowrap;

}

.dateField input {

    font-size:0.8em;

    width: 60px;

    margin-right: 3px;

}





#footerContener .mentions {

    display: block;

    text-align: center;

    margin: 45px 5px;

    font-size: 10px;

}

#please_wait_layer {

    position:absolute;

    left:0px;

    top:0px;

    width:100%;

    height:100%;

    background-image: url(please_wait_background.gif);

    background-color: transparent;

    z-index: 1000;

}

body > #please_wait_layer {

    position: fixed;

}

* html div#please_wait_layer { /* �mule position:fixed pour IE 6 */

  left: expression( ( 20 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );

  top: expression( ( 10 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );

}

#please_wait_layer_content {

    position:absolute;

    display: block;

    width: 300px;

    left:50%;

    margin-left: -150px;

    top: 50%;

    margin-top: -100px;

    border: 1px solid #999;

    background-color: #CCC;

    text-align: center;

    padding: 30px;

}



.userMessage {

    text-align: center;

    padding: 10px;

    border:2px solid;

    border-color: #51CBFF;

}

.warningg{
	background:url(exclamation.png) top center no-repeat;
	border:1px solid #FF0000;
	color:#CC0000;
	font-size:16px;
	font-weight:bold;
	margin:10px 10px 150px 10px;
	padding:10px;
	text-align:center;
	padding-top:35px;
}
