/* Fichier CSS pour Representum */
#container {
	width: 750px;
	margin: 0 auto;
	font-family: "Courier New", Courier, monospace, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color:#FFFFFF;
	line-height: 1.6em;
}
/* Les titres */
h1 {
	font-family: tahoma, sans-serif; /* Titre*/
	font-weight:bolt;
	font-size: 30px;
	color:#0000FF;
	background-color:inherit;
	margin-bottom:30px;
	text-align:center
}
h2 {
	font-family: Arial, Helvetica, sans-serif; /* Titre paragraphe*/
	font-weight:bolt;
	font-size: 16px;
	color:#000000;
	margin-top:15px;
	margin-left:5px;
	text-align:center;
	margin-bottom:0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif; /* Titre paragraphe*/
	font-weight:bolt;
	font-size: 14px;
	color:#000000;
	margin-top:0px;
	margin-left:5px;
	margin-bottom:0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif; /* Titre paragraphe*/
	font-weight:bolt;
	font-size: 12px;
	color:#000000;
	margin-top:0px;
	margin-left:5px;
	margin-bottom:0px;
	text-align:center;
}
h5 {
	font-family: tahoma, sans-serif; /* Titre paragraphe*/
	font-weight:bolt;
	font-size: 12px;
	color:#0000FF;
	margin-top:0px;
	margin-left:200px;
	margin-bottom:0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	margin-top:0px;
	margin-left:200px;
	margin-bottom:0px;
}
a {
	color:#0000FF;
	text-decoration:none;
}
a:hover {
	color:#FF9933;
	background-color:#C0DCED;
}
b {
	color:#888888;
	text-decoration:none;
	font-size: 11px;
	margin-left:200px;
}
/* HEADER STUFF */
#header {
	clear: both;
	margin-bottom: 0px;
	background-color: #CAE2F0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
/*	border-top-style: dashed;
	border-right-style: dashed;
	border-left-style: dashed; 	*/
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#header p {
	color: #666666;
	margin-top: -15px;
	margin-left: 30px;
	font-size:16px;
}
#header img {
	padding-right:2px;
	height:75px; /* Just makes sure the image will not extend the header */
	float:right;
}
/* Bandeau de navigation */
#navigation {
	background-color:#00CCFF;/* bandeau bleu*/
	border-right-width: 1px;
	border-left-width: 1px;
/*	border-right-style: dashed;
	border-left-style: dashed;	*/
	border-right-color: #666666;
	border-left-color: #666666;
	float:left;
	width:750px;
	margin-top:0px;
	margin-bottom:0px;
}
#navigation ul {
	margin-top:3px;
	margin-bottom:0px;
	list-style-type: none;
	font-size:12px;
	margin-bottom:0px;
}
#navigation ul li {
	display:inline;
	padding-left:11px;
	padding-right:11px;
}
#navigation a:link, #navlist a:visited {
	color:#333333;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation a:hover {
	background-color:#666666;
	color:#FFFFFF;
}
/* Contenu */
#content {
	width:750px;
	float:left;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color: #CAE2F0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
/*	border-right-style: dashed;
	border-left-style: dashed;	*/
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#content img {
	padding-right:10px;
	padding-left:9px;
	float:right;
}
#content p {
	font-family: Arial, Helvetica, sans-serif; /* Titre paragraphe*/
	font-size: 11px;
	margin-left:110px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:25px;
	padding-top:5px;
	margin-bottom:5px;
	margin-top:0px;
}
/*pied de page*/
#footer {
	background-color: #CAE2F0;
	margin-top:10px;
	margin-bottom:0px;
	font-size:90%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
/*	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;	*/
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	float:left;
	width:750px;
}
#footer p {
	margin:0;
	color:#666666;
	padding: 2px;
}		
#footer p a {
	color: #89817f;
	border-bottom: 1px;
}		
#footer p a:hover {
	color: #FF6600;
	background-color:#575352;
}
/* fin */
