/* CSS Document */

body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #3b3b3b;
	background: #000000;
}

a{
	color: #3b3b3b;
}
a:hover{
	color: #6c6c6c;
	text-decoration: none;
}

#splash_lien_1{top: 40px; left: 30px; width: 250px; text-align: right; border-right:3px solid #3b3b3b; padding-right: 5px;} /* border-right:3px solid #0082c8; */
#splash_lien_1:hover{border-right:3px solid #0082c8;}
#splash_lien_2{top: 70px; left: 30px; width: 250px; text-align: right; border-right:3px solid #3b3b3b; padding-right: 5px;}
#splash_lien_2:hover{border-right:3px solid #0082c8;}
#splash_lien_3{top: 480px; left: 30px; width: 250px; text-align: right; border-right:3px solid #3b3b3b; padding-right: 5px;}
#splash_lien_3:hover{border-right:3px solid #0082c8;}
#splash_lien_4{top: 510px; left: 30px; width: 250px; text-align: right; border-right:3px solid #3b3b3b; padding-right: 5px;}
#splash_lien_4:hover{border-right:3px solid #0082c8;}
#splash_lien_5{top: 290px; left: 775px; width: 150px; border-left:3px solid #3b3b3b; padding-left: 5px;}
#splash_lien_5:hover{border-left:3px solid #0082c8;}
#splash_lien_6{top: 340px; left: 775px; width: 150px; border-left:3px solid #3b3b3b; padding-left: 5px;}
#splash_lien_6:hover{border-left:3px solid #0082c8;}

#lignebleue{
	height: 10px;
	background: #0082c8;
}

#corps{
	width: 980px;
	position: relative;		
	margin: 0 auto;
	overflow: auto;
	padding: 0 0 100px 0;
	background-color: #FFFFFF;
	position: relative;
}

.splash{
	background: url(../../images/degrade_splash.gif) repeat-x #ffffff;
}

.liensplash{
	position: absolute;
	display: block;
	font-family: Impact;
	font-size: 1.4em;
	line-height: 0.9em;
	letter-spacing: 0.04em;
	color: #3b3b3b;
	text-decoration: none;
}

.liensplash:hover{
	color: #0082c8;
}

#splah_gear{
	margin-top: 20px;
	height: 600px;
	background: url(../../images/gear.png) no-repeat center center;
}

#flash_splash{
	width: 337px;
	height: 350px;
	position: absolute;
	top: 106px;
	left: 329px;
}

#tete{
	height:167px;
	position:absolute;
	top:10px;
}

#tete img{
	position:absolute;
	top:200px;
	z-index: 30;
}

#logo{
	width: 245px;
	height: 200px;
	position: absolute;
}

#logo a{
	display:block;
	width: 245px;
	height: 200px;
}

.logo_marins{
	background:url(../../images/logo_marins_1.png) no-repeat;
}
.logo_industriels{
	background:url(../../images/logo_industriels_1.png) no-repeat;
}
.logo_autres{
	background:url(../../images/logo_autres_1.png) no-repeat;
}

#flash_images{
	width: 735px;
	height: 153px;
	position: absolute;
	left: 245px;
}

#navigation{
	float: left;
	width: 245px;
	background: url(../../images/degrade_menu.gif) repeat-x #ffffff;
	min-height: 500px;
	padding-top: 220px;
}

#navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul li{
	position: relative;
}

#navigation ul li a{
	display: block;
	text-transform: uppercase;
	font-size: 0.75em;
	text-align: right;
	padding: 3px 15px 3px 50px;
	margin: 5px 0;
	text-decoration: none;
	color: #FFFFFF;
}

#navigation ul li a:hover{
	background: #333333;
}

#navigation > ul > li > ul{
	width: 218px;
	position: absolute;
	top: 0;
	left: 245px;
	background: #333333;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul li ul a{
	padding: 2px 5px;
	margin: 5px 0;
	text-align: left;
	font-size: 0.6em;
}

#navigation ul li ul a:hover{
	background: #8a8b8e;
}

#navigation ul li a.actif{
	cursor: pointer;
	background: #333333;
}

.sectionactive{
	background: #474747;
}

#contenu{
	float: left;
	width: 625px;	
	padding: 160px 45px 0 55px;
	font-size: 0.875em;
}

#contenu p{
	text-align: justify;
}

.espace{
	margin: 30px 0;
}

.ul_espace{
	margin: 0;
	padding: 0 0 0 20px;
}
.ul_espace li{
	margin: 20px 0;
}

h1,h2{
	font-size: 1.2em;
	text-transform: uppercase;
	color: #0082c8;
}
h3{
	margin-bottom: 0;
	padding: 0;
	font-size: 1em;
	text-transform: uppercase;
	color: #0082c8;
}

ul.listepdf {
	margin: 0;
	padding: 10px 40px 0;
	list-style: none;
	overflow: auto;
}
ul.listepdf>li {
	padding: 10px 0 0;
	font-weight: bold;
}

ul.listepdf>li>ul{
	margin: 0;
	padding: 5px 0 0;
	list-style: none;
	overflow: auto;
	font-weight: normal;	
}

ul.listepdf>li>ul li{
	float: left;
	margin-right: 25px;
	width: 95px;
	height: 145px;
	text-align: center;
}

ul.listepdf>li>ul li img{
	margin: 0 0 5px 0;
	border: 2px solid white;
}

ul.listepdf>li>ul li img:hover{
	border: 2px solid #333333;
}

ul.listepdf>li>ul li em{
	font-style: normal;
	font-size: 0.75em;
}

.listeeven{
	margin: 0;
	padding: 0;
	list-style: none;
}

.listeeven li{
	margin: 20px 0;
}

.listeeven li strong{
	text-decoration: underline;
}

.listeeven li a{
	font-weight: bold;
}

.contact{
	margin: 0 0 15px 0;
	padding-bottom: 15px;
	border-bottom: 2px solid #6f6f6f;
}

#pied{
	padding: 40px 0 0 0;
	text-align: center;
	font-size: 10px;
}

#pied a{
	color: #3b3b3b;
	text-decoration: none;
}

#debug {
	width: 974px;
	margin: 0 auto;
	background: #cccccc;
	border: solid 3px #ff3f3f;
	text-align: center;
	font-weight: bold;
	padding: 3px 0;
	text-transform: uppercase;
	color: #ff3f3f;
}
div.fiche {
	font-size: 0.9em;
}
div.fiche>h3 {
	width: 475px;	
	padding: 2px 5px;
	margin: 10px 0 5px 136px;
	background: #a7a9ac;
	color: #ffffff;
}

div.fiche>img.produit {
	float: right;
	margin: 0;
	padding: 0;
}

div.fiche>ul {
	margin: 0 5px 0 151px;
	padding: 0 5px;

}
div.fiche>a {
	float: left;
	display: block;
	width: 134px;
	text-decoration: none;
	text-align: center;
}
div.fiche>a>img {
	border: none;
	margin: 0 0 5px;
}
div.fiche>a>span {
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 0.9em;
	display: inline-block;
	padding: 0 10px;
}
	
div.documents>h3 {
	padding: 2px 5px;
	margin: 10px 0 5px;
	background: #a7a9ac;
	color: #ffffff;
}

div.documents h5 {
	padding: 0 0 2px;
	margin: 0 5px;
}
div.documents h4 {
	padding: 5px 0 2px;
	margin: 0 5px;
}
div.documents ul {
	list-style: none;
	margin: 0 5px 5px;
	padding: 0;
	font-size: 0.9em;
}

div#pagination {
	padding: 2px 5px;
	margin: 10px 0 5px;	
	background: #a7a9ac;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}

div#pagination>a {
	display: inline-block;
	margin: 0 3px;
	color: #ffffff;
	text-decoration: none;
}
div#pagination>span {
	display: inline-block;
	margin: 0 3px;
	color: #cccccc;
}
div#pagination>span.actif {
	color: #ffffff;
	text-decoration: underline;
}

div#popup {
	display: none;
	position: absolute;
	width: 668px;
	top: 190px;
	left: 156px;
	min-height: 200px;
	border: solid 1px #000;
	background: #fff;
	padding: 0;	
}
/*
div#popup div.colonnes {
	-moz-column-count: 2;
	-webkit-column-count: 2;
}
div.colonnes {
	-moz-column-count: 4;
	-webkit-column-count: 4;
}
*/
div#popup>div {
	clear: both;
	padding: 3px 20px 0 0px;
}
div#popup>div>div.documents {
	background-repeat: no-repeat;
	background-position: 0 80px;
	padding: 0 0 30px 147px;
}	

div#popup>div>div.documents>p {
	font-weight: bold;
	margin: 10px 5px 5px;	
	padding: 0;
}
div#popup>a#btfermer {
	display: block;
	float: right;
	width: 14px;
	height: 14px;
	margin: 5px 10px 0 0;
	background: url('../../images/fermer.jpg');	
}

div#popup>div>img#fiche_logo {
	float: left;
	margin: 0;
}

#editeurcms {
	background: #ffffff;
}

