/* CSS Document */

body{
	margin:0px;
	background-color:#ffffff;
}

img{ border:0px;}

#flashContent{	
	position:absolute;
	text-align:center;
	
	background-color:#ffffff;
	
	left: 50%;    
	width:995px; 
	margin-left:-497px; /* la moitié de la longueur */	
	
	top: 50%;
    height: 560px;
    margin-top: -280px; 
	
}

#global{	
	position:absolute;
	background-color:#ffffff;
	
	left: 50%;    
	width:995px; 
	margin-left:-497px; /* la moitié de la longueur */	
	
	top: 50%;
    height: 590px;
    margin-top: -295px; 
	
}

#header{
	background:url(images/communs/header.gif);
	width:995px;
	height:29px;
}

#footer{
	background:url(images/communs/footer.gif);
	width:995px;
	height:27px;
}

#content{
	border-left:#808080 1px solid;
	border-right:#808080 1px solid;
	width:993px;
	padding-top:8px;

}

#flashMenu{
	width:166px;
	margin-top:155px;
	margin-left:21px;
	text-align:right;
	float:left;
}

#blockRight{
	margin-left:76px;
	float:left;
	height:432px;
	width:600px;
	padding-bottom:5px;
	display:inline;
}

#blockRightBottom{
	margin-right:20px;
	
	width:700px;
	height:92px;
	
	float:right;
	display:inline;
}

.cadreLogin{
	width:165px;
	float:left;
	margin-left:170px;
}
.cadreLiens{
	width:150px;
	float:left;
	margin-left:25px;
	padding-top:15px;
}
.cadreOrange{
	width:165px;
	background-color:#ff7900;
	padding-bottom:15px;
}
.cadreGris{
	width:165px;
	background-color:#252525;
	padding-top:15px;
	margin-bottom:10px;
}
.contenuCadre{
	width:135px;
}
.boutonValider{
	margin-top:10px;
}
.cadre-commande{
	padding:5px;
	width:590px;
	background-color:#CCCCCC;
}
.titre-commande{
	width:50px;
	float:left;
}

.ssmenu{
	margin-left:145px;
	margin-top:78px;
}
