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

body {
	background-color: #efefef;
}

#top_bg {
	background: url(images/top_bg.jpg) repeat-x;
	width: 100%;
	height: 239px;
	position: absolute;
	left: 0;
}

#main {
	width: 1004px;
	margin: 0 auto;
}

#top_elements {
	width: 1004px;
	position: absolute;
	top: 100px;
	
}

#logo {
	background: url(images/logo_sc.png) no-repeat;
	width: 1004px;
	height: 77px;
	position: absolute;
	top: 166px;
}

#top_elements img {
	margin-left: 0px;
}

#pancarte {
	float: left;
	background: url(images/panneau.png) no-repeat;
	width: 166px;
	height: 77px;
	margin-left: 350px;
}

#facebook, #twitter, #rss, #blog {
	width: 52px;
	height: 52px;
	float :left;
	margin-right: 20px;
}

#email {
	width: 70px;
	height: 53px;
	float :left;
	margin-right: 20px;
}

#email {
	background: url(images/icones/mail.png) no-repeat;
}

#facebook {
	background: url(images/icones/fb.png) no-repeat;
}

#twitter {
	background: url(images/icones/twitter.png) no-repeat;
}

#blog {
	background: url(images/icones/blog.png) no-repeat;
}

#rss {
	background: url(images/icones/rss.png) no-repeat;
}

#email:hover {
	background: url(images/icones/mail_hover.png) no-repeat;
}

#facebook:hover {
	background: url(images/icones/fb_hover.png) no-repeat;
}

#twitter:hover {
	background: url(images/icones/twitter_hover.png) no-repeat;
}

#rss:hover {
	background: url(images/icones/rss_hover.png) no-repeat;
}

#blog:hover {
	background: url(images/icones/blog_hover.png) no-repeat;
}

#socialnetwork {
 float :right;
 width: 400px;
 margin-top: 20px;
 margin-right: 27px;
}

#content {
 position: relative;
 top: 250px;

}

#text_content p {
	 padding-top: 10px;
	 line-height: 2;
	 font-style: italic;
	 font-family: Arial;
	 font-size: 12px;
	 color: #313131;
}

.info {
	font-weight: bold;
	margin-top: 3px;
}



#text_content {
	width: 550px;
	float: left;
}

#map {
	width: 259px;
	height: 247px;
	float: left;
	margin-left: 35px;
}

#reference {
	width: 140px;
	float: left;
	padding: 10px;
}

#reference p {
	 font-weight: bold;
	 font-family: Arial;
	 font-size: 12px;
	 color: #545454;
	 line-height: 2;
}

#reference a, #reference a:visited, #reference a:hover, #reference a:link {
	 font-weight: bold;
	 font-family: Arial;
	 font-size: 12px;
	 color: #fd5f06;
	 text-decoration: none;
}

.clear_bold {
	font-weight: normal;
}

#contact {
	background: url(images/contact.png) no-repeat;
	width: 95px;
	height: 33px;
	position: absolute;
	right: 320px;
	top: 32px;
	
}

#footer {
	clear: both;
	width: 1004px;
	position: absolute;
	top: 490px;
}

#contact_mail { 
    padding: 25px;
    color:#fff; 
}

#contact_mail input { 
     background: url(images/champs.jpg);
	 width: 200px;
	 height: 22px;
	 border: none;
	 padding-left: 15px;
	 padding-right: 5px;
	 margin-bottom: 10px;
	 padding-top: 8px;
}

#contact_mail textarea { 
     background: url(images/champs_msg.jpg);
	 width: 395px;
	 height: 100px;
	 border: none;
	 padding: 10px;
	 padding-left: 15px;
	 margin-bottom: 10px;
}

#contact_mail textarea, #contact_mail input {
	 font-family: Arial;
	 font-size: 14px;
	 color: #c5c5c5;
}

#submit {
	 background: transparent url(images/valider.png);
	 width: 138px;
	 height: 43px;
	 border: none;
	 cursor: pointer;
}

#submit:hover {
	 background: transparent url(images/valider_hover.png);
}

.overlay { 
    display:none; 
    z-index:10000; 
    background: url(images/form_bg.png);     
    width: 415px;     
    height: 318px; 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
.overlay .close { 
    background-image:url(images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:33px; 
    width:33px; 
}

.tooltip_map {
	background:url(images/infobulle.gif) no-repeat;    
    width: 119px; 
	height: 48px;
	display: none;
	position: relative;
	z-index: 10;
	 font-family: Arial;
	 font-size: 12px;
	 color: #fff;
	 padding-top: 10px;
	  padding-left: 15px;
	
	
}

a {
	text-decoration: none;
}

div.scrollable { 
 

    position:relative; 
    overflow:hidden; 
    width: 1004px; 
    height:90px; 
	margin-top: 15px;
} 
 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
div.scrollable div.items div { 
    float:left; 
} 

div.items img {
	margin-right: 40px;
}

.info_email {
	color: red;
	font-family: Arial;
	font-size: 12px;
	margin-left: 10px;
}
 

