@charset "utf-8";
/* CSS Document */
 body {
	 background-color:#EEE;
 }
.marges{
 margin-left:auto;
 margin-right:auto;
 border:0;
 }
 .marges thead, .marges tfoot, .marges th{
 display:none;
 }
 .gauche{
 text-align:left;
 }
 .droite{
 text-align:right;
 }
 .centre{
 text-align:center;
 }
 .legend {
	 color:#999;
	 font-size:70%;
	 font-style:italic;
 }
 .titre {
 text-align:center;
 font-size:200%;
 font-weight:bold;
 color:#2C8FF2; 
 }
 .bandeau {
	 color:#CCC;
	 background:#2C8FF2;
	 text-align:left;
 }
 .contenu {
	border:1px solid #2C8FF2;
	padding:10px;
 }
 #dial {
	 font-size:12px;
 }
 #dial li {
	margin-left:40px;
	color:red;
}
 #success {
	 font-size:12px;
 }
 #success li {
	margin-left:40px;
}
 .btn_menu {
	 padding:10px;
	 border:1px solid #999;
	 color:#FFF;
	 width:50%;
	 height:50px;
 }
 .tab_format {
	 width:100%;
	 text-align:center;
 }
 .tab_format thead{
	 font-weight:bold;
	 background-color:#CCC;
 }
 .tab_format td {
	 border: 1px solid grey;
 }
 .warning {
	 color:red;
 }
 .relance a{
	 text-decoration:none;
	 color:#999;
	 size:90%;
 }
 .relance a:link a:visited a:active{
	 text-decoration:none;
	 color:#999;
	 size:90%;
 }
 .relance a:hover {
	 text-decoration:none;
	 color:#333;
 }