@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}

body{
	background:#1e2e3c;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#bec9d2;
	margin: 50px 0px 0px 0px;
}
table{
		font-size:10pt;	
		/*margin: 0px 60px 40px 60px;*/
		text-align:justify;
}
table tr{
	height:35px;	
}
.col_gauche{
	width:150px;
	text-align:left;	
}
h2{
	background:#cdb291;
	font-size:25pt;
	color:#3c5d78;
	padding: 0px 0px 0px 35px;
	font-weight:100;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
a{
	text-decoration:none;
	color:#283e50;
}
a:hover{
	color:#785d3c;	
}
a:selected{
	color:red;	
}
/*#bandeau{
	background:url('images/bandeau.png') repeat-x;
	height:50px;
	margin: 0px 0px 50px 0px;
}*/
#contenu{
	width:700px;
	margin:0px 0px 50px 0px;
}
#contenu_competences{
	width:700px;
	margin:0px 0px 50px 0px;
}
#en_tete{
	width:800px;
	margin:auto;
}
.infos_perso{
	margin: 25px 25px 25px 0px;	
	height:130px;
}
.adresse{
	float:left;	
}
.photo_ident{
	background:url('images/fond_photo_ident.png');
	width:113px;
	height:133px;
	float:right;
	padding:4px 0px 0px 4px;
}
.photo_ident img{
	width:109px;
	height:130px;	
}
#contenu_curriculum{
	clear:both;	
}
#contenu_competences table tr{
	height:20px;
}
#lien_curriculum_vitae{
	background:url('images/onglet_gauche.png') no-repeat;
	width:158px;
	height:21px;
	float:left;
	text-align:left;
	font-size:10pt;
	padding:5px 0px 0px 10px;
}
#lien_competences_informatique{
	background:url('images/onglet_droit.png') no-repeat;
	width:225px;
	height:21px;
	float:right;
	text-align:right;
	font-size:10pt;
	padding:5px 10px 0px 0px;
}
#corps{
	clear:both;
	width:748px;
	margin:auto;
	border:1px solid #808080;
	background:#3c5d78;
	padding: 0px 0px 0px 50px;
}
#pied_de_page{
	width: 800px;
	margin:auto;
	text-align:right;
}

