/*-----------------------------------------------
 Définitions des styles communs à toutes les pages
------------------------------------------------*/
body{
	margin: 0;
	padding: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	background-color:#000000;
}

img{
	border-width: 0px;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	padding: 0;
	margin-left: 30px;
	list-style-type: disc;
}
a {
	color: #639CFF; 
	text-decoration: none;
}
a:Hover {
	color: #FFFFFF;
	text-decoration: none;
}

#general{
	display: block;
	width: 1000px;
}
#header{
	display: block;
	width: 960px;
	height: 130px;
	margin: 20px 20px 80px 20px;
}
#contenu{
	display: block;
	width: 760px;
	float: left;
	margin: 0px 40px 20px 40px;
}

#contenu h1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
#contenu h2 {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	padding: 0;
	margin: 10px 0px 10px 0px;
}

/*-----------------------------------------------
 Définitions des styles du menu
------------------------------------------------*/
#menu {
	display: block;
	float: left;
	width: 160px;
}
#menu .imgHaut{ 
	background-image: url(../img/menu_h.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 19px;
	text-align: right;
}
#menu .imgBas{
	background-image: url(../img/menu_b.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 19px;
	text-align: right;
}
.imgCoinHautGauche{
	background-image: url(../img/menu_hg.gif);
	background-repeat: no-repeat;
	float: left;
	background-position: top;
	height: 19px;
	width: 19px;
}
.imgCoinHautDroite{
	background-image: url(../img/menu_hd.gif);
	background-repeat: no-repeat;
	float: right;
	background-position: top;
	height: 19px;
	width: 19px;
}
.imgCoinBasGauche{
	background-image: url(../img/menu_bg.gif);
	background-repeat: no-repeat;
	float: left;
	background-position: bottom;
	height: 19px;
	width: 19px;
}
.imgCoinBasDroite{
	background-image: url(../img/menu_bd.gif);
	background-repeat: no-repeat;
	float: right;
	background-position: bottom;
	height: 19px;
	width: 19px;
}

#menu .contenu{
	background-image: url(../img/menu_d.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 19px;
}
#menu a{
	font-size: 14px;
	margin-left: 10px;
	font-weight: bold;
}

a.lienBlanc{
	color: #FFFFFF;
}

/* Page références */
.flashref{
	display: block;
	width:700px;
	height: 300px;
	margin: 65px 30px 0px 30px;
}

/* Page CV */
.dateCV {
	position: absolute;
	width: 132px;
	height: 16px;
	margin-top: 5px;
}
.contenuCV {
	position: relative;
	padding-left: 132px;
	padding-top: 5px; 
}
.references {
	font-style: italic;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

#titreCV {
	width: 500px;
	margin: 30px 130px 30px 130px;
	background-image: url(../img/menu_g.gif);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	text-align: center;
}
#titreCV #imgHaut{ 
	background-image: url(../img/menu_h.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 19px;
}
#titreCV #imgBas{
	background-image: url(../img/menu_b.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: bottom;
	height: 19px;
}
#titreCV #titreContenu{
	background-image: url(../img/menu_d.gif);
	background-repeat: repeat-y;
	background-position: right;
}
