html, body
{
	background-color : #8080ff ; /* bleu lavande clair */
	background-image : url('../img/fond papier gauffre.jpg') ;
	color : black;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	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;
}

#Menu
{
	background-image : url('../img/menu violet.jpg') ;
	background-repeat : repeat; /* il faudrait que le menu descende le long du contenu */
	float: left;
	/*width: 130px;
	height: 480px;*/
	background-position:center center;
	border: 2px solid #000080;
	margin: 0px;
	margin-top: 120px;
	padding : 0px;
	/*margin-left: 10px;
	padding : 5px;*/
}

#Menu ul
{
	margin: 0px;
	padding: 0px;
}

#Menu li
{
	list-style-type: none;
	margin-left: 8px;
	margin-right: 8px;
	padding : 5px;
}

#Entete
{
	margin-bottom: 20px;
	height: 100px;
}

#Contenu
{
	background-color : #c0c0ff;
	border: 2px solid #000080;
	margin-left: 170px;
	padding : 10px;
}

#PiedPage
{
	margin-left: 170px;
	margin-top: 20px;
}

#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-image: url('../img/bouton.jpg');
	color: #000080;
	width: 125px;
	height: 23px;
	border: 2px outset #c0c0c0;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.bouton a:hover
{
	border: 2px inset #c0c0c0;
}

.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;
}
