/**
* Contenu général
*/

html {
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #3e7eaa;
	font-size: 13px;
	background-color: #3675A1;
}

img {
	border: none;
}

* {
	outline: none;
	font-family: Arial;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.clear {
	clear: both;
}

.vAlign {
	vertical-align: middle;
}

.aRight {
	text-align: right;
}

.note {
	color: #000;
	font-size: 10px;
}

.fixMargin {
	margin: 0;
	padding: 0;
	width: 5px;
}

div#global {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	min-height: 100px;
	position: relative;
}

div#gradient {
	margin: 0;
	padding: 0;
	top: 0;
	left: -1550px;
	width: 2000px;
	height: 810px;
	background: url('./../images/gradient.jpg') repeat-x;
	position: absolute;
}

/**
* Header
*/

div#header {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 102px;
	background: url('./../images/header_index.jpg') no-repeat;
	position: relative;
}

.header1 {
	background: url('./../images/header_1.jpg') no-repeat !important;
}

.header2 {
	background: url('./../images/header_2.jpg') no-repeat !important;
}

.header3 {
	background: url('./../images/header_3.jpg') no-repeat !important;
}

.header4 {
	background: url('./../images/header_4.jpg') no-repeat !important;
}

.header5 {
	background: url('./../images/header_5.jpg') no-repeat !important;
}

div#header h1 {
	margin: 0;
	padding: 0;
	top: 10px;
	left: 23px;
	text-indent: -9999px;	
	position: absolute;
}

div#header h1 a {
	margin: 0;
	padding: 0;
	width: 230px;
	height: 80px;
	display: block;
}

div#header h2 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;	
}

/**
* Content
*/

div#container {
	margin: 0;
	padding: 0;
	width: 1000px;
	min-height: 680px;
	background: url('./../images/content.jpg') no-repeat;
	position: relative;
}

div#leftColumn {
	margin: 0;
	padding: 0;
	width: 368px;
	position: relative;
}

div#rightColumn {
	margin: 0;
	padding: 0 5px 0 0;
	width: 627px;
}

div#content {
	margin: 4px 0 0 0;
	padding: 0 10px;
	width: 607px;
	min-height: 570px;
	background: #FFF url('./../images/header_content.jpg') no-repeat;
	position: relative;
}

div#content a {
	text-decoration: underline;
	color:#6D071A;
}

div#content a:hover {
	text-decoration: none;
}

div#content h3 {
	margin: 0;
	padding: 10px 0 10px 0;
	font-size:25px;
	color:#009966;
	font-weight:100;
	height:30px;
}


div#contentFooter {
	margin: 0;
	padding: 0;
	width: 627px;
	height: 38px;
	background: url('./../images/footer_content.png') no-repeat;
	position: relative;
}

/**
* Footer
*/

div#footer {
	margin: 0 0 10px 0;
	padding: 5px 20px 0 0;
	width: 980px;
	color: #002143;
	text-align: right;
	position: relative;
}

div#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

div#footer li {
	margin: 0;
	padding: 0 0 0 5px;   
	float: left;
}

div#footer li a {
	margin: 0;
	padding: 0 0 0 5px;   
	color: #002143;
}

/**
* Sous menu
*/

div#sMenuContent {
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	position: absolute;
}

div#sMenuContent ul {
	margin: 0;
	padding: 5px 5px 0 0;
	list-style-type: none;
}

div#sMenuContent li {
	margin: 0;
	padding: 0;
	color: #FFFF30;
	text-align: right;
}

div#sMenuContent li a {
	color: #FFFF30;
	font-size: 13px;
	font-weight: bold;
}

li#titleMenu {
	padding: 0 0 10px 0 !important;
	font-size: 14px;
	font-weight: bold;
}

table {


 border-color:#CCCCCC;

 }
td { 


 border-color:#CCCCCC;

 }

