#*
	{
	padding: 0;
	margin: 0;
	}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

body 

	{
	font-family: Comic Sans MS, Trebuchet MS, Times New Roman;
	color:#c5d1f8;
	font-size: 14px;
	margin: 10px;
	padding: 0;
	text-align: left; /* Pour centrer le cadre Conteneur (IE) */
	width: auto;
	background-color: #3f5398;
	height: 100%;         
    overflow: hidden;
	}

#contenu
	{
	font-family: Comic Sans MS, Trebuchet MS, Times New Roman;
	color:#c5d1f8;
	font-size: 14px;
	padding: 0;
	text-align: left; /* Pour centrer le cadre Conteneur (IE) */
	width: auto;
	background-color: #3f5398;
	border: thin dotted #20177d;         
    overflow: auto;
	}

#Copyrigth
	{
	color:#CCCCCC;
	font-family: "Trebuchet MS", "Times New Roman";
	font-size: 12px;
	margin: right;
	background-color: #3f5398;
	border: thin dotted #20177d;
	font-style: normal;
	font-weight: lighter;
	}
	
#Commande
	{	
	color:#FFFFFF;
	font-family: Trebuchet MS, Times New Roman;
	font-size: 16px;
	text-decoration: none;
	color: #a8e2b6;
	background-color: #20177d;
	border: 1px;
	text-align:left;	
	}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/	

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#centres {

	margin-left: 20%;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
#centres td {

	background-color: 3f5398;
}
#centres th {

	font-weight: bold;
	color: #034ea2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: top center url('images/entete.png') repeat-x;
}
td {

	background-color: #3f5398;
}
th {

	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: top center url('images/entete.png') repeat-x;
}
.cadre_arrondi {
        width: 100%;
        height: 500px;
}
                       
.hg, .hd, .bg, .bd {
        width: 22px;
        height: 22px;
}
               
.haut, .bas {
        width: 90%;
        height: 22px;
}
                       
.gauche, .droite {
        width: 22px;
        height: 90%;
}
                       
.contenu {
        width: 90%;
        height: 400px;
}

.fullsample div { float: left; } 
.fullsample1 div { float: left;  }/* S'apllique à tous les divs de .cadre_arrondi */
.hg, .gauche, .bg { clear: left; } /* Pour passer outre le float des blocs précédents */

.hg { background-image: url('haut_gauche.png'); }
.hd { background-image: url('haut_droite.png'); }
.bg { background-image: url('bas_gauche.png'); }
.bd { background-image: url('bas_droite.png'); }
                       
.haut, .bas, .droite, .gauche { background-color: #3f5398; }

.fullsample1 { 
width: 100%; 
border-radius: 10px 10px; 
-moz-border-radius: 10px; 
background-color: #ECE6C6; 
border: 1px solid black;
padding: 5px; }

.fullsample { 
width: 100%; 
border-radius: 10px 10px; 
-moz-border-radius: 10px; 
background-color: #3f5398; 
border: 1px solid black;
padding: 5px; }

td {
	border: 1 px thin dotted #000000;
}
