@charset "utf-8";
a:link
  {color: #CE3748;
  text-decoration: none;
  background-color: transparent }
a:visited
  {color: #CE3748;
  text-decoration: none;
  background-color: transparent }
a:hover
  { color: #FFFFFF;
  text-decoration: none;
  background-color: #CE3748 }
a:active
  {color: #CE3748;
  text-decoration: none;
  background-color: transparent }
body  {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background: #111111;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.twoColFixLt #container { 
	width: 954px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:745px;	
}
.twoColFixLt #sidebar1 {
	background: #111111;
	float: left; /* since this element is floated, a width must be given */
	width: 143px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background:url('pics/mainmenu.gif') no-repeat top; */
	height:745px;
	margin:0;
display: inline;	
}
.twoColFixLt #mainContent { 
float: left;
	/* margin: 0 0 0 143px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	background: url('pics/main.gif') no-repeat top;
	height:745px;
	width: 811px;
	display: inline;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#ptop {
	height:199px;
}
#video {
	height:423px;
}
#coloris{
	height:373px;
	margin: 0 11px 0 0;
	text-align: center;
	padding-top:50px;
	padding-left:10px;
	color:#000;
}
#contact{
	height:403px;
	background:url('pics/contact.jpg') no-repeat top;
	margin: 0 11px 0 0;
	text-align: center;
	padding-top:20px;
	padding-left:10px;
	color:#000;
}
form{
	font-size: 0.8em;
	line-height:13px;
}
#accueil{
	height:423px;
	background:#e8e8e8;
	text-align: center;
}
#vincent{
	margin: 0 11px 0 0;
	height:395px;
	background:#DBDBDB;
	text-align: center;
	padding-top:5px;
	color:#000;
}
#vincentmenu{
	padding-top:2px;
	padding-left:10px;
	height:21px;
	width: 790px;
	
	background:#7d7d7d;
	text-align: center;
}
#galerie{
	margin: 0 0 0 20px;
}
#footer{
	float: left;
	text-align: center;
	margin-top:90px;
	padding-left:220px;
	font-size: 0.8em;
	color:#BDBDBD;
	
	text-align: center;
	display: inline;
}
#footer p{
	padding:6px;
	margin:0;
	text-align: center;
}
#footer .links {
	color:#666666;
}
#footer .links_langues{
	color:#BDBDBD;
}

#footer a:hover
  { color: #FFFFFF;
  text-decoration: none;
  background-color: #CE3748 }
#footer a:active
  {color: #CE3748;
  text-decoration: none;
  background-color: transparent }


.thumbnail {
border:1px solid #DDDDDD;
float:left;
margin-bottom:10px;
margin-right:10px;
padding:15px;
}
.thumbnail:hover {
background-color:#cacaca;
border:1px solid #DDDDDD;
float:left;
margin-bottom:10px;
margin-right:10px;
padding:15px;
}

.mini {
height:350px;
float:left;
margin-bottom:10px;
}
.caption {
padding-top:0.2em;
text-align:justify;
padding:0 10px 0 10px;
width: 230px;
line-height: 15px;
}
.inputbox {
  border           : 1px solid #000000;
  background-color : #FFFFFF;
  margin-bottom    : 0px;
  color			   : #000000;
   width            : 345px;
   font-size        : 12px;
}
.button {
  font-size        : 11px;
  color            : #000000;
  border           : 1px solid #000000;
  margin-bottom    : 5px;
  background-color : #FFFFFF;
  padding          : 1px;
}