/* CSS Document */

/* Paramètres généraux */
*{
margin:0;
padding:0;
}

body{
	color:#e0e4ff;
	background-color:#3A3C47;
	font-family:Arial, sans serif;
	font-size:12px;
	}
	
#content{
	width:720px;
	position:absolute;
	top:40%;
	margin-top:-210px;
	left:50%;
	margin-left:-360px;
	}
	
/* Banderole Flash*/
#entete{
	height:150px;
	}

/* Corps */
#fondTop{
	position:relative;
	height:20px;
	background:url(jpeg/fond02_01.png) no-repeat center;
	}
	
#fondMiddle{
	position:relative;
	float:left;
	background:url(jpeg/fond02_02.png) repeat center;
	clear:both;
	}
	
#fondBottom{
	position:relative;
	height:20px;
	background:url(jpeg/fond02_04.png) no-repeat center;
	clear:both;
	}

#middle{
	position:relative;
}

#gauche{
	width:150px;
	position:relative;
	float:left;
	margin-left:25px;
	text-align:justify;
	}

#droite{
	width:440px;
	position:relative;
	float:right;
	margin-right:40px;
	margin-bottom:10px;
	text-align:justify;
	}

/* Pied de page */
#pied{
	text-align:center;
	}
#navigation1{
	font-size:12px;
	padding-top:6px;
	}
	
#navigation2{
	font-size:12px;
	}
	
/* Liens */
a:link {
	color:#e0e4ff;
	text-decoration:none;
	}
a:visited {
	color:#e0e4ff;
	text-decoration:none;
	}
a:hover {
	color:#666666;
	text-decoration:none;
	}
	
a:active {
	color: #e0e4ff;
	text-decoration:none;
	}

/* Styles */
.style01{
	color:#C6C7C8;
	font-size:17px;
	text-align:center;
	margin:5px 0;
	}
	
.style02{
	color:#c8c8c8;
	font-size:11px;
	margin:7px 0;
	}

.style03{
	color:#C6C7C8;
	font-size:14px;
	font-weight:bold;
	}
	
.style04{
	text-decoration:underline;
	color:#333333;
	}
	
.style05{
	font-size:12px;
	color:#666666;
	}

.style06{
	font-size:12px;
	color:#c8c8c8;	
	text-decoration:underline;
	}

#center{
	text-align:center;
	}

/*marges*/
.marges01{
	  margin:7px 0;
}

/*liste*/
li,ul{
   margin-left:8px;
}

#gauche ul {
   margin-top:20px;
   margin-bottom:20px;
   color:#c8c8c8;
   font-size:11px;
}
	
/* tableau */
.table{
	width:440px;
	border:solid 1px #c8c8c8;
	margin:10px 0;
	padding:5px;
	}
	
tr{
	 height:5px;
}

.td{
    border-left:solid 2px #e0e4ff;
    padding-right:10px;
}

.plan{
      margin:5px 0;
      list-style:none;
}
	
.case1{
	width:225px;
	color:#e0e4ff;
	font-size:14px;
	}
	
.case2{
	width:150px;
	font-size:11px;
	color:#e0e4ff;
	}
	
.case3{
	width:65px;
	text-align:right;
	color:#808080;
	}
	
.tableB{
	width:440px;
	border:none;
	}
	
.caseB1{
	width:120px;
	border-left:solid #CCCCCC;
	padding-left:10px;
	}

.caseB2{
	width:20px;
	}
	
.ligneB{
	height:8px;
	}
