/* mise en forme générale du site */
html {
	width: 100%;
	height: 100%;
	margin: 0;
	}
	
body {
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #010066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* wrapper qui contient les différentes parties du site */
div#wrapper {
	margin: 0;
	position: absolute;
	overflow: auto;
	height: 100%;
	width: 100%;
}

#main .tsplash {
	display: block;
	border: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	height: 100%;
	min-height: 100%;
	overflow: auto;
	padding: 0 0 180px 0;
}

/* début de la bannière avec sa mise en forme */
div#top {
	height: 80px;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
}
	
div#top table {
	border: 0;
	text-align: center;
	width: 100%;
	margin: 0;
	}	
	
div#top span {
	color: #FF0000;
}
	
div#top h1 {
	margin-top: 9px;
	font-size: 16pt;
	font-weight: bold;
	color: #ffffff; 
}

/* début de la partie menu avec sa mise en forme */
div#menu {
	float: right;
	background: #010066;
	margin-right: 0;
	font-size: 12px;
	width: 15%;
	#width: 10%;
	height: 100%;
	text-align: center;
	color: #fff;
	padding: 0 25px 0 0;
}

div#menu ul {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 15px 0 15px 0;
	padding: 10px 0 10px 20px;
	width: 150px;
}

div#menu ul li {
	padding: 0;
	list-style-type: circle;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
}
	
div#menu ul li a:link,  div#menu ul li a:active, div#menu ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
	
div#menu ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

div#menu img {
	margin-bottom: 5px;
}
	
/*div#menu hr {
	border-top: 1px solid #0000FF;
	width: 100%;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0;
}*/

/* début de la partie main avec sa mise en forme */
div#main {
	overflow: auto;
	height: 100%;
	padding: 10px;
	background: #fff url(img/watermark2.gif) bottom center no-repeat fixed;
	font: Arial, Helvetica, sans-serif 13px;
	width: 80%;
	#width: 84%;
	text-align: center;
	float: left;
}

div#main img {
	border: 0px solid #000;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
    }

div#main a:link, div#main a:active, div#main a:visited {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	}
	
div#main a:hover {
	color: #000;
	text-decoration: underline;
	}
	
div#main h1 { 
	font-size: 14pt;
	font-weight: bold;
	color: #000000; 
	text-align: left;
	margin-top: 20px;	
	margin-bottom: 15px;
	border-bottom: 1px solid #010066;
	text-transform: uppercase;
	}	
	
div#main h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #000; 
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 2px;
	text-align: left;			 
	}
	
div#main th {
	text-align: left;
	font-size: 13px;
	}
	
div#main h3 {
	font-size: 12pt;
	font-weight: normal;
	color: #000; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;			 
	}
	   
a:link { text-decoration: none; color: #ffffff; }

a:hover { text-decoration: none; color: #ffffff; }

a:visited { text-decoration: none; color: #ffffff; }

table { border-collapse: collapse;}

.bordure {
	border: 1px outset #fff; 
	}
						
p	{
	font-size: 14px;
	font-weight: normal;
	color: #000; 
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 125%;			 
	}
			 
.textcenter { font-size: 10pt;
			  font-weight: normal;
			  color: #000000; 
			  font-family: Arial, Helvetica, sans-serif;
			  text-align: center;			 
			 }
			 
.textbold   { font-size: 10pt;
			  font-weight: bold;
			  color: #000000; 
			  font-family: Arial, Helvetica, sans-serif;
			  text-align: justify;			 
			 }
			 
.textpetit  { font-size: 9pt;
			  font-weight: normal;
			  color: #000000; 
			  font-family: Arial, Helvetica, sans-serif;
			  text-align: center;			 
			 }
			 
.txtmenu    {font-size: 10pt;
			 font-weight: bold;
			 color: #ffffff; 
			 font-family: Arial, Helvetica, sans-serif;
			 text-align: left;			 
			 }
			 
.text2       {font-size: 10pt;
			 font-weight: bold;
			 color: #000000; 
			 font-family: Arial, Helvetica, sans-serif;
			 text-align: center;			 
			 }
			
.footer 	 {font-size: 9pt;
			 font-weight: normal;
			 color: #000000; 
			 font-family: Arial, Helvetica, sans-serif;
			 text-align: left;			 
			 }
			 

			 
.titretablo   {font-size: 10pt;
			 font-weight: bold;
			 color: #000000; 
			 font-family: Arial, Helvetica, sans-serif;
			 text-align: left;			 
			 }
			 
.texttablo   {font-size: 10pt;
			 font-weight: normal;
			 color: #000000; 
			 font-family: Arial, Helvetica, sans-serif;
			 text-align: center;			 
			 }
			 
input.submit {
	color: #fff;
	font-weight: bold;
	background-color: #0000AA;
	border: 2px solid black;
	cursor: pointer;
	}
#alinghi {
	text-align: center;
}
div#main .alinghi h3 {
	text-align: center;
}
