/*  ------------------------------------------
/*  Corps Principal
/*  -------------------------------------------
*/
html { overflow-y: scroll;}

body {
	background: #2a327b;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align : center;
}

#site {
	width: 700px;
	margin: 0px auto;
	margin-top: 80px;
	text-align: left;
	font-size: 65%;
	line-height: 150%;
}

/*  ------------------------------------------
/*  Colonne principale 
/*  ------------------------------------------
*/

#article {
	position: absolute;
	width: 450px;
	color : #000000;
	text-align: justify;
}

a:link, a:visited, code a:link, a:link code, p.plus a:link, p.plus a:visited, #tri a:visited {
	color: #398FC6;
}

a:hover, code a:hover, a:hover code, p.plus a:hover, #tri a:hover {
	color: #9FAC0B;
}

a:active, a:focus, code a:active, a:active code, code a:focus, a:focus code, p.plus a:active, p.plus a:focus,#tri a:active, #tri a:focus {
	color: #398FC6;
}

#article h1 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size : 2.2em ;
	text-align: left;
	color: #6d8db4;
	margin-left: 20px;
	margin-right: 20px;
	/*background: #ffffff;*/
}

#article p {
	font-size: 1.1em;
	line-height: 150%;
	margin-left: 20px;
	margin-right: 20px;
	/*background: #ffffff;*/
}


table {
	/*border: medium solid #6d8db4;*/
	border-collapse: collapse;
	width: 90%;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}
th {
	font-family: sans-serif;
	font-size: 1.2em;
	border: thin solid #6d8db4;
	padding: 5px;
	background-color: #D0E3FA;
	background-image: url(sky.jpg);
	text-align: left;
}
td {
	font-family: sans-serif;
	font-size: 0.9em;
	border: thin solid #6d8db4;
	padding: 5px;
	text-align: left;
	background-color: #ffffff;
}


ul {
	font-size: 1.05em;
	line-height: 130%;
	margin-left: 19px;
	padding-left: 19px;
	list-style: upper-roman;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

li {
	margin-bottom: 0.5em;
	list-style-type: none;
	margin-right: 20px;
}

ul li {
	margin-left: 15px;
	padding-left: 16px;
	list-style-type: none;
}


/*  ------------------------------------------
/*  contenu de la balise article 
/*  ------------------------------------------
*/

#haut {
	float: left;
	width: 450px;
	height: 15px;
	color : #000000;
	text-align: justify;
	background: url(/image/coins/haut.jpg) top left ;
	/*overflow: hidden;*/
}

#texte {
	clear: left;
	width: 450px;
	color : #000000;
	text-align: justify;
	background: url(/image/coins/centre.jpg) top left repeat-y;
	/*overflow: hidden;*/
}

#bas {
	clear: left;
	width: 450px;
	height: 18px;
	margin-top: -12px;
	background: url(/image/coins/bas.jpg);
}

#footer {
	clear: left;
	width: 450px;
	height: 40px;
	color : #3E597A;
	margin-top: 10px;
	text-align: center;
	font-size: 75%;
}

#footer a:link {
	color : #3E597A;
	text-decoration: none ;
}

#footer a:hover{
	color: #9FAC0B;
	text-decoration: underline;
}

#footer a:visited{
	color : #3E597A;
	text-decoration: none ;
}

/*  ------------------------------------------
/*  Colonne de droite - (NAVIGATION)
/*  ------------------------------------------
*/

#navigation {
	margin: 0px 0;
	padding: 0 10px;
	float: right;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 241px;
}

#navigation a.externe{
	font-weight:bold;
	color: white;
	text-decoration: none;
}

#navigation a.actuel{
	font-weight:bold;
	color: #6d8db4;
	text-decoration: none;
}

#navigation a:hover{
	color: #feed01;
	text-decoration: underline;
	border-width: 0 1px 3px 0;
}

#navigation li {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: none;
	margin-left: 0px;
	padding-left: 45px;
	margin-bottom: 0.5em;
	font-size: 1.2em;
	text-align: left;
	list-style-type: none;
}

/*  ------------------------------------------
/*  affichage des images (highslide + vignette gauche/droite)
/*  ------------------------------------------
*/

.highslide {
	cursor: url(http://ecbb2008.u-bourgogne.fr/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 0px solid white;
}
.highslide:hover img {
	border: 0px dotted black;
}
.highslide-image {
    border-bottom: 0px solid white;
	margin-left: 20px;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;    
    border-bottom: 0px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
	text-align: left;
	margin-left: 20px;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.lettrinegauche
{
   float: left;
   margin-right: 8px;
   border: 0px solid white;
}

.lettrinedroite
{
   float: right;
   margin-left: 8px;
   border: 0px solid white;
}


.img{
border: 0px solid white;
}

