/*Sommaire: 
- Menu haut
- Commentaires menu
- Block conteneur
- Lignes et retour ligne
- Element position droite, gauche et centre
- em, strong, small
- Paragraphe
- Introduction
- Liste de base, de definition et liste sommaire
- Tableaux et cellules
- Titres 1, 2, 3, 4
- Images
- Pied de page
- Couleurs
*/
body {background-color: #6D104F; padding: 0; margin: 0; text-align: center;}

/*menu haut*/
img.menu { margin: 0 0 0 1px; padding:0; border:1px solid black;	position: absolute;}

#menuhaut {
	position: relative; /*pour placer les commentaires*/
	margin: 0 0 15px 122px;
	padding: 5px 0 0 3px;
	border-top: 1px solid black;
	height: 61px;
	width: 629px;
	background: #C3AFBC url(../00images/vrac/fondmenu.jpg) repeat-x; /*image de hauteur: 66px */
	text-align:center;}

#menuhaut li {	display: inline; padding:0;}

#menuhaut li a{
	background: White;
	padding: 1px 5px;
	border: 1px solid #101010;
	text-decoration: none;
	font: normal 1em verdana;
	color: blue;
}

#menuhaut li a:visited{}

#menuhaut li a:hover{background: #4B0082;	color: white;}
/*fin menu haut*/

/*commentaires menu haut*/
a.comment span { display : none ; text-align: left;}
	
a.comment:hover span {
	position: absolute;
	top: 39px;
	left: 0;
	display: block;
	padding: 2px 2px 2px 10px;
	width: 627px;
	font: 0.6em aerial, sans-serif;
	border: 0px solid #400040;
	color: #1F1F1F;
/*	background-color: white;*/}

/* definition du bloc principal*/
.conteneur {
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
	width: 755px;
	text-align: left;
	background: #E2CFE5 url(../00images/vrac/fondcontenu.jpg) repeat-y;
	color: inherit;}

hr {	color: Black;	height: 1px;	border: 1px dashed;}

.retourligne{clear: both; visibility: hidden; margin:0; height:0;}

.droite {	float: right;}
.gauche {	float: left;}
.centre {	margin-left:26% ;}

em {
	font-size: 105%;
	font-style: normal;
	font-weight: bold;
	color: Black;
}
strong{font-size: 150%;	font-style: italic;}
small{	font-size: 60%;}

p {
	font-family: "Times New Roman", serif;
	font-size: 1em;
	margin: 0em 15px 1em;
	font-weight: 100;}
	
p a:link, p a:visited {
	color: Blue;
	background: transparent;
	text-decoration: none;}

p a:hover {
	color : Red;	background: transparent;
	letter-spacing : normal;
	text-decoration: underline;}

.intro {
	margin: 1em 5% 1em;
	font-family: "Times New Roman", serif;
	font-weight: 500;
	font-size: 1.1em;}

/*style listes: idem p sauf marge inférieure*/
li{
	font-family: "Times New Roman", serif;
	font-size: 1em;
	margin: 0 5px 0 0;
	padding-right: 15px;
	font-weight: 100;}

li a:link, a:visited {
	color: Blue;	background: transparent;
	text-decoration: none;}

li a:hover {
	color : Red;	background: transparent;
	letter-spacing : normal;
	text-decoration: underline;}

/*style liste-sommaire font:idem h3*/
.sommaire {
	margin-left: 100px;
	padding-top: 25px;
	background: url(../00images/vrac/sommaire.gif) no-repeat;
	list-style-image: url(../00images/vrac/puce.gif);
	font-family: Garamond, sans-serif;
	font-weight: bold;
	font-size: 1.4em;}

/*style tableaux: idem p sauf marge inférieure*/
.tabapparent {	border: 1px solid black;}
.tdapparent {	border: 1px solid black;}

td {font-family: "Times New Roman", serif;
	font-size: 1em;
	margin: 0;
	padding: 0px 5px;
	font-weight: 100;}

td a:link, a:visited {color: Blue; background: transparent; text-decoration: none;}

td a:hover {
	color : Red;	background: transparent;
	letter-spacing : normal;
	text-decoration: underline;}

h1 {
	padding: 2px;
	margin: 0 10% 10px;
	color: #191970;
	background: White;
	border: 2px dotted #6B3E79;
	font-family: georgia, serif;
	font-weight: 600;
	font-size: 24px;
	text-align: center;}

h1 a:link , h1 a:visited{
	color : Blue;	background: transparent;
	text-decoration : underline;}

h1 a:hover {
	color: Red;
	background: transparent;
	font-size: 32px;
	letter-spacing: 2px;
	line-height: inherit;}

h2 {
	margin: 20px 5px 10px;
	color: White;
	background: #400040;
	text-align: center;
	line-height: 1.3em;
	font-family: Garamond, sans-serif;
	font-weight: bolder;
	font-size: 1.3em;
	letter-spacing: 0.16em;}

h2 a:link , h2 a:visited {
	padding: 2px;
	color: Blue;
	background: #F4F4F4;
	line-height: inherit;
}

h2 a:hover {
	color: Red;
	background: White;
	font-size: inherit;
}

h3 {
	font-family: Garamond, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0.3em 20px 0.3em;
	line-height: 1.3em;
	text-align: center;}

h3 a:link , h3 a:visited {
	color: Blue; background: transparent;
	text-decoration: none;
	line-height: inherit;}

h3 a:hover {
	color: Red;	background: transparent;
	letter-spacing: 0.02em;}

h4 {
	font-family: Garamond, sans-serif;
	font-size: 1.1em;
	line-height: 1em;
	margin: 0 20px; }

h4 a:link , h4 a:visited{
	color: Blue; background: transparent;
	text-decoration: none;}

h4 a:hover {
	color: Red;	background: transparent;
	letter-spacing: 0.06em;}

img {	border: 3px double;	margin: 6px 10px;}
a:visited img{	border: 3px double #457CBA;}
a:hover img{border: 3px solid blue;}

.ssmarge {  margin: 0; border-width: 0;}

/*Pied de page*/
div#footer
{
	clear: both;
	padding: .5em 1em 0;
	border-top: 0px solid #999;
	text-align: right;
	color: #0000CD;}

div#footer .date {padding: 0 1.2em;	margin: 0;	color: #DC143C;}

div#footer ul
{
	padding: 0.2em 0;
	margin: 0;
	list-style-type: none;
	border-top: 3px double #5C00B9;}

div#footer li{display: inline; margin-right: 1em;}

div#footer li a {	color: #0000CD;}

p.source {	display: none;}

div.imgbas{
	margin-left: auto;
	margin-right: auto;
	background: #6D104F url(../00images/vrac/fondbas.jpg) no-repeat;
	height: 21px; width: 755px;
	padding:0 15px;}
/*Fin pied de page*/

/* Couleurs*/
.rouge{	color: #EA0000;}
.bleu {	color: #000099;}
.vert {	color: #009F01;}
.rose {	color: #E1007C;}
.noir {	color: Black;}
.turq {	color: #008EBB;}
.mauve {	color: #820082;}
.orange {color: #E17C00;}