body 
	{
    background-image: url(jpgif/background.jpg);
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-color: rgb(0,0,0);;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    scrollbar-3dlight-color:#CCDDCC; 
    scrollbar-arrow-color:#FFFFFF; 
    scrollbar-base-color:#BBCCBB; 
    scrollbar-darkshadow-color:#778877; 
    scrollbar-face-color:#889988; 
    scrollbar-highlight-color:#AABBAA; 
    scrollbar-shadow-color:#334433;
	}
a	
	{
    text-decoration:none;
    border-width:0px;
	}

/* definitions pour les pages HD --------------------------------------*/

#hd	/* Contenu des  pages cv online */
	{
	background-image: url(jpgif/hd_1280x1024.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    width:100%;
	height:100%;
	position: absolute;
	top: 0px;
	left: 0px;
 	margin: 0;
  	padding: 0;
	z-index:1;
	font-family:Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align:left;
	}
.error	
	{
	font-family:Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-align:left;
	}
p	
	{
	margin-right: 10px;
	}
hr	
	{
	height : 1px;
	width: 98%;
	background-color :#FFFFEE;
	}
.c  
	{
	text-align:center;
	}
.j  
	{
	text-align:justify;
	}
.r  
	{
	text-align:right;
	}
.entete 
	{
	width:100%;
  	height: 125px;
	position: absolute;
	top: 0px;
	left: 0px;
 	margin: 0;
 	padding: 0;
	}
.titre 
	{
  	height: 25px;
  	width: 300px;
	position: absolute;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
  	margin-left: 450px ;
  	margin-top: 75px ;
  	padding: 0;
	}
/* traitement de la partie menu ----------------------------------------------*/
/* positionnement du menu */
.menu {
    width:125px;
    height:75%;
    position: absolute;
    top: 120px;
    left: 0px;
    font-weight: bold;
    margin: 0% ;
    padding: 0;
    padding-top: 10px;
    z-index:0;
}
.element {
	text-indent: -16px;
	cursor: hand;
}
.element li {
	list-style-type: none;
	margin-bottom: 5px;
}
.element a:link {
	color:#FFFEEE;
}
.element a:visited {
	color: #fed27d;
}
.element a:hover {
	color:#E68200;
}
.element a:active {
	color:#111111;
}
.contenu {
  	overflow:auto;
  	width:700px;
  	height: 80%;
	position: absolute;
	top: 125px;
	left: 130px;
	text-align:justify;
  	margin: 0;
    margin-top: 10px;
    margin-left: 10px;
  	padding: 0;
	z-index:2;
}
.contenu a:link {
	color:#FFFFEE;
	text-decoration:underline;
}
.contenu a:visited {
	color: #fed27d;
	text-decoration:underline;
}
.contenu a:hover {
	color:#e68200;
	text-decoration:underline;
}
.contenu a:active {
	color:#111111;
	text-decoration:underline;
}
.contenu ul ul {
	
}
h1 {
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color:#E68200;
}
h2 {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color:#E68200;
}
h3 {
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    color:#E68200;
}
h4 {
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color:#E68200;
}
h5 {
	font-size: 11px;
  	font-style: normal;
	font-weight: bold;
	margin-bottom: 0;
    color:#E68200;
}
.contenu table ul {
    padding:0; 
    margin:0;
    margin-left: 50px; 
}
.contenu li	{/* Contenu des  pages cv online */
	font-family:Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align:left;
  	list-style-type: disc;
    text-align:justify;
    margin-right: 10px;
}
table	{/* Contenu des  pages cv online */
	font-family:Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align:left;
}
.contenu th	{/* Contenu des  pages cv online */
	font-weight: bold;
}
.pied {
	width:98%;
  	height: 3%;
	position: absolute;
	top: 94%;
	left: 14px;
  	padding: 0;
	font-size: 8px;
	text-align:center;
  	z-index:2;
}
.hor{
	background-color: white;
	width: 106px;
	height: 80px;
	vertical-align:middle;
	text-align: center;
	padding-top: 3px;
	}
.ver{
	background-color: white;
	width: 81px;
	height: 105px;
	vertical-align:middle;
	text-align: center;
	padding-top: 3px;
	}

/* border: 1px rgb(255,255,102) solid; border: 1px rgb(255,51,0) solid;*/

/* !!! If you want the calendar working under Netscape 4.x, remember never to use any inline CSS(i.e. style="xxx") in the same page with the calendar tags!!! Use CSS classes instead, like the following !!! */

.toleft {text-align:left;}
.toright {text-align:right;}

/* border: 1px rgb(255,255,102) solid; */
