/* CSS Document */

body {
	color: #FFFFFF;
	margin: 0px;
	background-color: #2A4F79;
	background-image: url(graphisme/background_site.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

html, body {
    height: 100%;
	margin: 0px;
}


/* ----------------------------------------------------------------*/


.titre_bleu, td .titre_bleu a {
	color: #32B2E8;
	font-size: 14px;
	font-weight: lighter;
	font-style: normal;
}
td .titre_bleu a {
	text-decoration: underline;
}
#gauche .titre_bleu {
	color: #0099FF;
}
td {
	vertical-align: top;
}

.titre_blanc {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
}

.redac_gauche {
	color: #94CDD9;
	font-size: 11px;
}

.redac_droite {
	color: #CEDBDE;
	font-size: 11px;
}

.image_redac {
	border: 1px solid #C2D3D8;
	margin-top: 5px;
	margin-bottom: 5px;
}

#back_point {
}

#banner {
	height: 200px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#container, #containerFull {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #D0F7FF;
	margin-bottom: 0px;
	background-image: url(graphisme/back_container.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin-top: 1px;
}
#containerFull {
	background-repeat: repeat-x;
}

#menu {
	background: url(graphisme/menu_bg.gif) repeat-x top left;
	height: 48px;
	margin: 0px auto;
	padding: 0px 0px 0px 2px;
	width: 898px;
}
#menu a {
	background: url(graphisme/menu_bg_right.jpg) no-repeat top right;
	display: block;
	float: left;
	font-size: 10px;
	line-height: 48px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100px;
}
#menu object, #menu embed {
	margin-left: -2px;
}

#gauche {
	width: 270px;
	float: left;
	padding: 0px 15px;
	background: url(graphisme/back_point.gif) repeat-y top right;
}

#gauche_droite, #gauche_droiteFull {
	width: 880px;
	padding-left: 10px;
	float: left;
}


#droite {
	width: 580px;
	margin-left: 315px;
}

div.non_flottant {
	clear:both;
}
.left {
	float: left;
	margin: 0px 10px 5px 0px;
}
.right {
	float: right;
	margin: 0px 0px 5px 10px;
}

#bottom {
	color: #7AD6FF;
	height: 24px;
	text-align: center;
	width: 900px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6B89AC;
	border-bottom-color: #6B89AC;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
	background-color: #1C395A;
}
/* ----------------------------------------------------------------*/
.photoLegend {
	background-color: #6B89AC;
	line-height: 22px;
	padding: 0px;
	text-align: center;
}
.photo {
	border: 5px solid #6B89AC;
}
td {
	vertical-align: top;
}
.hr {
	background: url(graphisme/back_point_h.gif) repeat-x left center;
	clear: both;
	height: 20px;
}
hr {
	display: none;
}
blockquote {
	margin: 0px 0px 0px 20px;
}

/* ----------------------------------------------------------------*/

a img {
	border: none;
}

a {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* FORMULAIRE */
form {
	margin: 0;
}
form th {
	font-weight: normal;
	text-align: right;
}
form th, form td {
	vertical-align: top;
}

input, textarea {
	background-color: #E9EBEA;
	border: 1px solid #6B89AC;
	color: #333;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px;
	width: 200px;
}
textarea {
	height: 100px;
}
input.button {
	width: auto;
}

li {
	color: #78B5C8;
}
