body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #990000;
    margin: 0;
    padding: 0;
    background-color:#990000;
}

#wrapper {
position:absolute;
left: 50%;
top: 50%;
width: 800px;
height: 500px;
margin-top: -250px; /* moitié de la hauteur */
margin-left: -400px; /* moitié de la largeur */
border: 1px solid #333;
background-color: #fff;
}

a {
	text-decoration:underline; 
	color:#990000;
	
	}

a:link { 
	text-decoration:underline; 
	color:#990000;
	}

p
{
    text-align:justify;
    text-indent:5px;
    line-height:140%;
    margin: 0 0 8px 0;
}

p.first
{
    margin-top:0;
    padding:0;
}

p.noindent
{
    text-indent:0px;
}

a:hover { 
	text-decoration:none; color:#990000;
	}
/*
table.texte-menu2 a
{
    text-decoration:none;
	color:#990000;
}

table.texte-menu2 a:hover
{
    text-decoration:underline; 
}
*/
#coords
{
    padding: 10px 0 0 0;
    /*border: 1px solid blue;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	color: #74818D;
    text-align:center;
}

#banner
{
  /*background-image: url(images/banner_images.jpg);
  width:100%;
  height:95px;*/
  text-align: center;
}

#banner img {
	margin: 10px 8px 0 8px;
	/*border: 1px solid #990000;*/
}

/* TITLE */

#title
{
    /*border: 1px solid blue;*/
    /*padding-top:4px;*/
}

#title img
{
   /*border: 1px solid blue;*/
    width:30px;
    height:40px
}


#title h1
{
	font-size: 18px;
	color: #990000;
	text-decoration: none;
    padding: 0 10px;
    display:inline;
   /*border: 1px solid red;*/
   position:relative;
   top:-10px;

}

h2
{
    padding: 0;
    margin:0;
    font-size: 12px;
}

h3
{
    padding: 0 0 10px 0;
    margin:0;
    font-size: 12px;
}

#content
{
    height: 290px;
    overflow:auto;
    padding: 4px 20px 0 20px;
}

#content ul li
{
    list-style-type:none;
}

#myGallery
{
margin: 0 0 0 10px;/*
width: 300px !important;
height: 225px !important;*/
width: 300px !important;
height: 199px !important;
background-color:white;
} 
/*
.jdGallery .slideElement
{

    background-color: #fff;

}
*/
#navigation
{
    /*border:1px solid yellow;*/
    height: 20px;
    text-align:center;
    padding: 8px 0 2px 0;
}

#navigation ul
{
    list-style: none ;
	margin: 0 ;
	padding: 0 ;
}

#navigation li {
    display: inline ;
	margin-right: 1px ;
    font-size:1.2em;
    font-weight:bold;
	}
#navigation li a {
	padding: 4px 10px ;
	color: #990000 ;
	line-height: 1em ;
	text-align: center ;
	text-decoration: none ;
	}

#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	/*text-decoration: underline ;*/
    color:black;
	}

/* Contact form */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

#content ul.list-1 {
margin:0;padding:0;
}

#content ul.list-1 li {
list-style-type: circle;
}


