@charset "UTF-8";
/* CSS Document */

.clear{clear:both;}

/*@font-face {
    font-family: 'vectorabold';
    src: url('../font/VectoraLTStd-Bold.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'vectora';
    src: url('../font/VectoraLTStd-Light.otf');
	font-weight: normal;
	font-style: normal;
}*/

html,
body {
  font-size: 100%;
 }

body {
  background:#000 url(../images/bg2.png) repeat-x;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans',"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

a:focus {
  outline: none; }
  
img,
object,
embed {
  max-width: 100%;
  height: auto; }
 
  
/* Default Link Styles */
a {
  color: #FFFFFF;
  text-decoration: underline;
  line-height: inherit; }
  a:hover, a:focus {
    color: #a90f33; }
  a img {
    border: none; }

/* Default paragraph styles */

p {
  font-family: inherit;
  font-weight: normal;
  font-size: 0.850em;
  line-height: 1.6;
  margin-bottom: 11px;
}
  p aside {
    font-size: 0.875em;
    line-height: 1.35;
    font-style: italic; }
	
/* */

*::selection {
background:#a90f33;
color:#fff;
}

*::-moz-selection {
background:#a90f33;
color:#fff;
}

*::-webkit-selection {
background:#a90f33;
color:#fff;
}

/***********/

.wrapper{
	width:1000px;
	margin:0 auto;
	margin-top:30px;
}

#link-contact{
	float:right;
	text-decoration:none;
	font-size:12px;
}

#logoSARL{
	margin-top:50px;
}


.cell{
    float:left;
}

#cell1 h1{
	font-size:16px;
	letter-spacing:-0.5px;
	font-weight:normal;
	margin-top:90px;
}

#cell2 h2{
	font-size:16px;
	line-height:28px;
	letter-spacing:-0.3px;
	font-weight:normal;
	margin-top:
}


#cell3{
	font-size:13px; 
	line-height:23px; 
	width:478px;
	margin-top:35px;
	background-color:#1A1A1A;
	text-align:center;
	height:260px;
	padding-top:55px;
}

#cell4{
	font-size:13px; 
	line-height:23px; 
	width:478px;
	margin-top:35px;
	background-color:#1A1A1A;
	margin-left:4px;
	text-align:center;
	height:260px;
	padding-top:55px;
}

#cell5{
	font-size:12px;
	margin-top:35px;
}

.lien-site{
	margin-top:18px;
}








