/* CSS Document */
body {
	background-color : #000; /* Noir */
	
	text-align : center; /* centrage IE6 */
	font-family : verdana,arial, serif;
	font-size : 7.5pt;
	
	margin : 0;
}

h1{
	margin:0;
	padding-bottom : 5px;
	color : #eee;
}

a{
	color : #000;
	text-decoration : underline;
}

a:hover{
	color : #c2c2c2;
	text-decoration : none;
}

.cadre_background {
	background-image : url('/images/cv/cv-background.png');
	
	margin : auto;
	
	width : 800px;
	height : 800px;
	
	border : 1px solid #000; /* Debuggage IE8 (fond d'écran) */
}

.cadre_header {
	margin : 0;
	margin-top : 67px;
	margin-left : 295px;
	
	background-image : url('/images/cv/cv-header.png');
	background-repeat : no-repeat;
	
	width : 377px;
	height : 176px;
	
	font-size : 1px;
}

.bouton-header{
	background-image : url('/images/cv/cv-bouton_header.png');
	
	display : inline-block;
	margin : 0;
	margin-top : 150px;
	
	width : 84px;
	height : 27px;
	line-height : 27px;
}

#Linked {
	color : #f2a548;
}

.bouton-header a{
	font-family : verdana,arial, serif;
	font-size : 7.5pt;
	font-weight : bolder;
	color : #FFF;
	text-decoration : none;
}

.bouton-header a:hover{
	font-family : verdana, arial, serif;
	font-size : 7.5pt;
	font-weight : bolder;
	color : #ff8b00;
}

.cadre_centre {
	width : 579px;
}

.cadre_photo {
	background-image : url('/images/cv/cv-cadre_photo.png');
	
	margin : auto;
	margin-top : 6px;
	
	width : 195px;
	height : 172px;
}

#identite {
	margin-top : 28px;
	
	width : 100px;
	
	border : 2px solid #c2c2c2;
}

.cadre_centre-gauche {	
	float : left;
	
	background-image : url('/images/cv/cv-cadre_gauche.png');
	
	width : 201px;
	height : 242px;
	
	margin-left : 95px;
	
	text-align : center;
}

#telecharger {
	margin-top : 9px;
	
	border : 0;
}

.cadre_centre-droite {
	float : right;
	
	margin-right : 129px;
	
	width : 375px;
}

.cadre_centre-droite_header {
	background-image : url('/images/cv/cadre_centre-droite_header.png');
	background-repeat : no-repeat;
	
	margin : 0; /* IE6 */
	padding : 0; /* IE6 */
	
	width : 375px;
	height : 10px;
	
	font-size : 1px; /* IE6 */
}

.cadre_centre-droite_centre {
	background-image : url('/images/cv/cadre_centre-droite_centre.png');
	background-repeat : no-repeat;
	
	width : 375px;
	height : 409px;
}

.cadre_centre-droite_centre-allongement {
	background-image : url('/images/cv/cadre_centre-droite_centre-allongement.png');
	background-repeat : repeat-y;
	
	width : 375px;
	
	min-height : 0px; /* Par défaut, cette section n'est pas utilisée */
}

.cadre_centre-droite_footer  img {
	border : 0;
}

.Titre1 {
	margin : 0;
	
	font-size : 1.2em;
	color : #;
	
	text-transform : uppercase;
}

.Titre2 {
	margin-top : 15px;
	font-weight : bolder;
	font-style : italic;
	font-size : 8pt;
	text-decoration : underline;
	text-align:center;
}
