/*Propriétés générales*/

/*html*/

* {
margin:				0;
padding:			0;
border:				0;
}

/*bloc principal*/

body {
height:100%;
margin:0 auto;
padding:0 auto;
color: #000;
font-family:  Arial, Verdana, Trebuchet MS, Lucida, Geneva, Helvetica, sans-serif;
text-align: center;
background-image : url("../img/index/backg.jpg");
background-repeat: repeat-x;
background-color : #FFF;
font-style: normal;
}

#clear{clear: both;}

.clear{clear: both;}


/*Blocs principaux*/

/* -------------*/
/*    Pub   */
/* -------------*/

#pub {
float:right;
width:44.2%;
}


#img{
position:absolute;
top:0;
right:0;
/*opacity:.9;
filter:alpha(opacity=90);
-moz-opacity:.9;*/
}


/* -------------*/
/*    Header    */
/* -------------*/

#header {
position: relative;
position:center;
margin: 70px auto 20px auto;
width : 750px;
height: 100px;
padding: 0;
z-index:200;
}

/* -------------*/
/*    Shop   */
/* -------------*/

#shop {
position: relative;
position:center;
margin: 10px auto 20px auto;
padding-top:4px;
width : 750px;
height: 20px;
z-index:200;
text-align:center;
background-color:#E6E9F6;
}


/* -------------*/
/*  Container   */
/* -------------*/

#container{
position: center;
margin: 20px auto 20px auto;
padding : 0;
/*border: 1px solid;*/
height : 350px;
width : 750px;
background:#FFF;
text-align: center; 
}

/* -------------*/
/* Blocs divers */
/* -------------*/

#bloc1 {
	float: left;
	width: 240px;
	margin-right: 15px;
}


#bloc2 {
	float: left;
	width: 240px;
	margin-right: 15px;
}


#bloc3 {
	margin-left: 510px;
	width: 240px;
}

.cadre {
	padding:8px;
	margin : 0 auto;
	width: 166px;
	height: 159px;
	background: #7FAAD3;
}

.cadre:hover { background: #E6E9F6; }


/* -------------*/
/*    Images    */
/* -------------*/

.logo {
	margin-right : 25px;
	z-index:5;
}	

.logoweb {
	margin-right : 25px;
	z-index:5;
}

.intcadre {
	vertical-align: middle;
	border: 8px solid #FFF;
}

.barre {
	margin : 1em 0 0.5em 0;
}

/* -------------*/
/*    Textes    */
/* -------------*/


a:link {
	font-size:12px;
	color: #af1f24;
	text-decoration: none;
}

a:visited {
	font-size:12px;
	color: #af1f24;
	text-decoration: none;
}

a:hover {
	font-size:12px;
	color: #265FAC;
	text-decoration: underline;
}

a:active {
	font-size:12px;
	color: #265FAC;
}

h1 { 
	font-size : 0.90em;
	font-weight : bold;
	text-transform : uppercase;
	letter-spacing:0.2em;
	text-align: center; 
	color:#E6E9F6;
	z-index:5;
}

h2 { 
	font-family: Arial Narrow, Arial, Verdana, Trebuchet MS, Lucida, Geneva, Helvetica, sans-serif;
	display:block;
	margin-bottom:0.2em;
	margin-top:0;
	font-size : 20px;
	font-weight : bold;
	text-transform : uppercase;
	letter-spacing:0.2em;
	text-align: center; 
	color:#000;
}

h2 a:hover { 
	font-family: Arial Narrow, Arial, Verdana, Trebuchet MS, Lucida, Geneva, Helvetica, sans-serif;
	display:block;
	margin-bottom:0.2em;
	margin-top:0;
	font-size : 20px;
	font-weight : bold;
	text-transform : uppercase;
	letter-spacing:0.2em;
	text-align: center; 
	color:#265fb0;
}

h2 a:link, h2 a:visited { 
	font-family: Arial Narrow, Arial, Verdana, Trebuchet MS, Lucida, Geneva, Helvetica, sans-serif;
	display:block;
	margin-bottom:0.2em;
	margin-top:0;
	font-size : 20px;
	font-weight : bold;
	text-transform : uppercase;
	letter-spacing:0.2em;
	text-align: center; 
	color:#000;
}

.adresse { 
	font-size : 12px;
	letter-spacing:0.1em;
	line-height: 1.5em;
	text-align: center; 
}

.tel { 
	font-size : 14px;
	letter-spacing:0.1em;
	line-height: 1.2em;
	font-weight : bold;
	text-transform : uppercase;
	text-align: center; 
	color: #A10000;
}

.telmask { 
	font-size : 14px;
	letter-spacing:0.1em;
	line-height: 1.2em;
	font-weight : bold;
	text-transform : uppercase;
	text-align: center; 
	color: #FFF;
}

.services {
	/*clear:both;*/
	font-size : 10px;
	font-weight : bold;
	/*letter-spacing:0.1em;*/
	word-spacing:0.1em;
	line-height: 1.5em;
	text-align: center; 
}

.redstrong {
	color:#af1f24;
font-weight:bold;
}

.blackstrong { 
	font-size : 14px;
	letter-spacing:0.1em;
	line-height: 1.2em;
	font-weight : bold;
	text-transform : uppercase;
	text-align: center; 
	color: #000;
}

