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

body{
	font-family:Arial, Helvetica, sans-serif;
	background:url(../graphics/content_body.jpg);
}

/********************************************************************************************* FOND INFINI */
#bigHeader{
	background:url(../graphics/header_bkg.jpg) repeat-x top left;
	width:100%;
	height:170px;
}

#bigMenu{
	background:url(../graphics/menu_bkg.jpg) repeat-x top left;
	width:100%;
	height:40px;
}

#bigContent{
	width:100%;
}

/********************************************************************************************* HEADER */
#header{
	background:url(../graphics/header.jpg) no-repeat top center;
	width:980px;
	padding:0 15px;
	margin:0 auto;
	overflow:hidden;
	height:170px;
}

h1{
	background:url(../graphics/logo.jpg) no-repeat left top;
	width:399px;
	height:143px;
	margin:0 auto;
	margin-top:20px;
	outline:none;
	text-indent:-9999px;
	
}

#sous-nav{
	text-align:right;
	margin-top:-12px;
}

#sous-nav li{
	display:inline;
	padding:0 8px;
}

#sous-nav li a{
	color:#fff;
	text-decoration:none;
}

#sous-nav li a:hover{
	color:#ccc;
}


/********************************************************************************************* MENU */
#menu{
	background:url(../graphics/menu.jpg) no-repeat top center;
	width:980px;
	padding:0 15px;
	height:40px;
	margin:0 auto;
	overflow:hidden;
}

#nav{
	text-align:left;
	margin:11px 0;
}

#nav li{
	display:inline;
	padding:0 20px;
	width:124px;
}

#nav li a{
	color:#fff;
	text-decoration:none;
	font-size:1.2em;
}

#nav li a:hover{
	color:#6e0000;
}

/********************************************************************************************* CONTENT */
#content{
	background:url(../graphics/content.jpg) repeat-y top center;
	width:980px;
	padding:0 15px;
	margin:0 auto;
	overflow:hidden;
	padding-top:20px;
	line-height:22px;
}

h2{
	color:#11326e;
	font-size:1.8em;
	margin-left:20px;
}

h3{
	color:#000;
	font-weight:bold;
	margin:0 0 20px 20px;
}

.defaultLeft{
	float:left;
	margin:0 0 30px 0;
}

.defaultRight{
	float:right;
	margin:0 0 30px 0;
}

.textLeft{
	float:left;
	margin:0 0 30px 0px;
	width:460px;
}

.textRight{
	float:right;
	margin:0 0 30px 0px;
	width:460px;
}

.listLeft{
	float:left;
	margin:0 0 30px 20px;
	width:440px;
}

.listRight{
	float:right;
	margin:0 0 30px 20px;
	width:440px;
}

.contactLeft{
	float:left;
	margin:0 0 30px 0;
	width:200px;
}

.contactRight{
	float:right;
	margin:0 0 30px 0;
	width:720px;
}

.productLeft{
	float:left;
	width:460px;
}

.productRight{
	float:right;
	width:460px;
}

.imageLeft{
	float:left;
	margin:0 0 0 0;
	width:220px;
}

.imageRight{
	float:right;
	margin:0 0 0 0;
	width:220px;
}

.titleLeft{
	float:left;
	margin:5px 0 30px 0;
	width:220px;
}

.titleRight{
	float:right;
	margin:5px 0 30px 0;
	width:220px;
}

.titleImage{
	margin:20px 0;
}

.titleList {
	font-weight: bold;
}

.imageSpec{
    width: 100%;
	border:#c5c4c4 solid 1px; 
}

.image{
	clear:both;
	margin:0 20px 20px 20px;
	text-align:center;
}

.list{
	clear:both;
	margin:0 20px 20px 20px;
	text-align:left;
}

.list ul{
	list-style-type:square;
}

.list li{
	margin:0 0 20px 0;
}

.list p{
	margin:0 0 20px 0;
}

.index{
	clear:both;
	margin:0 20px 20px 20px;
	text-align:left;
}

.index ul{
	list-style-type:square;
}

.link {
	color: #000;
	font-weight: bold;
}

.red {
	color: #d00000;
}

.bullet{
	margin-right:5px;
	float:left;
	width:7px;
}

/********************************************************************************************* FOOTER */
#footer{
	margin:0 auto;
	width:600px;
	clear:both;
	border-top:#ccc 1px solid;
	padding:10px 50px;
	line-height:12px;
}

#footer p{
	text-align:center;
	font-size:0.8em;
}

#footer-nav{
	text-align:center;
	margin-top:-12px;
	margin:10px 0;
}

#footer-nav li{
	display:inline;
	padding:0 8px;
}

#footer-nav li a{
	color:#000;
	text-decoration:none;
	font-size:0.8em;
}

#footer-nav li a:hover{
	color:#ccc;
}
