body
{
	background-color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

center
{
	background-color: #000;
	width: 800px;
	margin: auto;
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

gauche
{
	background-color: #000;
	float: left;
	width: auto;
	margin: auto;
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p
{
font-size: 12px;
}

h1
{
	font-size: 16px;
	color: #FFF;
}

h2
{
	font-size: 18px;
	text-align: center;
}

h3
{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #349F5F;
}

h5
{
	font-size: 13px;
	color: #000;
	font-weight: bold;
}

form
{
	padding: 0;
	margin: 0;
}

a
{
	color: #339966; 
	font-size: 10px;
}

a img {
	border: none;
	}

a:hover
{
	color: #000; /*bouton menu*/
}

a.link_change
{
	float: right;
	margin-right: 30px;
}

#page
{
	width: auto;
}

#page_top
{	
	height: 10px;
	width: 970px;
}
#page_top_left
{
	float: left;
	height: 10px;
	width: 10px;
	background: url(../images/edge_top_left.jpg) no-repeat;
}
#page_top_center
{
	float: left;
	height: 10px;
	width: 950px;
	background: url(../images/edge_top.gif) repeat-x;
}
#page_top_right
{
	float: right;
	height: 10px;
	width: 10px;
	background: url(../images/edge_top_right.jpg) no-repeat;
}

#page_left
{
	float: left;
	width: 10px;
	background: transparent url(../images/edge_left.gif) repeat-y;
	height: 693px;
}
#page_center
{
	float: left;
	width: 950px;
	
}
#page_right
{
	float: left;
	height: 693px;
	width: 10px;
	background: url(../images/edge_right.gif) repeat-y;
}

#page_bottom
{	
	float: left;
	width: 970px;
	height: 10px;
}
#page_bottom_left
{
	float: left;
	height: 10px;
	width: 10px;
	background: url(../images/edge_bottom_left.jpg) no-repeat;
}
#page_bottom_center
{
	float: left;
	height: 10px;
	width: 950px;
	background: url(../images/edge_down.gif) repeat-x;
}
#page_bottom_right
{
	float: right;
	height: 10px;
	width: 10px;
	background: url(../images/edge_bottom_right.jpg) no-repeat;
}


#logo
{
	position: absolute;
	margin-top: 20px;
	margin-left: 1px;
}

input.button
{
	border: solid 1px;
	border-bottom-color: Black;
	border-right-color: Black;
	border-top-color: white;
	border-left-color: white;
	background-color: #007859;
	color: #FFF;
}

#form{
	border: solid 1px;
	border-bottom: Black;
	border-right-color: Black;
	border-top-color: #BBB;
	border-left-color: #BBB;
	background-color: #007859;
	color: #FFF;
	width: 100px;
	margin-left: 400px;
	margin-top: 10px;
	display: none;
}

#aide{
	border: solid 1px;
	border-bottom: Black;
	border-right-color: Black;
	border-top-color: #BBB;
	border-left-color: #BBB;
	background-color: #F00;
	color: #000;
	width: 100px;
	margin-left: 400px;
	margin-top: 10px;
	display: block;
}

div.context
{
	padding: 10px;
	padding-left: 81px;
	height: 20px;
	text-align: left;
	color: Black;
	font-weight: bold;
	border-bottom: 1px solid #333;
}

div.message
{
	color: Red;
	font-weight: bold;
}

div.action
{
	margin-right: 25px;
	float: right;
}


/*--------- Lightbox -----------*/
#lightbox{
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}

#lightboxDetails{
    font-size: 0.9em;
    color: #555;
    padding-top: 0.5em;
}

#closeButton{ top: 5px; right: 5px; }

#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#lightbox img{ border: none; }

#overlay img{ border: none; }

#overlay{ background-image: url(./images/overlay.png); }

* html #overlay{ /*Hack IE */
    background-color: #000;
    background-color: transparent;
    background-image: url(blank.gif);
}
/*-------- fin lightbox -------*/


