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

html {
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #586A76;
	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;
}

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;
}

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: 650px;
	background: url('./../images/content_index.jpg') no-repeat;
	position: relative;
}

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

div#rightColumn {
	margin: 0;
	padding: 5px 10px 0 390px;
	width: 232px;
}

div#content {
	margin: 0;
	padding: 0;
	width: 232px;
	min-height: 430px;
	position: relative;
}

/**
* Footer
*/

div#footer {
	margin: 0;
	padding: 0 10px 0 0;
	width: 990px;
	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;
}

/**
* Bloc agenda et actu
*/

div#agenda {
	margin: 0;
	padding: 0;
}
div#agendaHeader {
	margin: 0;
	padding: 0;
	width: 232px;
	height: 26px;
	background: url('./../images/agenda_header.png') no-repeat;
}

div#agendaContent {
	margin: 0;
	padding: 5px 10px 30px 10px;
	width: 212px;
	min-height: 129px;
	background: url('./../images/agenda_content.png') bottom no-repeat;
	position: relative;
}

div#actu {
	margin: 0;
	padding: 0;
}

div#actuHeader { 
	margin: 0;
	padding: 0;
	width: 232px;
	height: 24px;
	background: url('./../images/actu_header.png') no-repeat;
}

div#actuContent {
	margin: 0;
	padding: 5px 10px 30px 10px;
	width: 212px;
	min-height: 174px;
	background: url('./../images/actu_content.png') bottom no-repeat;
	position: relative;
}

div#agendaContent p, div#actuContent p {
	margin: 9px 0;
}

div#actuContent a {

color: #FFFF30;
	font-size: 12px;
}

div#agendaContent a {
	/*color: #FFFF30;*/
			color: #FFFF30;
	font-size: 12px;
}

.link {
	bottom: 15px;
	left: 10px;
	text-decoration: underline;
	position: absolute;
}

div#scroll-bloc {
	padding: 8px 10px;
	top: 366px;
	left: 280px;
	width: 198px;
	height: 43px;
	color: #002143;
	font-size: 11px;
	background: url('./../images/scroll_bloc.png') no-repeat;
	overflow: hidden;
	position: absolute;
}

div#fixed-bloc {
	top: 370px;
	left: 560px;
	width: 180px;
	height: 50px;
	color: #000080;
	font-size: 17px;
	text-align: center;
	position: absolute;
}
