body
{
	width: 761px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;   
}

a, a:visited, a:active
{
	text-decoration: none;
	color: #0066CC;
 	cursor:pointer; 
      cursor:hand;
}

a:hover
{
	color: #78B1F3;
}

img{
border-color:#0066CC;
}

table
{
	margin: auto;
	border-collapse: collapse;
	clip:   rect(10px 10px 10px 10px);
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	text-align:center;
}

tr{
	text-align : center

	}

td{
	vertical-align : center;
	padding:5px;
	}
/********************* En-têtes *********************/
#EnTete
{
	width: 761px;
	height: 84px;
	background: url(img/logotitre.gif) no-repeat top left;
	margin-bottom: 8px;
}

#EnTeteSecondaire
{
	width: 757px;
	height: 22px;
	margin: 0 0 15px 4px;
	background-image:url(img/titre.gif);
}


/********************* Menus *********************/
#Menu
{
	float: left;
	width: 168px;
	margin-bottom: 15px;
	
}

.SousMenu
{
	margin: 0 0 5px 0;
}
.SousMenuTitre {
	background: url(img/onglet.gif) no-repeat left top;
	text-align:center;
	font-family:Verdana;
	font-size:13px;
	font-weight: bold;
	color:#003399; 
	padding: 7px 0 5px 0;
}
.SousMenuLiens
{
	background: url(img/onglet.gif) no-repeat left bottom;
	font-family: Tahoma;
	font-size: 12px;
	margin: 0;
	padding: 3px 0 12px 32px;
}
.SousMenuLogos
{
	background: url(img/onglet.gif) no-repeat left bottom;
	margin: 0;
	text-align:center;
	padding: 3px 0 3px 0;
	
}
.SousMenu img {
	border: 0px;
}
.SousMenu ul
{
	list-style-image:  url(img/puce.gif);
}

/********************* Corps de la page *********************/
#Corps
{
	font-family: Verdana;
	font-size: 13px;
	color: #660066;
	text-align: justify;
	margin: 0 0 20px 190px;
	padding: 15px;
	border: 2px solid #669cd8;
}

#Corps h1 {
	background: url(img/backtitre.gif) no-repeat bottom;
	color: #5076b5;
	text-align: center;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

#Corps h2 {	
	background: url(img/bouton.gif) no-repeat;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #4167b4;
	text-align: left;
	height: 20px;
	padding: 3px 0 0 30px;
}
#Corps ul {
	list-style-image:  url(img/puceOLD.gif);
	padding: 0 0 0 30px;
}

.CadreBleu
{
	text-align:center;
	border:2px solid #669cd8; 
	padding-top:8px;
	padding-bottom:10px;
	margin-left:100px;
	margin-right:100px;
	font-size:20px;
	background-color:#c9def8;
} 
 
/********************* Pied de page *********************/
#PiedPage
{	
	background-image:url(img/titre.gif);
	float: left;
	height: 22px;
	width: 757px;
	padding: 0px 0 0px 2px;
}
#PiedPage h3
{
	text-align:center;
	font-family:Verdana;
	font-size:9px;
	color:#FFFFFF;
	font-weight: bold;
	margin: 0;
}

/********************* Titres divers *********************/

.TitrePetit {
	text-align:right;
	font-family:Verdana;
	font-size:11px;
	color:#FFFFFF;
	font-weight: bold;
	padding: 4px 0 0 0;
}

.TitrePiedPage {
	text-align:center;
	font-family:Verdana;
	font-size:9px;
	color:#FFFFFF;
	font-weight: bold;
	padding: 4px 0 4px 0;
}


/*
.Flash
{
	color: #CC0000;
	font-weight:bold;
	text-decoration:blink;
	text-align:center;
	font-size:30px;	
}

#Corps2
{
	font-family: Verdana;
	font-size: 13px;
	color: #660066;
	text-align: justify;
	margin: 0 0 20px 0;
	padding: 15px;
	border: 2px solid #669cd8;
}
*/