
/* Les Éléments Généraux
--------------------------------------------------------------------------------------- */

*{margin:0; padding:0;}

body {
	background: #175f9d url(/images/bg.gif) repeat-x top;
	color: #155e9c;
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
}

img {border: 0;}

a, a:active, a:focus {outline:none;}
a:active {color: #ff0000;}

h1 {
	width: 760px;
	color: #155e9c; 
	font: 11px/11px Verdana, Arial, Helvetica, sans-serif;
	padding: 8px 0 7px 0;
	margin: 0 auto;
}
h2 {
	background: #739ec4;
	color: #fff;
	font: bold 14px/14px Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	padding: 8px 10px;	
	margin: 0 0 10px 0;
}
h3 {
	font: bold 14px/20px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 10px 10px 10px;
}
h4 {
	font: bold 13px/15px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 10px;
}

h5, h6 {margin: 0 10px;}

.clear {clear: both;}
.fright {float: right;}
.fleft {float: left;}
.img-left {
	float: left; 
	margin: 0 10px 10px 0; 
}
.img-right {
	float: right; 
	margin: 0 0 4px 8px;
}

.red {color: #ee3124;}

h3 span {font-size: 12px; line-height: 12px;}
h4 span {font-size: 12px; color: #155e9c;}



/* Le Container
--------------------------------------------------------------------------------------- */

#page {
	width: 760px;
	background: #fff url(/images/bg-page.gif) repeat-y;
	margin: 0 auto;
}



/* Le Header
--------------------------------------------------------------------------------------- */

#header {
	height: 290px;
	background: url(/images/bg-header.jpg) no-repeat;
	font: bold 14px/14px Arial, Helvetica, sans-serif;
}

#header a {color: #fff; text-decoration: none;}
#header a:hover {color: #d0dfeb;}

/*--- Menu ---*/

#header ul {
	list-style: none;
	text-align: center;	
	padding: 260px 0 0 0;
}

#header li {
	color: #fff;
	font-weight: bold;
	padding: 0 10px;
	display: inline;
}

/*--- Fin Menu ---*/



/* Le Contenu
--------------------------------------------------------------------------------------- */

#content {
	width: 374px;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	float: left;
}

#contentfull {

	width: 590px;
	background: #fff;
	border-left: 2px solid #fff;
	float: left;
}

#content p{
	text-align: justify;
	margin: 0 10px 12px 10px;
}

#contentfull h1{
	width: 570px;
	font: bold 14px/14px Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	padding: 8px 10px;	
	background: #d0dfeb;
	color:#165d9d;
	margin: 0 0 10px 0;
	text-align: justify;
}

#contentfull p {
	text-align: justify;
	margin: 0 15px 12px 15px;
}

#contentfull h3 {margin: 0 15px 3px 15px;}
#contentfull h4 {margin: 0 15px;color: #ee3124; padding:3px 0 10px 0;}

#contentfull h4.special {
	background: #d0dfeb;
	color:#165d9d;
	padding: 5px 10px;
	margin: 0 0 10px 0;
}

#content a, #contentfull a {color: #ee3124; text-decoration: none;}
#content a:hover, #contentfull a:hover {color: #155e9c;}

#content ul, #contentfull ul {margin: 0 10px 15px 40px;}

#content ol, #contentfull ol {margin: 0 10px 15px 44px;}

#content table, #contentfull table {margin: 0 10px 15px 10px;}

img {	
	border: 2px solid #155e9c;
	padding: 3px;
}

/*--- Liste des équipements ---*/

#contentfull #equipement {
	list-style: none;
	margin: 0 15px 15px 15px;
}

#contentfull #equipement li {clear: both;}

#equipement h4 a {color: #155e9c;}
#equipement h4 a:hover {color: #ee3124;}

#equipement a img {margin-bottom: 15px;}

#equipement a:hover img {border: 2px solid #ee3124;}

#equipement br {
	clear: both;
}

#equipement .divequip {width: 440px;}
#equipement .divequip p, #equipement .divequip h4 {margin: 0;}

#equipement .divequip h1,#equipement .divequip h2,#equipement .divequip h3,#equipement .divequip h4,#equipement .divequip h5{width:420px;}

/*--- Fin Liste des équipements ---*/



/* La Sidebar de gauche
--------------------------------------------------------------------------------------- */

#sideleft {
	width: 164px;
	border-left: 2px solid #155e9c;
	float: left;
}

#sideleft img {margin: 0 0 20px 0;border: none; padding: 0;}

#sideleft span {
	width: 164px;
	height: 30px;
	background: #98b8d3;
	margin: 0 0 10px 0;
	display: block;
}



/* La Sidebar de droite
--------------------------------------------------------------------------------------- */

#sideright {
	width: 214px;
	text-align: right;
	float: left;
}

#sideright img {
	border-top: 1px solid #ee3124;
	border-bottom: 1px solid #ee3124;
	border-right: none;
	border-left: none;
	padding: 0;
	margin: 0 0 10px 0;
}

#sideright a {
	color: #155e9c;
	text-decoration: none;
}

#sideright a:hover {
	color: #ee3124;
	text-decoration: underline;
}

#sideright h2 {background: #ee3124;}
#sideright h3 {margin: 0 10px 10px 10px;padding:0;}

#sideright p {margin: 0 10px 10px 10px;}

#sideright ul {
	list-style: none;
	margin: 0 10px;
}

#sideright li {
	border-left: 2px solid #155e9c;
	text-align: left;
	padding: 0 5px;
	margin: 0 0 10px 0;
}



/* Le Footer
--------------------------------------------------------------------------------------- */

#footer {
	background: #155e9c;
	color: #fff;
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	clear: both;
}

#footer p{
	width: 542px;
	text-align: right;
	padding: 10px 0;
}

#footer a {color: #fff; text-decoration: none;}
#footer a:hover {text-decoration: underline;}

#footer a#top {
	background: #ee3124; 
	border: 1px solid #fff;
	padding: 6px 16px;
	position: absolute;
	top: -15px;
	right: 2px;
}

#footer img {
	position: absolute;
	border: none;
	padding: 0;
	top: -39px;
	left: 40px;
}

#copyright {
	width: 760px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding: 10px 0;
	margin: 0 auto;
}

#copyright a {color: #fff; text-decoration: none;}
#copyright a:hover {text-decoration: underline;}

#divequip a{color:#FFF;}

#marquee{
	background: #d0dfeb url(/images/bg.gif) 0px -316px repeat-x;
	border-bottom: 4px solid #155e9c;
	padding: 6px 15px;
	font-size: 11px;
}
#marquee div{
	width: 730px;
	overflow: hidden;
	position: relative;
}
#marquee p{
	display: block;
	white-space: nowrap;
	
	height: 18px;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}
#marquee p span{
	position: absolute;
	left: 0px;
}
#marquee p span a{
	position: relative;
	margin-right: 760px;
}
#marquee p span a.dernier{margin-right: 20px;}
#marquee p span a{
	color: #0e4c85;
	text-decoration: none;
}
#marquee p span a:hover{
	color: #062c4f;
	text-decoration: underline;
}
