/*
Style made for ...
Version: 1.0

Developped by Adrien Felsmann
http://www.adrienfelsmann.fr/
*/



/* Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img { 
	border: 0;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	cv: '';
}
abbr,acronym {
	border: 0;
}



/* Firefox outline */
a { outline: none; }
a:focus { -moz-outline-style: none; }



/* Containers */
html {
	line-height: 150%;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #514e48;
}
html a {
	color: #ba257d;
	text-decoration: none;
}
html small {
	font-size: 9px;
	font-weight: normal;
}



#menu {
	width: 1205px! important;
	width: 1255px;
	margin: -10px auto 30px auto! important;
	margin: 20px auto 30px auto;
}
#menu a {
	display: block;
}
#menu .page {
	float: left;
}
#menu .language {
	margin: 0 50px 0 0;
	float: right;
}



#cv {
	width: 1205px;
	height: 780px;
	margin: 20px auto;
}
#cv .column {
	width: 250px;
	margin: 0 50px 0 0;
	float: left;
}
#cv .photo {
	background: url(images/photo.jpg) no-repeat;
	width: 250px;
	height: 220px;
	margin: 0 0 30px 0;
}
#cv h1 {
	font-size: 32px;
	margin: 0 0 10px 0;
}
#cv h2 {
	padding: 0 0 4px 0;
	margin: 40px 0 20px 0;
	font-size: 25px;
	border-bottom: 1px solid #514e48;
	line-height: 100%;
}
#cv .correct {
	margin: 0 0 20px 0;
}
#cv h3 {
	font-size: 17px;
	font-style: italic;
	margin: 0 0 20px 0;
	line-height: 120%;
}
#cv h4 {
	font-size: 17px;
}
#cv p {
	margin: 0 0 20px 0;
	text-align: justify;
}
#cv .highlight {
	background: #ededed;
	padding: 15px;
	margin: 0 -15px 20px -15px! important;
	margin: 0 0 20px 0;
	text-align: justify;
}



#contact {
	width: 695px;
	margin: 20px auto;
}
#contact h1 {
	background: #ba257d;
	width: 235px;
	height: 200px;
	padding: 20px 0 0 15px;
	color: #ffffff;
	font-size: 47px;
	line-height: 80%;
	display: block;
}
#contact .photo {
	background: url(images/photo.jpg) no-repeat;
	width: 250px;
	height: 220px;
	float: left;
}
#contact .labels {
	margin: 0 0 0 40px;
	float: left;
}
#contact .labels label {
	margin: 0 0 4px 0;
	display: block;
}
#contact .labels .error {
	font-weight: bold;
}
#contact .fields {
	margin: 0 0 0 40px! important;
	margin: 0 0 0 20px;
	float: left;
}
#contact .fields .field {
	background: #ededed;
	border: none;
	width: 250px;
	padding: 3px;
	margin: 0 0 2px 0! important;
	margin: 0;
	display: block;
	color: #514e48;
	font-family: Georgia, serif;
	font-size: 11px;
}
#contact .fields textarea {
	height: 122px;
}
#contact .button {
	background: #ba257d;
	border: none;
	width: 256px;
	padding: 3px 0;
	display: block;
	color: #ffffff;
	text-align: center;
}



#services {
	width: 1205px! important;
	width: 1255px;
	margin: 30px auto 20px;
}



.clear {
	clear: both;
}