/* CSS 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,em,th,var,p,a,ol,ul{
	font-style:normal;
	font-weight:normal;
	font-family: Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif; 
	font-size: 1em;
	list-style:none;
	color: #000000;
	text-decoration: none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	font-family: Georgia, "DejaVu Serif", Norasi, serif;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/* BASE DU SITE */
html {
padding-top: 15px;
padding-bottom: 5px;
}

body {
max-width: 700px;
margin: auto;
background: #ffffff;
}

body a {
color: #1087d2;
}

h1{
font: 3.3em Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif; 
margin-bottom: 10px;
}

h1 span{
font-size: 0.7em;
position: relative;
bottom: 18px;
left: 2px;
}

h2 {
border-bottom: 1px dotted #919191;
font-size: 1.3em;
}

.section {
margin-bottom: 30px;
}

.section p {
margin-top: 15px;
font-size: .8em;
}

ul li:first-child {
margin-top: 15px;
}

ul li {
font: bold .8em  Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
margin-left: 0px;
margin-top: 16px;
}

ul li ul {
margin-top: -10px;
}

ul li ul li {
font: normal 1em  Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
margin-left: 10px;
margin-top: 5px;
}

.competence_autre {
margin-top: 16px;
color: #5c5c5c;
font-weight: normal;
}
.competence_autre2 {
margin-top: 2px;
color: #5c5c5c;
font-weight: normal;
}
.competence_autre li span, .competence_autre2 li span {
color: #5c5c5c;
}

.download_cv {
font-weight: normal;
color: #1087d2;
}
.download_cv  a{
font-weight: bold;
}

.rangee {
margin-top: 22px;
margin-bottom: 11px;
height: 158px;
}

.block_rea {
width: 158px;
height: 158px;
background: #e4e4e4;
margin-right: 22px;
float: left;
-moz-box-shadow: 0px 2px 2px 0px #cecece;
-webkit-box-shadow: 0px 2px 2px 0px #cecece;
box-shadow: 0px 2px 2px 0px #cecece;
}

.block_rea-last {
width: 158px;
height: 158px;
background: #e4e4e4;
margin-right: 0px;
float: left;
-moz-box-shadow: 0px 2px 2px 0px #cecece;
-webkit-box-shadow: 0px 2px 2px 0px #cecece;
box-shadow: 0px 2px 2px 0px #cecece;
}

/* Pour IE */
.block_rea,
.block_rea-last {
filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=180, Strength=3); 
zoom: 1;
}

.block_rea img, .block_rea-last img {
border: 1px solid #83a3c5;
}

.block_rea:hover, .block_rea-last:hover {
position: relative;
top: 1px;
left: 1px;
}

.ancre_bas {
text-align: center;
}
.ancre_bas a{
font-size: .7em;
color: #848484;
}

/* FancyBox */
#pat_tracteurscol,
#pat_quickacne,
#pat_babocup,
#pat_acor,
#pat_native {
display: none;
}

#tracteurscol { width:600px; height:368px; overflow:hidden; }
#quickacne { width:600px; height:200px; overflow:hidden; }
#babocup { width:600px; height:300px; overflow:hidden; }
#acor { width:600px; height:167px; overflow:hidden; }
#native { width:600px; height:200px; overflow:hidden; }

.img_left {
float: left;
margin-right: 15px;
}

h3 {
font-weight: bold;
padding: 0 0 15px 0;
}

.infos_droite li {
font-weight: normal;
margin: 7px 0 0 0;
}
.infos_droite  li:first-child  {
margin: 0px;
}

.infos_droite li span {
font-weight: bold;
}

.italic { font-style: italic; color: #616161; padding-top: 10px; }

