@charset "UTF-8";
/* CSS Document */



html {
	font-size: 100%;
	background-repeat:no-repeat;
	background-position:center;

	
	
	
	
}
body {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
	line-height: 22px;
	margin: 0px;
	background-color:#1D1D1D;
	
	
	
	
}

p {
	text-align:center;
}
a {
	text-decoration: none;
	color:#959595;
}
a:hover {
	text-decoration:inherit;
	color:#CDCDCD;
}
h1 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 30px;
	margin: 0px 0px 5px 0px;
	color:#1A1A1A;
	font-weight: normal;
	display: block;
	padding-bottom: 13px;
	float: left;
	
}
h2 {
	color: #1A1A1A;
	font-size: 24px;
	 margin: 0px 0px 10px 0px;
	font-family: Georgia;
	font-weight: normal;
}
h4 {
	color: #1A1A1A;
	font-size: 16px;
	border-bottom:1px solid #a74738;
	margin: 15px 5px 10px 0px;
	font-family: Georgia;
	font-weight: normal;
	text-transform:uppercase;
}
#conteneur {
	width: 950px;
	margin: 0px auto;
}
#header {
	background-image:url(images/becreative.jpg);
	width: 950px;
	height: 200px;
	
	

}
#top {
	
	background-repeat:no-repeat;
	background-color:#C0C0C0;
	margin-bottom: 1px;

	float: left;
	width: 903px;
	font-size: 12px;
	color:#1A1A1A;
	text-transform:uppercase;
	font-style:italic;
	letter-spacing:3px;
	line-height: 22px;
	padding: 5px 20px 5px 27px;
}
#contenu {
	margin-top: 1px;
	
	background-color: #fff;
	float:right ;
	height:350px;
	width: 950px;
	background-image:;
	background-repeat:no-repeat
	
	
}

#textecv {
	}
#menu{
	width:80%;
	margin:25px auto;
	
	
	
}
#menu ul{
	list-style:none;
	
}
#menu li{
	display:block;
	float:left;
}
#menu li a{
	margin-top: 15px;
	background:#979797 url(images/menu_bg.gif) repeat-x;
	border:2px solid #939393;
	margin:0 1px;
	padding:15px 15px 15px 15px;
	display:block;
	float:left;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	height: 25px;
	width: 100px;
}
#menu li a span{
	color:#636363;
	font-size:10px;
	text-transform:lowercase;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#menu li a:hover{
	background:#e46825 url(images/menu_hover.gif) repeat-x;
	border:2px solid #939393;
	text-decoration:none;
}
#menu li a:hover span{
	color:#636363;
}


#footer {
	margin-top: 15px;
	float: left;
	height: 36px;
	background-color:#565656;
	width: 930px;
	padding: 25px 0px 0px 20px;
	color: #fff;
	font-size: 11px;
	border-style:solid;
	border-color:#191919;
	
	
	
}

/* Images */

.img a {
	border:none;
}





/* experience */

#experience ul {
	list-style-type:square;
}
#experience ul li {
	margin-top:10px;
	border-bottom: 1px solid #B0B0B0;
}
.experience ul {
	list-style-type:square;
}
.experience ul li {
	margin-top:10px;
	border-bottom: 1px solid #B0B0B0;
	list-style-type:decimal;
}
/* lien */

ol {
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
ol li {
	margin-top:10px;
	border-bottom: 1px solid #B0B0B0;
}

/*Slideshow*/

#gallery {
	position:relative;
	
    width: 750px;
}
#thumbs {
    width: 180px;
    float: left;
}
#thumbs a {
    display: block;
    float: right;
    margin: 0 0 5px 5px;
    width: 50px;
    height: 50px;
    border: 0px solid #000;
}
#thumbs a img {
    width: 50px;
    height: 50px;
    border: 0;
}
#thumbs a:hover {
    border-color: #ddd;
}
#thumbs a:hover img {
    position: absolute;
    width: auto;
    height: auto;
    left: 185px;
    top: 0;
    border: 1px solid #333;
}