/* CSS Document
cv.css
---------
Feuille de style developpée par Atelier Urba
Mise en page présentation CV
*/

section
{
	width: 1080px;
	display: block;
	top: 200px;
}

div
{
	display: inline-block;
	vertical-align: top;
}

.cv
{
}

#formation
{
	width: 65%;
}

#photo_id, #photo_id_bloc
{
	width: 250px;
	margin-left: 30px;
}

#competences
{
	width: 65%;
	position: relative;
	top: -120px;
}

#reference1
{
	width: 34%;
	position: relative;
	top: 50px;
}

#parcours
{
	width: 100%;
	position: relative;
	top: -120px;
}

#reference2
{
	width: 40%;
}

.titre_ref
{
	font-family: 'Avenir', Arial, sans-serif;
	font-size: 14pt;
	font-style: italic;
	color: rgba(229,216,204,1);
	border-bottom-style: solid;
	border-width: 1px;
}

.corps_ref
{
	font-family: 'MyriadPro-It', Arial, sans-serif;
	font-size: 12pt;
	color: rgba(162,143,125,1);
	left: 98px;
}
