html {
	text-align: center;
	margin:  0 auto;
	height: 100%;
}

body {
	margin: 0;
	background: white;
}

div#site{
	margin: 0 auto;
	padding: 0;
	background: url(img/background.gif) left repeat-y;
	color: #577297;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	width: 770px;
	height: 100%;
	text-align: left;
	position: relative;
}

img {
	border: 0;
}

/*
div#texte img {
	background: #f3f3f3;
	padding: 5px;
	border:  1px solid #dedede;
}
*/

h1 {
	margin: 0;
	padding: 0;
	height: 159px;
	color: #000;
	position: relative;
}

h1 span {
	background: url(img/aeo-eg7.jpg) no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
}

h2, h3, h4, h5, h6 {
	clear: both;
}

body#eg7 h2,
body#eg7 h3,
body#eg7 h4,
body#eg7 h5,
body#eg7 h6,
body#eg7 strong {
	color: #2e5879 !important;
}

body#eg7 h3 {
	padding-top: 20px !important;
	margin-top: 10px !important;
	border-top: 5px solid #2e5879;
}

h2#main {
	margin: 10px 0 0 200px;
	padding: 10px;
	background: url(img/text_header.gif) top left no-repeat #EDECED;
	width: 551px;
	position: relative;
	top: -45px;
}

h2#main span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding-left: 10px;
	border-left: 20px solid #336699;
	text-transform: uppercase;
}

body#eg7 h2#main span {
	border-left-color: #2e5879;
}

hr {
	clear: both;
	height: 1px;
	background-color: #577297;
	color: #577297;
}

hr.clear {
	visibility: hidden;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px; 
	padding-left: 10px;
	border-left: 4px solid #369;
}

body#eg7 h3 {
	border-left-color: #2e5879;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px; 
	border-bottom: 1px solid #369;
}

body#eg7 h4 {
	border-bottom-color: #2e5879;
}

h5 {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	margin-left: 60px;
}

h6 {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	margin-left: 60px;
}

div#menu {
	margin: 0;
	background: url(img/menu_background.gif) left repeat-y;
	width:  158px;	
	position: absolute;
	top: 160px;
	left: 0;
}

div#menu div {
	margin: 0;
	background: url(img/menu_header.gif) top left no-repeat;
	padding-top: 28px;
}

div#menu ul {
	background: transparent;
	margin: 0;
	padding-left: 0;
	padding-bottom: 125px;
	background: url(img/menu_footer.gif) bottom no-repeat;
	font-size: 10px;
}

div#menu li {
	display: block;
	list-style: none;
	margin: 2px 5px 2px 10px;
}

div#menu a {
	display: block;
	padding: 2px;
	text-decoration: none;
	color: black;
	background: transparent;
}

div#menu a:hover {
	background: #2e5879;
	color: white !important;
}

div#menu li.link-eg7 a {
	color: #2e5879;
	font-weight: bold;
}

div#navigation {
	width: 571px;
	margin: 0 0 10px 200px;
	position: relative;
	top: -50px;
}

div#navigation ul {
	display: inline;
/*	position: absolute;
	top:  105px;
	left: 200px;
*/	
	padding: 0;
}

div#navigation li {
	margin: 6px 4px;
	display: block;
	float: left;
}

div#navigation li a {
	width: 100%;
	height: 100%;
	-moz-border-radius: 4px;
	background: #ccc;
	color: black;
	text-decoration: none;
	padding: 4px;
}

div#navigation li a:hover {
	background: black;
	color: white;
}

div#navigation li a#current {
	background: #577297;
	color: white;
}

body#eg7 div#navigation li a#current {
	background: #2e5879 !important;
	color: white;
}

div#texte {
	width: 571px;
	margin: 0 0 0 200px;
	background: #EDECED url(img/text_footer.gif) bottom no-repeat;
	padding-bottom: 63px;
	position: relative;
	top: -45px;
}

div#texte > div {
	padding: 10px 10px 0 10px;
}

p#copyright {
	margin:  0;
	width: 770px;
	font-size: 10px;
	text-align: right;
	padding: 0 0 50px 0;
	background: url(img/footer.gif) no-repeat bottom;
}

div#chapo {
	padding: 20px;
	background: #C9D4E5;
	border: 1px solid #577297;
}

abbr,
acronym,
dfn {
	background-color: transparent;
	color: #577297;
	cursor: help;
	border-bottom: 1px dashed #577297;
}

.small, .petit {
	font-size: 10px;
}

.left {
	float: left;
	margin: 0 20px 20px 0;
}

.right {
	float: right;
	margin: 0 0 20px 20px;
}


.center {
	text-align: center;
	margin: auto;
}

.droite {
   text-align: right;
}

fieldset {
	margin: 10px;
	padding: 20px;
	border: 1px solid #577297;
}

legend {
	background-color: transparent;
	font-weight: bold;	
	color: #577297;
}

th {
	background-color: #577297;
	color: white;
	font-weight: bold;	
	text-align: left;
	padding: 4px;
}

td {
	padding: 4px;
}

input[type=text], input[type=password], textarea {
	background: #fff;
	padding: 2px;
	border: 1px solid #577297;
}

blockquote {
	float: right;
	margin: 10px 0 10px 10px;
	padding: 5px;
	background: #C9D4E5;
	border: 1px solid #577297;
}

body#eg7 blockquote {
	float: none !important;
	margin: 10px 0 !important;
	background: #d1e6f5 !important;
	border: 1px solid #2e5879 !important;
	color:  #2e5879 !important;
	text-align: center;
}

img.icone {
	vertical-align: middle;
}

.error {
	border: 1px solid red !important;
	padding: 2px;
	font-weight: bold !important;
	background-color: #ffe4e1 !important;
	color: red;
}

input.error {
	font-weight: normal !important;
	color: #000 !important;
}

ul.error li {
	margin-left: 20px;
}

fieldset th {
	width: 200px;
}

strong.required {
	color: #f00;
}

#documents {
	margin: 0;
	padding: 0;
}

#documents li {
	padding: 5px 2px;
	border-bottom: 1px solid #d3d3d3;
}

#downloads h3,
#downloads h4 {
	margin: 20px 0 0 0;
}

table#index {
	width: 100%;
}

table#index tr {
	border-bottom: 1px solid #9f9f9f;
}

table#index tr.even {
	background-color: #f0f7ff;
	color: #000;
}

table.details td {
	background-color: #fff;
	color: #000;
}

dt {
	font-weight: bold;
}

.download {
	clear: both;
	padding: 2px;
	border: 1px solid #369;
	color: #000;
	text-align: center;
	background-color: #f0f7ff;
}


table#galerie {
	border: 1px solid #369;
}

table#galerie caption {
	background-color: #369;
	color: white;
	font-weight: bold;
}

table#galerie td {
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	background: #fff;
}

table#galerie img.thumb {
	margin: auto;
	background: #fff;
	padding: 2px;
	border: 1px solid black;
}
