/* CSS Document */

/* Reset CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike/*, strong*/, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul, li {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body  {		 
	 background-color:#901400;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: small;
	 color:#666666;
	 width:100%;
	 border-top:#FF0000 5px solid;
	 }

a:link 
	{
	color:#333333;
	}
a:visited 
	{
	color:#333333;
	}
a:hover 
	{
	font-weight:bold;
	}

#haut {
	background-color:#FFFFFF;
	height:90px;
	}
	 
#header {
	width:760px;
	margin:auto;
	padding-top:15px;
	color:#333333;
}

#logo {
	float:left;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	width:115px;
	height:58px;
	cursor:pointer;
}

#catchphrase {
	float:right;
	font-size:18px;
	font-weight:normal;
	text-align:right;
	margin-right:20px;
}

#catchphrase strong {
	font-size:20px;
	font-weight:bold;
}

#catchphrase h2 {
	font-size:24px;
	/*font-weight:bold;*/
	margin-bottom:10px;
	letter-spacing:-1px;
}

#menu {
	background-color:#FE2200;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	border-top: solid 1px #C81B00;
	border-bottom: solid 1px #C81B00;
}

#menu a {
	text-decoration:none;
	/*color:#FFF;*/
}

#menu a:hover {
	text-decoration:none;
}

#fond-contenu {
	background-color:#FFFFFF;
}

#livre100 {
	background-color:#FFFFFF;
	text-align:center;
	padding-top:15px;
}

#livre100 a {
	text-decoration:none;
	color:#FFF;
	line-height:27px;
	display:block;
	margin:auto;
	height:27px;
	width:492px;
	background-image:url(images/100livre.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#contenu {
	padding-top:15px;
	padding-bottom:30px;
	width:760px;
	margin:auto;
	background-image:url(images/couleurs.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	line-height:200%;
	text-align:justify;
}

#contenu h1 {
	font-size:14px;
	font-weight:bold;
	color:#333333;
	padding-top:15px;
}

#menu-bas {
	float:left;
	width:100%;
	height:157px;
	background-image:url(images/menu-bas.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
}

#menu-bas-contenu {
	width:760px;
	height:157px;
	margin:auto;
	background-image:url(images/delimiteur.gif);
	background-repeat:no-repeat;
	background-position:right;
}
	
#contact, #realisations, #video {
	float:left;
	width:200px;
	height:157px;
	background-image:url(images/delimiteur.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	padding-right:30px;
	font-size:12px;
}

#contact h5, #realisations h5, #video h5 {
	margin-top:15px;
	margin-bottom:15px;
	font-size:18px;
	font-weight:normal;
}

#contact h4, #realisations h4, #video h4 {
	margin-top:25px;
	font-size:18px;
	font-weight:normal;
}

#contact a, #realisations a, #video a {
	text-decoration:underline;
	color:#FFFFFF;
}

#contact h1 a {
	text-decoration:none;
	font-weight:normal;
}

#footer {
	float:left;
	width:100%;
	height:31px;
	background-image:url(images/footer.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#901400;
}	

#footer-contenu {
	text-align:center;
	color:#CC6600;
	margin-top:5px;
}	

#footer-credits, #footer-credits a {
	text-align:center;
	font-size:9px;
	color:#993300;
}

.imgdroite {
	float:right;
	margin-left:30px;
	margin-bottom:15px;
}

.indent {
	font-style:italic;
}


/*Styles menu*/
.menu {
width:760px;
margin:auto;
list-style:none; 
height:21px; 
position:relative; 
z-index:500; 
font-family:arial, verdana, sans-serif;
}

.menu li.top {
display:block; 
float:left;
margin-left:10px;
/*
padding-left:15px;
background-image:url(images/puce.gif);
background-repeat:no-repeat;
background-position:left center;
*/
}

.menu li a.top_link {
display:block; 
float:left; 
height:21px; 
line-height:22px;
text-decoration:none; 
font-size:13px;
/*color:#333333;*/
text-transform:uppercase;
font-weight:bold;
padding:0 0 0 0; 
cursor:pointer;
color:#FFF;
}

.menu li a.top_link_menu {
height:21px; 
line-height:22px;
text-decoration:none; 
font-size:13px;
/*color:#333333;*/
text-transform:uppercase;
font-weight:bold;
cursor:pointer;
color:#FFF;
}

.menu li a.top_link span {
float:left; 
display:block; 
padding:0 10px 0 10px; 
height:21px
}

.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}
.menu a:hover {visibility:visible; position:relative; z-index:200;}
.menu li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul {
position:absolute; 
left:-9999px; 
top:-9999px; 
width:0; 
height:0; 
margin:0; 
padding:0; 
list-style:none;
}

.menu ul.produits {width:110px;}
.menu ul.faq {width:180px;}
.menu ul.entreprise {width:130px;}

.menu :hover ul {
	left:0; 
	top:20px; 
	background: #FE2200 url(images/fond-menu.gif) repeat-x bottom;
	/*background:#FFF;*/
	
	padding:2px; 
	border-left:1px solid #C81B00; 
	border-right:1px solid #C81B00; 
	border-bottom:1px solid #C81B00; 
	white-space:nowrap; 
	height:auto; 
	text-align:left;
	z-index:300;
	}
.menu :hover ul li {display:block; height:20px; position:relative; font-weight:normal; width:auto; text-transform:none}
.menu :hover ul li a {display:block; font-size:13px; height:20px; line-height:20px; width:auto; color:#FFF; padding:0 10px; text-decoration:none;}
.menu :hover ul li a:hover {font-weight:bold;}

/* fin style menu */


/*slideviewer*/
/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border: 2px solid #ff0000;   
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #ff0000; 
color: #fff; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #fff; 
color: #ff0000; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 
