/*Page CSS de Grreg 2.5*/
body
{
	width: 800px;
	margin: auto;
	background-color: #222222;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

p
{
	padding-left: 40px;
	padding-right: 40px;
	margin: 0px;
}

h1
{
	color: #4F2A3C;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url(images/h1.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	font-weight: normal;
	text-transform: capitalize;
}

h2
{
	color: #202062;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-indent: 15px;
	background-image: url(images/h2.png);
	background-repeat:no-repeat;
	background-position: bottom left;
	font-style: italic;
	font-size: 16pt;
	font-weight: normal;
}

a /*Liens*/
{
	color: #333399;
	text-decoration: none;
}

a:hover /*Liens survolés*/
{
	color: #462183;
	text-decoration: none;
	background-image:url(images/a.png);
	background-position:bottom center;
	background-repeat: no-repeat;
}

#rubrique p
{
	padding-left: 45px;
	padding-right: 45px;
}

#contenu /*"Bloc" où est affiché le site en lui même (gris patiné)*/
{
	width: 800px;
	float: right;
	text-align: justify;
}

#contenu #tete
{
	height: 30px;
	background-image: url(images/tete.jpg);
	background-repeat: no-repeat;
}

#contenu #milieu
{
	background-image:url(images/milieu.jpg);
}

#contenu #pied
{
	height: 30px;
	background-image:url(images/pied.jpg);
	background-repeat: no-repeat;
}

#copyright /*Bas de page (interface simplifiée et copyright)*/
{
	width: 800px;
	height: 60px;
	background-image: url(images/mini-interface.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	font-size:small;
	color:#333333;
	float: right;
	padding-top: 30px;
	margin-top: 30px;
	margin-bottom: 0px;
	
}

#CV p
{
	/*padding: 0px;*/
	padding-left: 20px;
	/*padding-right: 20px;*/
}

#photo /*Photo dans la page CV*/
{
	position: absolute;
	margin-left: 671px; /*La largeur du contenu - la largeur de l'image (pour qu'elle soit alignée à droite)*/
	margin-top: 5px;
}

/*
ul
{
	margin: 0px;
	padding-left: 20px;
}

li
{
	list-style-position: inside;
	margin-top: 10px;
}
*/
.tableCV
{
	width: 100%;
	padding-right: 20px;
	padding: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
	
}

.date
{
	vertical-align: middle;
	text-align: left;
	width: 20%;
	color: #202062;
	font-style:oblique;
}

.info
{
	text-align: justify;
	padding-bottom: 5px;
}

strong
{
	color: #FFFFFF;
}