@charset "utf-8";

.left {
	float: left;
	padding-left: 20px;
}
body {
	background-image: url(../images/background1.2.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-color: #211006;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #f28e00;
	margin: 0px;
	padding: 0px;
}


#container {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	
}

#main {
	width:940px;
	float:left;
	
}
#header {
	width:910px;
	height:28px;
	float:left;
	text-align: right;
	padding-right: 30px;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	
}
.header {
	
	color: #3e210e;
	font-weight: bold;
	
}
/*DÉBUT HEADER*/

#c-gauche {
	width:360px;
	float:left;
	padding-left: 20px;
	
}
#c-gauche-header {
	float:left;
	width: 250px;
	
}
#logo {
	width:249px;
	float:left;
	padding-top: 0px;
}
#zone-menu {
	width:229px;
	float:left;
	padding-top: 20px;
	height: 170px;
	padding-left: 20px;
}
.menu {
	float:left;
	padding-top: 0px;
	padding-bottom: 7px;
	padding-right: 50px;
}
.menu2 {
	float:left;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 50px;
}

#titre-portfolio {
	float:left;
	padding-top: 45px;
	
}
#sous-menu-portfolio {
	width:650px;
	height:35px;
	float:left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #928B85;
	border-bottom-color: #928B85;
	margin-top: 58px;
}
#titre-projet-portfolio{
	width:650px;
	float:left;
	padding-top: 25px;
}
.sous-menu-portfolio {
	float: left;
	padding-top: 6px;
	padding-right: 25px;
	
}

.projet-c-gauche {
	float: left;
	padding-top: 25px;
	padding-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	width: 275px;
	
}
#main-portfolio {
	width:880px;
	float:left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #928B85;
	margin-left: 20px;
	margin-top: 20px;
	
}


/*FIN HEADER*/



/*DÉBUT CLASS*/

ul {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
li{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	list-style-position: inside;
	list-style-image: url(../images/puce.gif);
}
#separtation{
	width:940px;
	height:1px;
	float: left;
	margin-top: 30px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}
/*----------------------------------DÉBUT CSS PROJETS---------------------------------*/

.main_projet{
	width:890px;
	height:390px;
	float: left;
	margin-top: 15px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #928B85;
}

.titre_projet{
		
}

.url_projet{
	
}
.projet{
	width:583px;
	height:246px;
	float: left;
	background-image:url(images/boite_projet.jpg);
	background-repeat:no-repeat;
	margin-top: 15px;
	padding-top: 11px;
	padding-left: 14px;
}
.c-droite-projet{
	width:260px;
	height:250px;
	float: left;
	margin-top: 17px;
	margin-left: 18px;

}
.web2{
	width:260px;
	height:130px;
	float: left;


}
#etude-cas{
	float: left;
	margin-bottom: 15px;


}
#site-suiv{
	float: left;
}
#site-prec{
	float: left;
	padding-right: 30px;
}



a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #F29219;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

.txtLikeIt {
	color:#FFF;
	font-weight:bold;
	font-size:12px;
}

.txtLikeItCount{
	color:#FFF;
	font-weight:bold;
	color:#F28E00;
}

a.txtLikeItLink {
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	line-height:25px;
	color:#F28E00;
	cursor:pointer;
}

.url_projet h2 a {
	color: #f28e00;
}
.url_projet h2 a:hover {
	color: #fff;
}

