@charset "utf-8";

/* CSS Document */
*{
/*---------------------------*/
/*-- TOUTES LES MARGES A 0 --*/
/*---------------------------*/
margin:0;
padding:0;
}
body{
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	background:#6f0012 url(../images/bg-sni.gif) top repeat-x;	
	color:#000;
	margin:0;
	padding:0;
}
body,html{
	height:100%; /*---obligatoire pour le footer---*/
}
p{
	text-align:justify;
	font-size:1.1em;
	margin:10px;
}
.img_float_right{
	float:right;
	margin-bottom:10px;
}
.img_float_left{
	float:left;
	padding-right:20px;
	margin-bottom:10px;
	padding-bottom:0;
}
#wrapper{
	position:relative;
	width:984px;
	margin:0 auto;
	border:solid 0px green;
	background:url(../images/shadow-sni.gif) top repeat-y;
}
.cleaner{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
table{
	padding:0;
	margin:0;
}
table td{
	vertical-align:top;
	padding:10px;
	border:solid 0px red;
	text-align:justify;
	font-size:1em;
	color:#767c80;
}
a img{border:none;}
table td p{padding:0;margin:0;}
table td img{margin:0;}

h2{
	font-weight:bold;
	color:#a19655;
}
h2 a{color:#a19655; text-decoration:underline;}
h2 a:hover{color:#f29200;}
h3{
	color:#767c80;
	font-weight:bold;
	text-decoration:none;
}
h3 a{color:#767c80; text-decoration:underline;}
h3 a:hover{color:#f29200;}

/*-----------------*/
/*-- BANDEAU TOP --*/
/*-----------------*/
#topper{
	background:url(../images/bg-top-accueil.jpg) no-repeat;
	height:230px;
}
#logo{
	position:absolute;
	top:0;
	left:20px;
}
#logo a img{
	border:none;
}
#search-box{
	position:absolute;
	top:6px;
	right:35px;
	color:#9ba1a5;
	font-size:1em;
	line-height:14px;
}
#search-box label{
	cursor:pointer;
	float:left;
	margin-right:5px;
	line-height:14px;
}
#zonesearch{
	height:12px;
	color:#9ba1a5;
	font-size:1em;
	border-top:solid 1px #8c8c8c;
	border-left:solid 1px #8c8c8c;
	border-right:solid 1px #cdcdcd;
	border-bottom:solid 1px #cdcdcd;
}
#btn-search{
	width:15px;
	height:14px;
	border:none;
	background:url(../images/btn-search.gif) no-repeat;
	cursor:pointer;
}
/*--------------*/
/*-- MENU TOP --*/
/*--------------*/
#menu-nav{
	position:absolute;
	top:50px;
	right:25px;
	border:solid 0px red;
	width:800px;
}
#menu-nav ul{
	height:34px;
	float:right;
	list-style-type:none;
	border:solid 0px red;
	display:inline;
}
#menu-nav ul li{
	display:block;
	float:left;
}
#menu-nav ul li#actif{
	background:url(../images/menu-actif.gif) repeat-x;
	border:solid 0px red;
}
#menu-nav ul li a{
	float:left;
	line-height:34px;
	height:34px;
	padding:0 20px 0 30px;
	background:url(../images/picto-menu-nav.gif) 15px 12px no-repeat;
	border-left:1px solid #fff;
	text-decoration:none;
	color:#000;
	font-size:1.1em;
	display:block;
}
#menu-nav ul li a:hover{
	text-decoration:underline;
}
/*-------------*/
/*-- CONTENT --*/
/*-------------*/
#content{/* padding = hauteur du footer */
	/*padding-bottom:54px;*/
	background:url(../images/bg-content-accueil.jpg) top no-repeat;
	min-height:369px;
	height:auto !important;
	height:369px;
}
a.suite{
	margin:5px 0 0 0;
	display:block;
	background:url(../images/puce-orange.gif) 0 2px no-repeat;
	color:#f29200;
	padding-left:15px;
}
a.suite:hover{
	text-decoration:none;
}
/*------------------*/
/*-- CONTENT LEFT --*/
/*------------------*/
#content-left{
	padding-left:27px;
	width:254px;
	padding-bottom:8px;
	float:left;
}
#content-left h2{
	color:#fff;
	font-size:1.8em;
	font-weight:normal;
	padding:4px 15px 0 16px;	
}
/*----------------*/
/*-- MENU LEFT --*/
/*--------------*/
#menu-left{
	width:197px;
	padding-left:30px;
	float:left;
	min-height:100px;
	height:auto !important;
	height:100px;
}
#menu-left h2{
	height:24px;
	background:url(../images/edito-h2-groupe-sni.gif) no-repeat;
	color:#fff;
	font-size:1.5em;
	font-weight:normal;
	padding:6px 15px 0 16px;
	border:solid 0px #000;
}
#menu-left ul{
	list-style-type:none;
	padding:10px 10px 0 20px;
	background:#fff url(../images/bg-menu-left.gif) repeat-y;
}
#menu-left ul li{
	border:solid 0px red;
	line-height:20px;
	padding-left:10px;
	background:url(../images/spacer-menu-left.gif) bottom no-repeat;
}
#menu-left ul li a{
	color:#676e72;
	font-size:1.1em;
	text-decoration:none;
}
#menu-left ul li a:hover{
	text-decoration:underline;
}
#menu-left ul li a.actif{
	color:#e20025;
	font-weight:bold;
}
#menu-left ul ul{
	padding:4px 0;
	background:url(../images/spacer-menu-left.gif) top no-repeat;
}
#menu-left ul ul li{
	padding-left:0px;
	background:none;
}
#menu-left ul ul li a{
	display:block;
	padding-left:10px;
	background:url(../images/square-grey.gif) 0 8px no-repeat;
}
#menu-left ul ul li a.actif{
	background:url(../images/square-red.gif) 0 8px no-repeat;
	font-weight:normal;
}
#menu-left #zone-bottom{
	background:url(../images/bg-bottom-menu-left.gif);
	height:18px;
}
/*--------------------*/
/*-- CONTENT RIGHT --*/
/*------------------*/
#content-right{
	width:672px;
	float:left;
	/*margin-left:227px;*/
}
#content-right h1{
	line-height:34px;
}
.object-center{text-align:center;}
#fil-ariane{
	color:#9aa0a4;
	font-style:italic;
	font-size:1em;
}
#fil-ariane a{
	font-style:normal;
	text-decoration:none;
	color:#9aa0a4;
}
#fil-ariane a:hover{
	text-decoration:underline;
}
/*-------------*/
/*-- FOOTER --*/
/*-----------*/
#footer{
	background:#d0d0d0 url(../images/bg-footer.gif) repeat-x;
	position:relative;
	/*margin-top:-54px;*/
	margin-left:20px;
	margin-right:20px;
	clear:both;
	height:59px;
	text-align:right;
	color:#e2001a;
	font-size:0.9em;
	padding-top:5px;
	border:solid 0px green;
}
#footer img.footer{
	float:right;
	margin-left:20px;
	margin-right:20px;
}
#footer p{
	margin-top:5px;
	margin-right:95px;
	text-align:right;
	color:#6e7376;
}
#footer #link{
	margin-top:10px;
}
#footer #link a{
	padding:0px 15px 0 15px;
	color:#e2001a;
	text-decoration:none;
	border:solid 0px red;
}
#footer #link a:hover{
	text-decoration:underline;
}
