@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
@font-face {
  font-family: "AVANGID";
  src: url("../font/AVANGID.ttf");
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/background_page.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFF;
	font-size:12px;
	line-height:21px;
	padding:0;
	margin:0;
}
h1 {
	font-family: 'AVANGID';
	font-size: 34px;
}
h2 {
	font-family: 'AVANGID';
	font-size: 24px;
	margin-bottom:15px;
}
h3 {
	font-family: 'AVANGID';
	font-size: 16px;
}
p {
	font-size:12px;
	line-height:21px;
	margin-bottom:10px;
}
table {
	margin-bottom:15px;
}
#global {
	width:960px;
}
#header {
	width:960px;
	height:428px;
}
#fly {
	z-index:12;
	position:absolute;
	margin-left:50px;
}
#logo {
	z-index:12;
	position:absolute;
	margin-left:50px;
	top:100px;
}
img {
	border:0;
}
a img.last {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 5px;
	width: 300px;
	height: 87px;
	margin:2px 2px 20px 25px;
}  

a img.last:hover {
	border-color: #9dad13;
}
form {
	margin-top:15px;
}
	
#menu {
	width:100%;
	height:24px;
	position:absolute;
	z-index:13;
	left: 0px;
	top: 382px;
	background-image:url(../images/bg_menu.jpg);
	background-repeat:repeat-x;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60);
	opacity:0.6;
	padding-top:5px;
}
#menu_inside {
	padding-left:35px;
}
#menu li {
	display:inline;
	margin:0px 10px;
}
#menu li a {
	font-family: 'AVANGID';
	color: #000000;
	text-decoration:none;
	font-size:18px;
	text-transform:uppercase;
	padding:6px 10px 2px 10px;
}
#menu li a.current {
	background-image:url(../images/bg_menu_over.jpg);
	background-repeat:repeat-x;
}
#menu li a:hover {
	background-image:url(../images/bg_menu_over.jpg);
	background-repeat:repeat-x;
}

#content {
	background-image:url(../images/bg_content.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding-left:6px;
	padding-right:8px;
	padding-top:20px;
	min-height:415px;
}
#content_left {
	width:450px;
	padding-right:30px;
	padding-left:50px;
	margin-top:15px;
	border-right:1px solid #dbdbdb;
}
#content_right {
	width:320px;
	margin-left:30px;
	margin-top:15px;
}
#service_left {
	width:450px;
	padding-right:30px;
	padding-left:50px;
	border-right:1px solid #dbdbdb;
	margin-bottom:20px;
}
#service_right {
	width:320px;
	margin-left:30px;
	margin-top:15px;
}
#gauche {
	float:left;
	width:530px;
	height:auto;
}
#droite {
	width:auto;
	height:auto;
	margin-left:530px;
}
.slider {
	width: 100%;
	height: 450px;
	top:18px;
	position: absolute;
	margin:auto;
	z-index:5;
}
	
.slider ul li {
	width: 100%;
	height: 450px;
	overflow: hidden;
	display: none;
}
.icon {
	margin:5px 10px 0px 0px;
	float:left;
}
li.special {
	list-style-image:url(../images/puce.jpg);
	list-style-position:inside;
}
.aligner_droite {
	text-align:right;
}
.aligner_gauche {
	text-align:left;
}

/*=======================================POSITIONNEMENT PIED DE PAGE====================================*/
#footer {
	clear:both;
	background-image:url(../images/bg_footer.jpg);
	background-position:center bottom;
	background-repeat:repeat-x;
	width:100%;
	height:230px;
	padding-top:30px;
	margin-top:20px;
}
#footer_content {
	width:880px;
}
#footer_left {
	width:430px;
	margin-left:50px;
}
#footer_right{
	width:300px;
	float:right;
}
#footer p {
	color:#CCC;
}
#footer a {
	color:#CCC;
	text-decoration:none;
}
#footer a:hover {
	color:#9dad13;
	text-decoration:underline;
}

#footer #copyright {
	margin-top:70px;
	text-align:center;
}

/*===========================================Image portfolio==================================*/
.sponsorListHolder{
	margin-bottom:30px;
}

.sponsor{
	width:675px;
	height:148px;
	float:left;
	margin:4px;
	
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
}

.sponsorFlip{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #ddd;	
	background:no-repeat center center #f9f9f9;
	background-image:url(../images/bg-item.jpg);
	background-repeat:repeat-x;
	border:1px solid #000;
}

.sponsorFlip:hover{
	border:1px solid #666;
	
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #999 inset;
	-webkit-box-shadow:0 0 30px #999 inset;
	box-shadow:0 0 30px #999 inset;
}

.sponsorFlip img{
}

.sponsorData{
	/* Hiding the .sponsorData div */
	display:none;
}

.sponsorDescription{
	font-size:12px;
	padding:20px 10px 20px 20px;
	font-style:italic;
}

.sponsorURL{
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
}
.sponsorURL a{
	color:#FFF;
	text-decoration:none;
}
.sponsorURL a:hover{
	color:#000;
}

.sponsorFlip .titre{
	font-size:20px;
	padding:20px 10px 0px 20px;
	color:#FFF;
}
.square_web {
	height:38px;
	width:148px;
	margin:4px;
	float:left;
	border:1px solid #ddd;	
	background:url("../images/background2.jpg") no-repeat center center #f9f9f9;
	padding-top:110px;
	text-align:right;
	color:#FFF;
}
.square_web a {
	font-size:12px;
	color:#000;
	text-decoration:none;
	background-color:#FFF;
	padding:5px;
}
.square_web a:hover {
	background-color:#000;
	color:#FFF;
}
.square_print {
	height:38px;
	width:148px;
	margin:4px;
	float:left;
	border:1px solid #ddd;	
	background:url("../images/background3.jpg") no-repeat center center #f9f9f9;
	padding-top:110px;
	text-align:right;
	color:#FFF;
}
.square_print a {
	font-size:12px;
	color:#000;
	text-decoration:none;
	background-color:#FFF;
	padding:5px;
}
.square_print a:hover {
	background-color:#000;
	color:#FFF;
}
.square_logo {
	height:38px;
	width:148px;
	margin:4px;
	float:left;
	border:1px solid #ddd;	
	background:url("../images/background4.jpg") no-repeat center center #f9f9f9;
	padding-top:110px;
	text-align:right;
	color:#FFF;
}
.square_logo a {
	font-size:12px;
	color:#000;
	text-decoration:none;
	background-color:#FFF;
	padding:5px;
}
.square_logo a:hover {
	background-color:#000;
	color:#FFF;
}

/*=================================Page Portfolio====================================*/
.general_portfolio {
	margin:10px 0px 10px 50px;
	width:850px;
	height:auto;
}
.item_full {
	width:843px;
	height:159px;
	border:1px solid #999;	
	margin-bottom:40px;
	background-color:#EFEFEF;
}
.item_full:hover {
	border:1px solid #000;
}
.item_portfolio {
	width:415px;
	height:120px;
	background-color:#CF6;
	margin:5px;
	float:left;
}
.image_sup {
	margin-left:70px;
}
.detail_portfolio {
	clear:both;
}
/*=================================================================================*/
/*=================================PAGE SERVICE====================================*/
/*=================================================================================*/
#services {
	margin-left:50px;
	width:843px;
}
.top {
	width:170px;
	float:right;
	margin-top:35px;
}
.top a {
	color:#000;
	text-decoration:none;
}
.top a:hover {
	color:#999;
	text-decoration:none;
}
.arrow_top {
	float:left;
	margin-right:10px;
}
/*=================================================================================*/
/*=================================PAGE CONTACT====================================*/
/*=================================================================================*/
#contact {
	width:843px;
	padding-left:200px;
	background-image:url(../images/a.gif);
	background-repeat:no-repeat;
	margin-left:13px;
}
