@charset "utf-8";

@font-face {
    font-family: 'quicksandregular';
    src: url('quicksand-regular-webfont.eot');
    src: url('quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('quicksand-regular-webfont.woff') format('woff'),
         url('quicksand-regular-webfont.ttf') format('truetype'),
         url('quicksand-regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




html {
	height: 100%;
	overflow-y: scroll;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	background:#00111e;
	font-weight: normal;
	color:#d7d7d7;
	
}


a img {
	border:none;
	outline:none;
}
h1, h2, h3, h4 {
	margin:0;
}

h3 {
	font-size:18px;
	font-weight:bold;
	padding-bottom:15px;
}

p {
	margin:0;
	padding-bottom:12px;
	text-align:justify;
	line-height:15px;
}

ul {
	padding:0;
	margin:0;
}

li {
	padding:0;
	margin:0;	
}


/* --------------------------------------------- */


#wrapper {
	position:relative;
	background:url(../images/back_index.jpg) top center no-repeat;
	padding:0;
	margin:0 auto;
	width:1002px;
	min-height:750px;
}
#header {
	position:relative;
	width:1002px;
	padding:0px;
	margin:0px;
}

#header h1 {
	display:none;
}


.logo{
padding:0;
margin:0;
}



/*********menu************************/

#menu{
	padding:0;
	margin-top:130px;
	width:1002px;
}

#menu ul{
	list-style:none;
	margin:0;
	text-align:center;

}

#menu ul li{
	float:left;
	width:167px;
	height:68px;
	margin:0px 12px;
}

/*#menu ul li:last-child{
	margin-right:0px;
}*/


#menu ul li a{
	display:block;
	font-size:18px;
	width:167px;
	background:url(../images/back_link_menu.png) top center no-repeat;
	height:58px;
	padding-top:10px;
	color:#fff;
	text-decoration:none;
}

#menu ul li a:hover{
	background:url(../images/back_link_menu_hover.png) top center no-repeat;

}


#menu:after{
	clear:both;

}










#content {
	position:relative;
	width:1002px;
	min-height:200px;
	margin:0;
	padding:0;


}


/*index*/
p.paraindex{
	font-size:16px;
	line-height:24px;
	text-align:center;
	margin-top:60px;
	letter-spacing:0.5px;
}

.logo_four{
	margin:60px 0px;
	text-align:center;
}

.logo_four img{
	margin:5px;
}

/* --------------------------------------------- */


.shadow {
	-moz-box-shadow: 3px 4px 40px #000;
	-webkit-box-shadow: 3px 4px 40px #000;
	box-shadow: 3px 4px 40px #000;
	
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.transparent{
	/* SAFARI TRES VIELLE VERSION < 2.1 */
    -khtml-opacity:0.1; 
/* FIREFOX TRES VIELLE VERSION <= 0.9*/
    -moz-opacity : 0.1; 
/* IE 8 ET COMPRIS PAR IE 10*/
    -ms-filter: "alpha(opacity=10)"; 
/* IE > 4 et < 8 ET COMPRIS PAR IE 10*/
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); 
/* IE 4 */
    filter : alpha(opacity=10); 
/* AUTRE */
    opacity : 0.1;

}


.rounded {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	behavior: url(PIE.htc);
}



.clearfix {
	height:0;
	clear:both;
}



/* --------------------------------------------------------------------------------- */

#indent {
	margin-left:35px;
	float:left;
	margin-right:40px;
}
#indent h5 {
	font-size:16px;
	font-weight:bold;
	margin:15px 0 5px 0;
}
#indent p {
	font-size:16px;
	line-height:20px;
	letter-spacing:1px;
}
#box_hrs {
	position:relative;
	float:left;
	width:350px;
	border-left:1px dotted #999;
	padding-left:40px;
}
#box_hrs h5 {
	font-size:16px;
	font-weight:bold;
	margin:15px 0 5px 0;
}
#box_hrs p {
	font-size:16px;
	line-height:20px;
	letter-spacing:1px;
}


/* --------------------------------------------------------------------------------- */




/****************************************/
/********** Neat Form BY MARC **********/
/**************************************/

form { 
	margin:0;
	padding:0;
}
.check {
	width: 20px;
	height: 20px;
	border:0;
	background-color:transparent;
}
input, select, textarea {
	padding:2px;
	width: 250px;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color:#fff;
	height:24px;
}
.inputxs {
	width:100px;
}
.inputxl {
	width:400px;
}
textarea {
	height: 60px;
	overflow:auto;
	resize:none;
}
.textareaxl {
	width: 400px;
	height: 135px;
	overflow:auto;
}
.submit {
	font-size:15px;
	color:#fff;
	width:100%;
	background-color:#666;
	height:33px;
}
.submit:hover {
	background-color:#999;
}
.boxed {
	border: 1px solid #000;
	background-color:#eee;
}







/****************************************/
/********** footer **********/
/****************************************/

#footer {
	text-align:center;
	margin:0;
	padding:10px 0;
	font-size:11px;
	color:#999;
	clear:both;
}
#footer a {
	padding:0 6px;
	font-size:11px;
	color:#999;
	text-decoration:none;
}
#footer a:hover {
	color: #fff;
	/*text-decoration:underline;*/
}

/****************************************/
/********** Signature Mediaweb **********/
/****************************************/

#mediaweb {
	text-align:center;
	width:1002px;
	clear:both;
	margin: 30px auto;
}
#mediaweb a {
	color:#ccc;
	text-decoration:none;
	font-size:10px;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;

}
#mediaweb a:hover {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}


/**** Start Pagination **********/

a.pagination {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	border: 1px solid #333;
	padding:1px 5px;
	background-color:#eee;
}
a.pagination:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	border: 1px solid #333;
	padding:1px 5px;
	background-color:#fff;
}
.paginationi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	border: 1px solid #333;
	padding:1px 5px;
	background-color:#fff;
}

/**** End Pagination **********/
