	@charset "utf-8";
@import url("IZcms-screen.css");

body {
	background-image: url(../images/bkg_motif.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
}

p, li{
	font-size: 0.8em;
	margin-bottom: 0.8em;
	text-align: justify;

}
li{
	list-style-position: outside;
}
p{
	line-height:1.1em;
}

.vignette {
	padding-top: 1px;
	border: 1px solid #666;
	margin-top: 5px;
	margin-right: 10px;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;

}


#bandeau {
	height: 155px;
	width: 1148px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bandeau.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}

#content {/******boite englobant tout le contenu central********/
	height: auto;
	width: 1023px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/content-bkg.jpg);
	background-repeat: repeat-y;
	background-position: 82px;
	padding-left: 125px;
}
#content #colDroite { /****Colonne contenu Droite video******/
	clear: left;
	float: right;
	width: 340px;
	margin-top: 20px;
	padding-right: 120px;
	padding-bottom: 20px;
}

#content #colGauche { /****Colonne gauche Stanilas D********/
	float: left;
	width: 535px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 25px;
}
#content #colGauche h1 {
	color: #884B87;
	font-size: 130%;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	text-transform: uppercase;
	line-height: 1em;
}
#content #colGauche h2 {
	color: #036;
	font-size: 100%;
	margin-top: 1.8em;
	margin-bottom: 0.5em;
	line-height: 1.1em;
}
#content #colGauche h3 {
	color: #B399C0;
	font-size: 90%;
	margin-top: 0em;
	margin-bottom: 1em;
}
#content #colGauche h5 {
	font-size: 90%;
	margin-top: 1em;
	margin-bottom: 1em;
}

#content #colGauche #photoSD { /**photo SD col gaucge ******/
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 3px;
}

#content #colGauche .presentation { /**texte de presentation SD****/
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	color: #942D31;
}
/**************************************CADRE VIDEO**********************************/
#content #colDroite #video {
	width: 341px;
	background-image: url(../images/cadre_video.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 324px;
	padding-top:10px;
	padding-left:10px;
	margin-right:15px;
	text-align:center;
}
#content #colDroite #video #text {
	height: 58px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #FFFFFF;
}
#content #colDroite #video h1 { /*************titre visio-voyance*/
	font-size: 120%;
	font-weight: lighter;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#FFF;
}
#content #colDroite #video #text p { /**texte dessus video**/
	margin: 0px;
}
#content #colDroite #video h2 {
	color: #9AFA44000;
	font-size: 1.2em;
	font-weight: lighter;
	text-align: center;
	margin: 0px;
}
#content #colDroite #video .txtVideoR { /****p rouge****/
	color: #9AFA44000;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content #colDroite .video .txtVideoB { /****p bleu****/
	color: #054487;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

a.butClic {/*bouton cliquez ici ****/
	height: 30px;
	width: 130px;
	display: block;
	background-image: url(../images/but_cliquez.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	padding-top: 10px;
}
a.butClic:hover {
	height: 28px;
	color: #FFFF99;
	padding-top: 12px;
	background-position: 0px -38px;
}


/*****************************CARTOUCHE RUBRIQUES*****************/
table.rubrique {
	background-image: url(../images/cartoucheRub.jpg);
	background-repeat: no-repeat;
	height: 240px;
	width: 143px;
	float: left;
}
#content #colGauche .rubrique .titre {
	color: #FFFFFF;
	height: 50px;
	text-align: center;
}
.rubrique .titre h2 {
	font-size: 100%;
	margin: 15px;
	padding: 0px;
	font-weight: normal;
}
.rubrique .RubTxt{
	height: 140px;
	font-size: 90%;
}
.rubrique .RubTxt p{
	color: #054487;
	margin: 0px;
	width: 120px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
	}
	
.rubrique .RubLK {
	text-align: right;
	padding-right: 9px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	height: 30px;
}

.rubrique .RubLK a {
	color: #00458F;
	text-decoration: underline;
	margin-right: 15px;
	font-size: 80%;
	padding: 0px;
	margin-top: 0px;
}
.rubrique .RubLK a:hover {
	text-decoration: none;
	color: #9AFA44000;
}
/************************************BAS DE PAGE **********************************/

#basdepage{
	height: 45px;
	width: 903px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bas-de-page.jpg);
	background-repeat: no-repeat;
	background-position: 82px 0px;
	color: #FFF;
	text-align: center;
	padding-top: 11px;
	padding-left: 120px;
	padding-right: 125px;
}

#basdepage a {
	color: #B399C0;
	text-decoration: none;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}
#basdepage a:hover {
	color: #B399C0;
}
#bandeau #level-0 {
	position: relative;
	margin-top: 50px;
}
#bandeau #menu {
	position: relative;
	top: 106px;
	left: 15px;
}
#bandeau #menu #cssmw .long {
	width: 130px;
}

#bandeau #WAmenu {
	top: 60px;
	position: relative;
	left: 15px;
	clear: right;
	margin-left: 110px;
}
.highlight {
	color: #FFF;
	background-color: #054487;
	padding: 0px 3px 1px 3px;
}
#colGauche fieldset {
	border: 1px solid #258953;
	padding: 10px;
}
#colGauche fieldset legend {
	color: #258953;
	font-weight: bold;
}
#bandeau #userStatut {
	color: #054487;
	text-align: right;
	padding-right: 30px;
	font-size: 0.9em;
	margin-top: 25px;
	margin-right: 100px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 12px;
	width: 250px;
	float: right;
}
#bandeau #userStatut a {
	color: #FFF;
	text-decoration:none;
	padding-left: 4px;
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
	background-color: #884B87;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
}
#bandeau #userStatut a:hover {
	color: #FFF;
	text-decoration:underline;
	background-color: #E3DBE7;
}
img.vignette{
	border: 1px solid #258953;
	padding: 1px;
}
#colGauche fieldset p { /**decalle les ligne dans les infos de l'espace client*/
	
	margin-bottom:1em;
}

.prix {
	font-size: 1.2em;
	color: #8A2327;
	font-weight: bold;
}
input {
	background-color: #E3DBE7;
	color: #884B87;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	font-weight:bold;
}
 #adresseDirect {
	background-color: #E3DBE7;
	color: #884B87;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}
#basdepage #footer {
	font-size:80%;
	margin-top: 14px;
	color: #FFF;
}
#bandeau #voyantStatut {
	position: absolute;
	left: 441px;
	top: 14px;
	width: 182px;
	height: 45px;
	text-align: center;
}
#voyantStatut p .StatutJS {
	font-size: 18px;
	font-weight: bold;
	color: #B399C0;
	vertical-align: middle;
}
#voyantStatut p img {
	vertical-align: middle;
}
# #body table tr th {
	text-align: left;
	font-weight: lighter;
	font-size: 90%;
}
# #body table tr td {
	font-size: 90%;
}
#content #colDroite h2 {
	color: #	B399C0;
	font-size: 120%;
	padding: 0em;
	margin-top: 1em;
	margin-bottom: 0.2em;
}
#content #colDroite #AjaxWorking {
	margin-left: 10px;
	width: 35px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 5px;
	display: none;
}
#colDroite .FormNewsletter{
	width:300px;
	font-size:90%;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-left:8px;
	padding-right: 5px;
	padding-left: 12px;
	border: 1px solid #6F2E71;
	padding-top: 2px;
	padding-bottom: 5px;
	
}
#colDroite .FormNewsletter legend{
	background-color: #FFF;
	color: #6F2E71;
	font-weight: bold;
	margin-left: 10px;
}

a.LKhighlight {
	color: #	AFA440;
	font-size: 100%;
	font-weight: bold;
}
a.LKhighlight:hover {
	color: #84C8EC;
	text-decoration: none;
}

label{
	color:#884B87;
	font-size: 100%;
	font-weight: normal;
}
.btnSubmit{
	color: #FFF;
	background-color: #884B87;
	padding: 1px 3px 2px 3px;
	margin:O;
	font-weight: bold;
	font-size: 0.9em;
	width:85px;

}
.btnUpdate{
	color: #FFF;
	background-color: #884B87;
	padding: 1px 7px 2px 7px ;
	font-weight: bold;
	font-size: 0.9em;
}
.trait {
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #84C8EC;
}

/**********TABLEAU LISTE COMMNANDES ESPACE CLIENT********/

#tabListe{
	width:550px;
	
}
#tabListe tr {
	padding-right: 2px;
	padding-left: 2px;

}
#tabListe tr th {
	color: #FFF;
	font-size: 90%;
	background-color: #258953;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 1em;
	text-align: left;
	
}
#tabListe tr td {
	font-size: 75%;
	padding-right: 5px;
	padding-left: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #258953;
	padding-bottom: 4px;
	padding-top: 4px;
}
/****STATU VOYaNT**/
.statut1{
	color:#0C0;
	font-size:0.9em;
}
.statut2{
	color:#F60;
	font-size:0.9em;

}
.statut3{
	color:#930;
	font-size:0.9em;

}
a.statut1,a.statut2,a.statut3{
	text-decoration:none;
}
a.statut1:hover,a.statut2:hover,a.statut3:hover{
	color:#039;
	
}

