/* CSS For VALABLE Browser, not for this **** of MSIE */

body {
	background-color: #1576b2;
	font-family: Verdana;
	font-size: 14px;
	color: #000055;
	margin: 0px;
	background-image: url(../images/back/degrad-background.png);
	background-repeat: repeat-x;
}

/* Tableau tete-de-page */

.TopTable {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../images/borders/shadow-full.png);
	width: 950px;
	height: 100px;
}

.Top {
	float: left;
	background-image: url(../images/back/top-gradient.png);
	background-repeat: repeat-x;
	color: #EEEEEE;
	width: 475px;
	height: 100px;
}

.TopLogo {
	float: left;
	background-image: url(../images/back/top-gradient.png);
	background-repeat: repeat-x;
	text-align: center;
	width: 475px;
	height: 100px;
}

.FadeText {
	font-weight: bold;
	font-size: 20px;
	position: relative;
	width: 75px;
	top: 0px;
	left: 0px;
}

.logo-reflect {
	background-image: url(../images/logos/logo-reflect.png);
	height: 105px;
	width: 330px;
	margin-left: auto;
	margin-right: auto;
}

/* Séparation */

.InterTopTable {
	height: 14px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../images/borders/shadow-full.png);
}

.InterDroite {
	float: left;
	color: #FFFFFF;
	background-color: #004082;
	width: 470px;
	font-size: 10px;
	padding-right: 5px;
	text-align: right;
}

.InterGauche {
	float: left;
	color: #FFFFFF;
	background-color: #004082;
	width: 470px;
	font-size: 10px;
	padding-left: 5px;
	text-align: left;
}

/* Tableau central */

.CenterDiv {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../images/borders/shadow-full-center.png);
	background-repeat: repeat-y;
	width: 950px;
	min-height: 850px;
}

.CenterCadre {
	background-image: url(../images/back/border.png);
	background-repeat: no-repeat;
	width: 730px;
	padding-top: 30px;
	padding-left: 10px;
	min-height: 680px;
	float: left;
}

.Menu {
	width: 200px;
	overflow: hidden;
	float: left;
	min-height: 600px;
}

.MenuImage {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	height: 128px;
	width: 128px;
	background-repeat: no-repeat;
	background-position: center;
}

.MenuLoading {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	height: 128px;
	width: 128px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/menu/loading.gif);
}

/* Tableau bas-de-page */

.BottomDiv {
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../images/borders/shadow-full.png);
	width: 950px;
}

.Bottom {
	background-image: url(../images/back/bottom-gradient.png);
	width: 360px;
	height: 85px;
	color: #FFFFFF;
	float: left;
	text-align: center;
	padding-top: 15px;
}

.BottomCotes {
	background-image: url(../images/back/bottom-gradient.png);
	height: 55px;
	width: 295px;
	color: #FFFFFF;
	float: left;
	text-align: center;
}

.BottomLeft {
	height: 55px;
	padding-top: 45px;
}

.BottomRight {
	height: 65px;
	padding-top: 35px;
}

.BottomLogo {
	background-image: url(../images/logos/logo-50h.png);
	width: 359px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
}

/* Menu */

.MenuTable {
	background-color: #EEEEEE;
	width:200px;
}

.ButtonMenu {
	color: #000000;
	text-indent: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: solid #E0E0E0;
	border-bottom: solid #E0E0E0;
	border-width: 1px;
}

.ButtonMenuHover {
	letter-spacing: 2px;
	background-color: #EAEAEA;
	color: #000000;
	text-indent: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: solid #E0E0E0;
	border-bottom: solid #E0E0E0;
	border-width: 1px;
}

/* Links */
a:link, a:visited, a:active {
	color: #000088;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

/* Pages */
.links {
	background-image: url(../images/borders/links.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

/* Onglets */
.onglets_start {
	background-image: url(../images/onglets/first.png);
	margin-left: 134px;
}

.onglets_start:hover {
	background-image: url(../images/onglets/first_hover.png);
}

.onglets {
	height: 30px;
	width: 37px;
	float: left;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #000088;
	padding-top: 6px;
}

.onglets_middle {
	background-image: url(../images/onglets/middle.png);
}

.onglets_end {
	background-image: url(../images/onglets/end.png);
}

.onglets_middle:hover {
	background-image: url(../images/onglets/middle_hover.png);
}

.onglets_end:hover {
	background-image: url(../images/onglets/end_hover.png);
}

input, textarea {
	border:1px solid #CBCBCB;
}

input:focus, textarea:focus, input:hover, textarea:hover {
	border:1px solid #999;
	background:#F6F6F6;
}

.images_text {
	opacity: 0.8;
	background-color: #FFFFFF;
	width: 95%;
	border: 1px #ACACAC solid;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 75px;
}

.text_area {
	width: 400px;
	height: 60px;
}

#sound_light {
	background-image: url(../images/objects/back_sound.png);
	background-repeat: no-repeat;
	width: 450px;
	height: 544px;
	padding: 85px 75px 0 75px;
	margin-left: auto;
	margin-right: auto;
}
