body
{
	width: 800px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;    
	background-image: url("images/fond.png");
	background-color:black;
}

/* L'en-tête */

#header
{
	width: 800px;
	height: 100px;
	background-image: url("media/banner.png");
	background-repeat: no-repeat;
	margin-bottom: 10px;
}


/* Le menu */

#menu
{
	margin-bottom: -2px;
	overflow:hidden;

}
#menu:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	font-size:1px;
	visibility: hidden;
} 

.menuElement
{
	float: left;
	width: 128px;
	height: 32px;
	background-image: url("media/button.png");
}
/* Quelques effets sur les menus */
.menuElement a
{
	font-variant:small-caps;
	position:static ;
	text-align:center;
	color: #B3B3B3;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	margin-top:2px;
	font-weight:bold;
	float:clear;
	text-decoration:none;

}

.menuElement a:hover
{
   color: black;
   font-weight:bolder;   
}

.menuElementSelected
{
	float: left;
	width: 128px;
	height: 32px;
	background-image: url("media/buttonOver.png");
}
.menuElementSelected a
{
	font-variant:small-caps;
	position:static ;
	text-align:center;
	color: #B3B3B3;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	margin-top:2px;
	font-weight:bold;
	float:clear;
	text-decoration:none;

}

.menuElementSelected a:hover
{
   color: black;
   font-weight:bolder;   
}




/* Le corps de la page */

#main
{
   margin-left: 0px;
   margin-bottom: 20px;
   padding: 5px;
   
   color: #B3B3B3;
   background-color: #51515B;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

#main h1
{
   color: #B3B3B3;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#main h2
{
   height: 30px;

   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #B3B3B3;
   text-align: left;
}
#main hr
{
	color: black;
}
#main a
{
	color: #B3B3B3;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top:2px;
	text-decoration:none;
}
#main acronym
{
text-decoration: none;
border-bottom: none;

}

.topic
{
	color: #B3B3B3;

}
.topic h2
{
   height: 10px;
   text-align: right;
   padding-left:5px;
   padding-bottom:0px;
}
.topic img
{
	border: 2px solid black;
	padding: 0px;
	margin: -1px;
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#footer
{
   padding: 5px;

   text-align: center;

   color: #B3B3B3;
   background-color: #51515B;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}




#cv
{
	font-family: Calibri, "Arial Black", "Times New Roman", Times, serif;
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 5px;

	color: #B3B3B3;
	background-color: #CCCCDF;
	background-image: url("images/motif.png");
	background-repeat: repeat-x;

	border: 2px solid black;
}

#cv h2
{
	color: #333366;
	height: 10px;
	font-size: 26px; 
	text-align: center;
	padding-left:5px;
	padding-bottom:0px;
}

.cvsection
{

}
.cvsection h3
{
	padding-left: 35px;
   font-size: 18px;
   color: #666699;
}

/*
	Partie gauche du tableau
*/
.cvinfo
{
	vertical-align:top;
	width:155px;
	color: #000000;
	text-align: right;
	padding-right: 24px;
}

.cvdescription
{
	vertical-align:top;
	width:600px;
	color: #000000;
	text-align: left;
	padding-left: 24px;
}
.cvdescription p
{
	margin-top:0px;
}

#cv table
{
	margin-left: 30px;
	margin-right: 30px;
	border-collapse: collapse;
}
#cv td, th /* Mettre une bordure sur les td ET les th */
{

}

.cvinfo ul
{
	margin-left: 150px;
	padding:0px;
}

.cvdescription ul
{
	margin: 1px;
	margin-left:5px;
	padding: 1px;
}
.cvdescription li
{

	margin-left: 0px;
	padding: 0px;
}
	

.cvdescription table
{
	margin: auto;
	border-collapse: collapse;
}
.cvdescription td
{
	vertical-align:top;
	padding-right: 1px;
}

