html, body
{
	background-color : #8080ff ; /* bleu lavande clair */
	//background-color : #c0c0ff; /* bleu tres clair */
	//background-color : #ffffff ; /* blanc */
	color : black;
	
	margin: 10px 10px 10px 10px;
	padding: 0px;
	
	cursor: url("/wagtail.ani"), auto;
}

h1, h2
{
	text-align : center;
}
h3
{
	margin-left : 50px;
}
h4
{
	margin-left : 100px;
}

a, img
{
	border-width: 0px;
}

a:link 
{
	color: blue; 
	text-decoration:underline;
}
a:visited 
{
	color: purple; 
	text-decoration:underline;
}
a:hover 
{
	color:red; 
	text-decoration:none;
	cursor: pointer;
}

#Entete
{
	background-color : #c0c0ff; /* bleu tres clair */
	
	width: 800px;
	height: 125px;
	border-left: 2px solid #000080;
	border-right: 2px solid #000080;
	border-top: 2px solid #000080;
	margin: auto;
	/*margin-bottom: 20px;*/
	padding : 10px;
}

#Menu
{
	background-color : #c0c0ff; /* bleu tres clair */
	
	width: 800px;
	height: 25px;
	border-left: 2px solid #000080;
	border-right: 2px solid #000080;
	border-bottom: 2px solid #000080;
	margin: auto;
	padding: 10px;
}

#Menu ul
{
	margin: 0px;
	padding: 0px;
	
	text-align: center;
}

#Menu li
{
	float: left;
	width: 160px;
	height: 25px;
	margin: 0px;
	padding : 0px;
	
	list-style-type: none;
}

#Contenu
{
	//background-color : #c0c0ff; /* bleu tres clair */
	background-color : #ffffff ; /* blanc */
	
	width: 800px;
	border-left: 2px solid #000080;
	border-right: 2px solid #000080;
	margin: auto;
	padding : 10px;
}

#PiedPage
{
	background-color : #c0c0ff; /* bleu tres clair */
	
	width: 800px;
	border: 2px solid #000080;
	margin: auto;
	/*margin-top: 20px;*/
	padding : 10px;
}

#baspied
{
	float: right;
}

#tofentete
{
	/*position: absolute; /* le mettre en relative pour IE*/
	float: left;
	margin-left: 30px;
}

#tofaccueil
{
	float: right;
	margin-right: 50px;
}

#iconePDF
{
	width: 50px;
}

#sous_menu
{
	margin-left: 10px;
}

.bouton a
{
	background-color : #8080ff ; /* bleu lavande clair */
	/*background-image: url('../img/bouton.jpg');*/
	color: #000080;
	
	width: 158px;
	height: 23px;
	/*border: 2px outset #c0c0c0;*/
	border: 2px solid #000080;
	
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.bouton a:hover
{
	background-color : #c0c0ff; /* bleu tres clair */
}

.bleu a
{
	color: #0066ff;
	font-weight: bold;
	text-decoration:none;
}

.bleu a:hover
{
	text-decoration:underline;
}

.DateCV
{
	font-weight: bold;
}

.logo
{
	width : 80px;
}

.cligno
{
	text-decoration: blink;
}

.category_hidden
{
	position: absolute;
	visibility: hidden;
}
.category_visible
{
	position: static;
	visibility: visible;
}
