/* Général */
body {
	color: #F0E39E;
	background: white;
}
a {
	color: black;
}
a:hover, a:focus {
	color: #FF6533;
}
strong {
	color: #A1B55D;
}

/* Page */
#global {
	background-image:url(./images/back.png);
}

/* En-tête */
#petiteentete{
	color:black;
}
#entete {
	color:black;
}

/* Navigation */
#navigation {
	background: #110066;
	border:1px solid black;
	FONT-WEIGHT:bold;
}
#navigation a {
	color:white;
}
#navigation a:hover, #navigation a:focus {
	color: #FF6533;
}

/* left */
#left {
	color: black;
}
/*#left a {
	color: black;
}*/
#left a:hover, #left a:focus {
	color: #FF6533;
}

/* right */
#right {
	color: #CCC;
}
#right a {
	color: black;
}
#right a:hover, #contenu a:focus {
	color: #FF6533;
}
#right strong {
	color: #181A12;
}

/* Pied de page */
#pied {
	color: black;
	text-align:center;
}

/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 0;
}
#global {
	overflow: hidden; /* -> 3 */
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/* En-tête */
#petiteentete{
	padding-right:20px;
	text-align: right;
}
#petiteentete a{
	text-decoration: none;
}
#entete {
	padding: 15px 20px 10px 20px;
}
#entete h1 {
	margin: 0;
	font-variant:small-caps;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/* Menu de navigation */
#navigation {
	padding: 5px 15px;
}
#navigation ul {
	margin: 0;
	list-style: none;
	text-align: center;
}
#navigation li {
	display: inline;
}
#navigation a {
	padding: 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

/* left */
#left {
	width: 62%; /* -> 4 */
	padding:20px;
	float: left;
}
#left ul {
	margin: 0;
	padding: 20px 10px;
	list-style: none;
}
#left a, #right a{
	display: block;
	height: 1%; /* -> 5 */
	padding: 6px 6px 6px 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

/* right */
#right {
	margin-left: 64%; /* -> 6 */
	padding: 10px 20px;
	text-align:center;
}
#right > :first-child {
	margin-top: 10px;
}
#right p, #right li {
	line-height: 1.5;
}

/* Pied de page */
#pied {
	padding: 15px 20px;
	font-size: .85em;
}
#pied p {
	margin: .5em 0;
}
#copyright {
	text-align: left;
	font-size: 1em;
}

/* */
.nav{
	border-collapse:collapse;
}
.navhead{
	padding: 3px 3px 0 5px;
	border:black 1px solid;
	text-align: left;
	background-color:#000033;
	color:#99bbcc;
}
.navhead h3 a{
	color:white;
} 
.navitem{
	padding: 3px 3px 3px 3px;
	border-bottom:black 1px solid;
	border-right:black 1px solid;
	border-left:black 1px solid;  
	font-size:8pt;
	font-weight: normal;
	text-align:justify;
	background-color:#eee;
	color:black;
}
.navitem .pag{
	background-color:#000033;
	color:white;
}
.navitem .pag tbody tr th a{
	color:white;
}
.Boutton {
	background-image: url(images/ombre.gif);
	font-family: Tahoma;
	font-size: 12px;
	color: #787878;
	border: 1px solid #787878;
	background-color:#999;
}
.titreTable{
	vertical-align:top;
	background-color:#eeeedd;
	color:black;
	font-weight:bold;
	padding:2px 2px 2px 2px ;
	border: 1px solid #787878;
}
.infoTable{
border: 1px solid #787878;
	vertical-align:top;
	color:black;
}
#left a img, #liste a img {
	border: 1px white solid;
	filter : alpha(opacity=100);
    -moz-opacity : 1;
    opacity : 1;
}
#left a img:hover,#left a img:focus, #liste a img:hover,#liste a img:focus {
	border: 1px #FF6533 solid;
	filter : alpha(opacity=80);
    -moz-opacity : 0.8;
    opacity : 0.8;
}