@charset "ISO-8859-6-I";
* {
	padding:0px;
	margin:0px;
}
h3 {
	color:#000000;
	letter-spacing:1px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14pt;
	font-weight: lighter;
}
P {
	color:#666666;
	letter-spacing:0px;
	font-family: "Lucida Grande", "Lucida Grande", sans-serif;
	font-size: 12pt;
	font-weight: lighter;
}
#nav {
	height: 170px;
	width:950px;
	margin-top: 30px;
	margin-right:5px;
	margin-left:5px;
}
#nav ul {
	width: 100%;
	height:170px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
}
#nav ul li {
	width: 220px;
	height:170px;
	display: block;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dfdfdf;
	padding: 0px 10px 0px 9px;
}
#nav ul li a img {
	margin-left: 50px;
	margin-top: 0px;
	width: 128px;
	height: 170px;
}
#nav ul li a {
	text-decoration: none;
}
#nav ul li a h3 {
	font-style: normal;
	margin-top: 30px;
	opacity: 1.0;
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	text-decoration: none;
}
#nav ul li a:hover h3 {
	color:#e30077;
	opacity: 1.0;
	-webkit-opacity: 1.0;
	-moz-opacity: 1.0;
}
#nav ul li a p {
	text-transform: lowercase;
	font-variant: small-caps;
	opacity: 1.0;
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	text-decoration: none;
}
#nav ul li a:hover p {
	color:#000;
	opacity: 1.0;
	-webkit-opacity: 1.0;
	-moz-opacity: 1.0;
}
#nav .nav-first-child {
	padding-left: 0px;
}
#nav .nav-last-child {
	padding-right: 0px;
	border-right: 0px;
}
/*************************/
/*        PAGE         */
/*************************/
#top {
	width: 100%;
	height: 5px;
	background: #000000;
}
#container {
	width: 970px;
	margin: 0 auto;
	margin-top:0px;
}
#titre {
	width: 920px;
	height:30px;
	display: block;
	float: left;
	position: relative;
	margin-top:60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
	padding: 0px 10px 0px 9px;
}
#titre h1 {
	color:#e30077;
	letter-spacing:0px;
	font-family: "Lucida Grande", sans-serif;
	font-size: 14pt;
	font-weight: 400;
	text-transform: lowercase;
	font-variant: small-caps;
}
/*************************/
/*        BOXES         */
/*************************/
#texte {
	margin-top: 50px;
	margin-right:auto;
	margin-left:auto;
	overflow: hidden;
	position: relative;
	width: 970px;
	text-align:justify;
}
#texte p {
	margin-top:0px;
	padding: 0px 20px;
	color:#999;
	font-size: 16px;
	font-weight: 400;
	text-transform: lowercase;
	font-variant: small-caps;
}
#texte h1 {
	margin-top:0px;
	padding: 0px 20px;
	color:#e30077;
	font-size: 14px;
	font-weight: 400;
	text-transform: lowercase;
	font-variant: small-caps;
	font-family: "Lucida Grande", "Lucida Grande", sans-serif;
}
#agence {
	margin-top: 50px;
	margin-right:auto;
	margin-left:auto;
	overflow: hidden;
	position: relative;
	width: 970px;
	text-align:justify;
}
#agence p {
	margin-top:0px;
	padding: 0px 20px;
	color:#999;
	font-size: 11pt;
	font-weight: 400;
	text-transform: lowercase;
	font-variant: small-caps;
}
#agence h1 {
	margin-top:0px;
	padding: 0px 20px;
	color:#e30077;
	font-size: 14pt;
	font-weight: 400;
	text-transform: lowercase;
	font-variant: small-caps;
	font-family: "Lucida Grande", "Lucida Grande", sans-serif;
	padding-bottom: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbbbb;
}
#agence h2 {
	margin-top:0px;
	padding: 0px 20px;
	color:#e30077;
	font-size: 13pt;
	font-weight: 400;
	text-transform: lowercase;
	font-variant: small-caps;
	font-family: "Lucida Grande", "Lucida Grande", sans-serif;
}
#agence h3 {
	margin-top:0px;
	padding: 0px 20px;
	color:#333;
	font-size: 11pt;
	font-weight: 400;
	text-transform: lowercase;
	font-variant: small-caps;
	font-family: "Lucida Grande", "Lucida Grande", sans-serif;
}
#agence h3 a {
	padding: 0px 20px;
	color:#333;
	font-size: 11pt;
	font-weight: 400;
	text-transform: lowercase;
	font-variant: small-caps;
	font-family: "Lucida Grande", "Lucida Grande", sans-serif;
	text-decoration:none;
	opacity: 1.0;
	-moz-opacity: 1.0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
#agence h3 a:hover {
	color:#e30077;
	opacity: 1.0;
	-moz-opacity: 1.0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
#agence h3 img {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
#agence h3 img:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
#agence h4 a {
	padding: 0px 0px;
	color:#000;
	font-size: 11pt;
	font-weight: 400;
	text-transform: lowercase;
	font-variant: small-caps;
	font-family: "Lucida Grande", "Lucida Grande", sans-serif;
	text-decoration:none;
	opacity: 0.4;
	-moz-opacity: 0.4;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
#agence h4 a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
#agence h4 img {
	opacity: 0.4;
	-moz-opacity: 0.4;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
#agence h4 img:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
#box-container {
	margin-top: 50px;
	margin-right:auto;
	margin-left:auto;
	overflow: hidden;
	position: relative;
	width: 970px;
}
#box-agence {
	margin-top: 0px;
	margin-right:auto;
	margin-left:auto;
	overflow: hidden;
	position: relative;
	width: 970px;
}
.boxgrid h3 {
	font-style: normal;
	font-size:20px;
	line-height: 26px;
	margin-top: 0px;
	letter-spacing:0px;
	padding: 0px 20px;
	margin-top:153px;
	text-transform: lowercase;
	font-variant: small-caps;
}
.boxgrid {
	width: 300px;
	height: 240px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	background:#OOOOOO;
	background:url(images/portfolio/fond-box.jpg);
	border: solid 1px #CCCCCC;
	overflow: hidden;
	position: relative;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0px;
	border: 0;
}
.boxgrid p {
	margin-top:0px;
	padding: 0px 20px;
	color:#999;
	font-size: 13px;
	font-weight: 400;
	line-height: 14px;
	text-transform: lowercase;
	font-variant: small-caps;
}
.boxgrid p a {
	padding: 0px 0px;
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	text-transform: lowercase;
	font-variant: small-caps;
	color:#333;
	text-decoration:none;
}
.boxcaption {
	float: left;
	position: absolute;
	background: #000000;
	height: 100px;
	width: 100%;
	opacity: 100%;
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 300;
	left: 0;
}
.caption .boxcaption {
	top: 240;
	left: 0;
}
#reference-box {
	width: 162px;
	height: 200px;
	float:left;
	margin-left:16px;
	margin-right:16px;
	margin-top:10px;
	margin-bottom:20px;
	overflow: hidden;
	position: relative;
}
#reference-box img {
	border: solid 1px #CCCCCC;
}
#reference-box p {
	font-size: 9px;
	line-height: 13px;
	margin-top:5px;
	color:#999;
}
#reference-box a {
	font-size: 9px;
	line-height: 13px;
	margin-top:5px;
	color:#666666;
	text-decoration:none;
	opacity: 1.0;
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	text-decoration: none;
}
#reference-box a:hover {
	color:#e30077;
	opacity: 1.0;
	-webkit-opacity: 1.0;
	-moz-opacity: 1.0;
}
#reference-box h3 {
	font-size: 10px;
	line-height: 14px;
	margin-top:10px;
	color:#000;
	letter-spacing:0px;
}
#reference-agence {
	width: 162px;
	height: 130px;
	float:left;
	margin-left:16px;
	margin-right:16px;
	margin-top:0px;
	margin-bottom:10px;
	overflow: hidden;
	position: relative;
}
#reference-agence img {
	border: solid 1px #CCCCCC;
}
#reference-agence a {
	font-size: 9px;
	line-height: 13px;
	margin-top:5px;
	color:#666666;
	text-decoration:none;
	opacity: 1.0;
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	text-decoration: none;
}
#reference-agence a:hover {
	color:#e30077;
	opacity: 1.0;
	-webkit-opacity: 1.0;
	-moz-opacity: 1.0;
}
/*************************/
/*        FOOTER         */
/*************************/

#footer {
	height: 100px;
	margin: 0px 0 0 0;
	margin-top:50px;
}
#footer ul {
	width: 100%;
	height: 90px;
	display: block;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dfdfdf;
}
#footer ul li {
	width: 220px;
	height:90px;
	display: block;
	float: left;
	padding: 0 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dfdfdf;
}
#footer a {
	color:#666666;
	opacity: 1.0;
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	text-decoration: none;
}
#footer a:hover {
	color:#e30077;
	opacity: 1.0;
	-webkit-opacity: 1.0;
	-moz-opacity: 1.0;
}
#footer h3 {
	color:#000000;
	letter-spacing:1px;
	font-family: "Lucida Grande", "Lucida Grande", sans-serif;
	font-size: 10pt;
	font-weight: 15px;
	margin-top:5px;
}
#footer ul li p {
	font-size: 9px;
	font-weight: 400;
	line-height: 14px;
	margin-top:10px;
}
#footer ul li ul {
	border: none;
	display: block;
	list-style: none;
	padding-top: 5px;
}
#footer ul li ul li {
	float:left;
	display:block;
	padding:0;
	margin:0 10px 0 0;
	width: 30px !important;
	height: 30px;
	border: none;
}
#footer .footer-image {
	width: 220px;
	text-align:right;
}
#footer .footer-fin {
	padding-right:0px;
	border-right:0px;
}
/*************************/
/*    DYNAMIC ELEMENTS   */
/*************************/


/** FOOTER **/

.footer-list li img {
	margin-top:5px;
	opacity: 0.4;
	-moz-opacity: 0.8;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.footer-list li img:hover {
	opacity: 1.0;
	-webkit-opacity: 1.0;
	-moz-opacity: 1.0;
}
.footer-image img {
	opacity: 1.0;
	-moz-opacity: 1.0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.footer-image img:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
}
.reference-box img {
	opacity: 1.0;
	-moz-opacity: 1.0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.reference-box img:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
}
.nav-first-child img {
	opacity: 1.0;
	-moz-opacity: 1.0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.nav-first-child img:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
}
#nav h3 a {
	color:#666666;
	opacity: 1.0;
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	text-decoration: none;
}
#nav h3 a:hover {
	color:#e30077;
	opacity: 1.0;
	-webkit-opacity: 1.0;
	-moz-opacity: 1.0;
}
#separation {
	clear:both;
}

