* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
}
a img {
	border: none;
}
#container {
	width: 900px;
	margin: 0 auto;
}
#header {
	height: 57px;
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
}
#header #logo {
	float: left;
	width: 200px;
	height: 47px;
	margin: 10px 0px 5px 20px;
}
#header #logo a {
	display: block;
	width: 200px;
	height: 47px;
}
#header h2 {
	float: left;
	margin: 22px 0px 0px 50px;
	font-weight: bold;
	font-size: 18px;
	font-family: Optima,"Trebuchet MS",Lucida,Arial,Geneva,Verdana,"Lucida Grande",Tahoma,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #3F3F3F;
}

#player {
	width: 900px;
	overflow: hidden;
    margin: 10px auto;
}


#player #slideshow {
	width: 870px;
	overflow: hidden;
	margin: 0 auto;
	background: #000000;
	padding: 15px 15px 5px 15px;
}
#player #slideshow #slides {
	background: #FFFFFF;
}
#player #slideshow #menu_slideshow {
	height: 64px;
	background: #000000;
	margin: 0;
	padding: 0;
}
#player #slideshow #menu_slideshow ul#items_menu {

}
#player #slideshow #menu_slideshow ul#items_menu li.item_menu_all {
    width: 564px;
	height: 44px;
}
#player #slideshow #menu_slideshow ul#items_menu li {
	float: left;
	list-style: none;
}
#player #slideshow #menu_slideshow ul#items_menu li.item_menu a {
	width: 141px;
	height: 44px;
	background-image: url('../img/player_menu.jpg');
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	padding: 15px 5px 0px 5px; 
}
#player #slideshow #menu_slideshow ul#items_menu li.item_menu a span {
	display: block;
	font-size: 11px;
	color: #FD7813;
}
#player #slideshow #menu_slideshow ul#items_menu li.item_menu.item_menu_selected a  {
	background-image: url('../img/player_menu_hover.jpg');
}
#player #slideshow #menu_slideshow ul#items_menu li.item_menu a:hover {
	background-image: url('../img/player_menu_hover.jpg');
}
#player #slideshow #menu_slideshow ul#items_menu li.item_left a {
	width: 55px;
	height: 64px;
	background-image: url('../img/player_fleche_gauche.jpg');
	background-repeat: no-repeat;
	display: block;
}
#player #slideshow #menu_slideshow ul#items_menu li.item_left a:hover {
	background-image: url('../img/player_fleche_gauche_hover.jpg');
}
#player #slideshow #menu_slideshow ul#items_menu li.item_right a {
	width: 55px;
	height: 64px;
	background-image: url('../img/player_fleche_droite.jpg');
	background-repeat: no-repeat;
	display: block;
}
#player #slideshow #menu_slideshow ul#items_menu li.item_right a:hover {
	background-image: url('../img/player_fleche_droite_hover.jpg');
}
#footer {
	border-top: 2px dotted #CECED0;
	text-align: center;
	font-size: 10px;
	color: #444;
	padding-top: 20px;
    margin-bottom: 20px;
}
#footer a {
    color: #444;
	text-decoration: none;
}


#footer a:hover {
    text-decoration: underline;
}

#footer #footer_copyright {
	margin-top: 8px;
}

#slides div {
	overflow: hidden;
}
#slides div.picto {
	width: 250px;
	height: 400px;
	float: left;
	background: #FFEDDF;
	display: block;
    border-right: 1px solid #CFCFCF; 
}
#slides div.contenu {
	width: 619px;
	height: 400px;
	float: left;
	display: block;
	
}
.contenu .part {
	margin: 15px 5px;
	overflow: hidden;
	clear: both;
}
.contenu h2, .fakeh2 {
	font-weight: bold;
	font-size: 16px;
	font-family: Optima,"Trebuchet MS",Lucida,Arial,Geneva,Verdana,"Lucida Grande",Tahoma,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #FC8123;
	margin: 2px 0 5px 0;
	
}
.contenu h3, .fakeh3 {
	margin-bottom: 5px;
	font-size: 12px;
	font-family: Optima,"Trebuchet MS",Lucida,Arial,Geneva,Verdana,"Lucida Grande",Tahoma,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #5F5F5F;
}
.contenu p {
	margin: 5px 0;
	overflow: hidden;
}
.contenu img.imgRealis {
	float: left;
	margin: 4px 10px 10px 2px;
	border: 1px solid #222222;
}
a, .contenu .part a, .itemRapport a {
	color: #FC8123;
}
a.plus, a.plus:visited, .contenu .part a.plus {
	border: 1px solid #FFEDDF;
	padding: 5px;
	margin: 2px 10px;
	text-decoration: none;
	display: block;
	float: right;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
   color: #FFFFFF;
   background: #727377;
}
a.plus:hover {
   color: #FFFFFF;
   background: #FC8123;
   border-color: #FC8123;
}
a, a:active { outline: none; } 

.contenu ul {
	margin-left: 20px;
	list-style-image: url('../img/puce2.png');
}
.spec {
	display: none;
}
.req{color:#f00;font-size:90%;}
#contact {
	float: left;
	width: 370px;
}
#contact input, #contact textarea {
	background: #706F74;
	border: 1px solid #222;
	color: #FFFFFF;
	padding: 3px;
}
#contact input[type=submit] {
	margin: 3px auto 0 auto;
	display: block;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
}
#contact input[type=submit]:hover {
	background: #FC8123;
	
}
#contact legend {
	color:#333333;
	font-size:1.2em;
	font-weight:bold;
	background: #c0c0c0;
	margin: 0 0 5px 10px;
	padding: 2px 5px;
}
#contact fieldset {
	border:1px solid #DFDAD3;
	background: #FFEDDF;
	padding: 3px 20px;
}
#socialNetworks {
	float: left;
	margin-left: 7px;
	width: 230px;
}
#socialNetworks img {
	float: left;
	margin: 0 5px 5px 0;
}
#socialNetworks p {
	clear: both;
}
#slides #detailSlide {
    width: auto;
    height: auto;
    float: none;
    padding: 5px 20px;
}
.item_portfolio {
	float: left;
	margin: 2px;
}
.detailPortfolio {
    padding: 20px 0;
    overflow: hidden;
}
.detailPortfolio .imgContainer {
    width: 300px;
    height: 300px;
    margin: 0px 20px 10px 0;
    float: left;
    border: 1px solid #222;
}
.detailPortfolio .imgContainer .imgPortfolio {
}
.detailPortfolio h1 {
    text-transform: uppercase;
    font-size: 20px;
}
.detailPortfolio .lstTechnos {
    margin: 10px 0;
    text-align: center;
}
.detailPortfolio .prestaDesc {
    margin: 10px 0;
}
.detailPortfolio .prestaUrl {
    margin-bottom: 10px;
}
.detailPortfolio .prestaUrl a {
    color: #333;
}
.detailPortfolio .smallDesc {
    font-size: 10px;
    color: #666;
}
.navigPortfolio a {
    color: #222222;
    text-decoration: none;
    font-weight: bold;
}
.navigPortfolio a.precRea {
    float: left;
}
.navigPortfolio a.suivRea {
    float: right;
}
.navigPortfolio a.retourPort {
    margin: 0 auto;
    display: block;
    width: 200px;
    text-align: center;
    color: #222;
    font-weight: normal;
}
ul.portfolioListItem {
    list-style: none;
    margin: 10px;
}
ul.portfolioListItem li {
    overflow: hidden;
    width: 400px;
    float: left;
}
ul.portfolioListItem li h3 a {
    color: #333;
    text-decoration: none;
    margin-bottom: 5px;
}
ul.portfolioListItem li h3 a:hover {
    text-decoration: underline;
}
ul.portfolioListItem li .smallDesc {
    font-size: 11px;
    color: #666;
    margin: 0;
}


.nivoZoomHover {
	position:absolute;
	top:0px;
	left:0px;
	z-index:9;
	width:100%;
	height:100%;
	cursor:pointer;
    background:url(../img/zoom.png) no-repeat 50% 50%;
}
.nivoCaption {
	display:none;
	position:absolute;
	z-index:110;
	text-align:center;
	background:#010101;
	color:#fff;
	padding:4px 0;
	overflow:hidden;
}
.nivoZoomHover.loading {
	background:url(../img/loading.gif) no-repeat 50% 50%;
	border:4px solid #000;
	width:16px;
	height:16px;
	top:43%;
	left:43%;
	opacity:0.8;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#detailSlide .titleCustomer {
    padding-top: 15px;
    clear: left;
}

#detailSlide .portfolioCustomersItem {
    margin:15px 0 0;
}

#detailSlide .portfolioCustomersItem li {
    float: left; 
    list-style: none; 
    padding: 0 10px;
}

#detailSlide .portfolioCustomersItem li.withBlank {
    padding-left: 0;
}

/** ### Rapport Web Event **/
.rapportWebEvent .itemRapport {
    margin: 10px 5px; 
    overflow: hidden;
}
.rapportWebEvent .rapportImgLeft {
    float: left; 
    margin-right: 15px;
}
.rapportWebEvent .paragrapheIntro {
    padding: 10px;
}
.rapportWebEvent h4 {
    color: #FC8123;
    margin: 12px 5px;
    font-size: 13px;
    
}
ul.polaroids { width: 800px; padding: 20px; margin: 0 auto; overflow: hidden; height: 280px; }
ul.polaroids li { display: inline; }
ul.polaroids a { background: #fff; display: inline; float: left; margin: 0 0 27px 30px; width: auto; padding: 10px 10px 15px; text-align: center; font-family: "Marker Felt", sans-serif; text-decoration: none; color: #333; font-size: 18px; -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25); -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25); -webkit-transform: rotate(-2deg); -webkit-transition: -webkit-transform .15s linear; -moz-transform: rotate(-2deg); }
ul.polaroids img { display: block; width: 190px; margin-bottom: 12px; }
ul.polaroids a:after { content: attr(title); }

ul.polaroids li:nth-child(even) a { -webkit-transform: rotate(2deg);  -moz-transform: rotate(2deg); }
ul.polaroids li:nth-child(3n) a { -webkit-transform: none; position: relative; top: -5px;  -moz-transform: none; }
ul.polaroids li:nth-child(5n) a { -webkit-transform: rotate(5deg); position: relative; right: 5px;  -moz-transform: rotate(5deg); }
ul.polaroids li:nth-child(8n) a { position: relative; right: 5px; top: 8px; }
ul.polaroids li:nth-child(11n) a { position: relative; left: -5px; top: 3px; }

ul.polaroids li.messy a { margin-top: -375px; margin-left: 160px; -webkit-transform: rotate(-5deg); -moz-transform: rotate(-5deg); }

ul.polaroids li a:hover { -webkit-transform: scale(1.25); -moz-transform: scale(1.25); -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5); -moz-box-shadow: 0 3px 6px rgba(0,0,0,.5); position: relative; z-index: 5; }

#cgv li { height: 20px; background-image: url("/img/icone_pdf.jpg"); background-repeat: no-repeat;  padding-left: 24px; }
#cgv li a {  color: #333333; margin-bottom: 5px; text-decoration: none; }
#cgv li a:hover {text-decoration: underline;}
#cgv li em { color: #5F5F5F; }


