/* balises html */
* {
	margin: 0;
	padding: 0;
}
body, input, font {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 0.688em; /* 11px/16 */	
}
body {
	color: #000000;
	background: #FFF;
}
a {
	text-decoration: none;
}
p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	line-height: 1.5em;	
}
img {
	border-style: none;
}
font{
	font-size: 1em !important;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
 height: 1px; 
	border-right: 0; 
	border-bottom: 0; 
	border-left: 0;	
	clear: both;
}
caption {
	display: none;
}

/* boites par ordre d'apparition */
#container {
 width: 960px;
	margin-top: 0.5em;
	margin-left: 2em;	
}

/* en tete */
#header {
	margin-bottom: 1.1em;	
	clear: both;	
}

#logo {
	text-align: right;
}

#nav {
	margin-left: 16px;
	text-transform: uppercase;
}
#nav li {
	display: inline;
	line-height: 2em;	
}
#nav a {
	color: #a8a37b;
	border-left: 1px solid #a8a37b;
	border-top: 1px solid #a8a37b;		
	padding: 0.4em 2em;
}
#nav a.last {
	border-right: 1px solid #a8a37b;
}
#nav a:hover, #nav a.on {
	background: #99141b;
	color: #fff;
}

#title {
	border-left: 16px solid #99141b;
	text-transform: uppercase;
	color: #99141b;
	background: #a8a37b;
	height: 4em;

	padding-left: 16px;
}
#title h1  {
	float: left;
	padding: 0 0.5em;
	margin: 0.5em 0;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	letter-spacing: 1px;
	font-size: 2em;
	font-weight: normal;
}

/* contenu */
#content {
	margin-bottom: 1.1em;
}
#content.marge {
	width: 944px;
	border-left: 16px solid #99141b;
	background: #003063 url(../../images/$file/marge-gauche.gif) repeat-y left top;
	color: #FFF;
	padding: 0 0 2em;
}
#content.marge a{
	color: #AFC1D7; /* */
}
#content.marge a:hover{
	color: #f00;
}
#contenu {
	padding-left: 230px;
	padding-right: 2em;
}
#context {
	padding: 1em 0;
}
#context li{
	display: block;
	list-style: none;
	padding-top: 0.5em;
}

/* pied de page */
#footer {
	background: #a8a37b;
	padding: 0.5em 0.5em 0.5em 16px;
	margin-bottom: 1em;
 height: 1.2em;	
}
#footer ul {
	float: left;
}
#footer ul.liens {
	float: right;
}
#footer li { 
	display: inline; 
}
#footer a {
	color: #000;
	font-size: 1em;	
	padding: 0.1em 1.5em 0.1em 0;
}
#footer a:hover {
	color: #FFF;
}


/* objets générique */
.rupture {
	clear: both;
}
.note {
	font-size: 0.95em;	
}
a.pdf{
	background: url(../../images/$file/ico-pdf.gif) no-repeat 100% 50%;
	padding-right: 14px;	
}
a.form{
	background: url(../../images/$file/ico-form.gif) no-repeat 100% 50%;
	padding-right: 14px;	
}

/* credits & astuces : credits.txt, meme niveau */