
/* Base */

body {
	color: #000000;
	font-family: verdana, arial, serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	background: #EEEFFF;
}

div,p {
	margin: 0;
	padding: 0;
}


/* style de base des liens hypertextes */

a,a:visited {
	font-weight: bold;
	color: /*#505090*/ #82372f;
	background-color: transparent;
	text-decoration: none;
}

a:hover,a:visited:hover {
	color: /*black*/ white;
	background-color: /*white*/ #aabeda;
	text-decoration: none;
}

a.logo,a.logo:visited {
	font-weight: bold;
	color: white;
	background-color: transparent;
	text-decoration: none;
}

a.logo:hover,a.logo:visited:hover {
	color: navy;
	background-color: transparent;
	text-decoration: none;
}

/* Parti bannière */

.head {
	position: relative;
	top: 0;
	height: 60px;
	background: #2557a1;
/*	background: #EEEFFF;*/
/*	padding: 16px 0px 16px 2px;*/
	border-bottom: 1px solid #000000;
}

.head h1 {
	text-align: center;
	position: relative;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 7px 0 0 10px;
}


/* Partie contenu */

.content {
	position: relative;
	min-height: 275px;	
/*	margin-left: 150px;*/
	background-color: /*#DDDEEE*/ #91aad2;
	border-left: 1px solid #000000;
}


/* Parti basse -> validation et license */

.foot {
	position: relative;
	color: #aabeda;
	font-weight: bold;
	top: -2px;
	border-top: 1px solid #000000;
/*	background: #EEEFFF;*/
	background: #2557a1;
	padding: 10px;
	font-size: 10px;
	text-align: center;
}

.foot a,.foot a:visited {
	color: white;
	background-color: transparent;
}

.foot a:hover,.foot a:visited:hover {
	color: white;
	background-color: #aabeda;
}

.limit {
	border-left: 1px solid black;
	margin-left: 150px;
	z-index: 4;
}

/* menu */

.menu {
	position: relative;
	float: left;
	z-index: 5;
	width: 150px;
	background-color: transparent;
	font-size: 13px;
	text-align: right;
	border-right: 1px solid black;
	padding: 0;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}


/* éléments du menu */

.menu li {
	font-weight: bold;
	color: #777777;
	padding: 5px;
	margin : 0;
}

.menu li:hover {
	font-weight: bold;
	background-color: /*white*/ #aabeda;
	padding: 5px;
	margin : 0;
}


/* liens du menu */

.menu a {
	padding: 5px;
	padding-right: 5px;
}


/* lien du menu au passage de la souris */

.menu a:hover {
	color: /*black*/ white;
	background-color: transparent;
}


/* Section du menu */

.menu h2 {
	color: #D0D0FF /* navy */;
	padding: 4px;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	background-color: /*#CCCDDF*/ #5275b1;
/*	border-right: 1px solid #000000;*/
}


/* contenu */

.titre-page {
	text-align: right;
	padding-top: 16px;
	margin: 0 96px 0 0;
	font-weight: bold;
	font-size: 15px;
	font-variant: small-caps;
	letter-spacing: 0.25em;
}

.box {
	margin: 20px 30px 20px 30px;
	padding: 0 0 00px 0px;
	border-left: 2px solid /*grey*/ #aabeda;
}


/* Titre de paragraphe */

.box h3 {
	font-weight: bold;
	padding-left: 4px;
	padding-bottom: 4px;
	border-bottom: 2px solid /*grey*/ #aabeda;
	margin: 0;
}


/* inutile pour le moment */

.box-date {
	display: inline;
	position: relative;
/*	top: -1.5em;*/
	font-size: 10px;
	font-style: italic;
	float: right;
	letter-spacing: 0.6em;
}


/* paragraphe avec indentation */

.box p {
	position: relative;
	padding: 5px;
	margin: 0;
	text-align: justify;
	text-indent: 2em;
}

.box .box-guy {
	text-indent:0;
}

hr {
	clear: both;
	padding:0;
	margin:0;
	height: 1px;
	visibility: hidden;
}

.band {
	margin-top: 3px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
}

.band img {
	text-align: right;
	margin: 2px 2px 2px 8px;
}

.band span {
	padding: 4px;
}

.band p {
	padding: 4px;
}

h3 a, h3 a:hover {
	color: inherit;
	background-color: transparent;
}

td a,td a:visited,h3 a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}

table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	caption-side: top;
	border-spacing: 0px;
	empty-cells: show;
	text-align: center;
}
                                                                                
td, th {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	padding-top:  5px;
	padding-bottom: 5px;
	text-align: center;
}

li {
	padding : 4px;
}

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

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