body
{
	margin: 0;
	padding: 0;
	background-color: #9fa9b3;
	font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
	background: #9fa9b3 url(../design/back.png) repeat;
}

/* Links */

a:link { color: #335577; text-decoration: none; }

a:visited { color: #5f9119; text-decoration: none; }

a:hover, a:active { color: #993333; }
/*
#content a:link { padding: 0 2px;}

#content a:visited { padding: 0 2px;}
*/
#content a:hover, 
#content a:active 
{ 
	color: #ffffff;
	background-color: #993333;
	/*border-bottom-color: #993333;*/
}

/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 { font-size: 32px; }

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5 { font-size: 16px; }

h6 { font-size: 13px; text-transform: uppercase; margin: 5px 0; }

ul { line-height: 1.8em; list-style-type: square; color: #333333; }


ul.circle { line-height: 1.8em; list-style-type: circle; color: #333333; }

ol { line-height: 1.8em; color: #333333; }

table 
{ 
	float:right;
	line-height: 1.8em;
	text-align: justify;
	font-size:12px;
	/*color: #333333;
	border-left: 1px solid #999999; 
	border-top: 1px solid #999999; */
}

table img {
	border : 1px solid black;
}

table caption 
{ 
	font-weight: bold; 
	margin-bottom: 5px; 
}

th, td 
{ /*
	border-right: 1px solid #999999; 
	border-bottom: 1px solid #999999;*/
	padding: 2px 5px;
}

th { background-color: #cfcfcf; }

tr.alt td
{
	background-color: #eeeeee;
}


hr {clear:both;visibility:none;}


.legend {
	
	 font-style:italic;
	}

/* Structure */

#container
{
	margin: 0 auto;
	width: 750px;	
}

p#languages
{
 	text-align:right;
	margin: 0; 
	padding: 5px; 
	color: #aaaaaa;
	background-color: #2f2f2f; 
	border-bottom: 1px solid #000000;
}

#header
{
/*	background-color: #bbccdd;	*/
	background: #bbccdd url(../design/titre.png) top left no-repeat;
	height:100px;
}

#navigation
{
	float: left;
	width: 100%;
}

#wrapper
{
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	width: 100%;
	background-color: white;/*#f9f9f9;*/
}

#featured
{
	text-align: center;
	background-color: #333333;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #aaaaaa;
	/*background: #333333 url(../design/back2.png) repeat;*/
}

#content-wrapper
{
	width: 100%;
	float: left;
}

#content
{
	float: left;
	padding: 20px;
	line-height: 1.6em;
}

#sidebar-wrapper
{
	width: 40%;
	float: left;
}

#sidebar
{
	float: left;
	padding: 50px;
	text-align: right;
}

#footer
{
	clear: both;
	float: left;
	width: 100%;
	margin: 20px 0;
	color: #333333;
	text-align: center; 
	background-color: #7d8791;
}

/* Languages */

p#languages a:link, p#languages a:visited { padding: 0 5px; color: #9cb1d0; }

p#languages a:hover, p#languages a:active { color: #bed3f0; }

/* Header */

#header h1 { margin: 0; padding: 10px 5px 5px; }

#header h2 { font-size: 20px; margin: 0; padding: 0 5px 10px 20px; text-align:right;}
#header h3 { font-size: 30px; margin: 0; padding: 0 5px 10px 20px; text-align:right;}

#header h1 a:link, #header h1 a:visited { color: #333333; }

#header h1 a:hover, #header h1 a:active { color: #000000; }

/* Navigation */

#navigation ul
{
	margin: 0;
	padding: 0;
	float: left; 
	width: 100%; 
	list-style-type: none;
	background-color: #497bac;
}

#navigation li { float: left; margin: 0; padding: 0; }

#navigation a:link,
#navigation a:visited
{
	float: left;
	display: block;
	color: #dce1e5;
	padding: 5px 10px; 
	background-color: #497bac;
}

#navigation a:hover,
#navigation a:active
{
	color: #ffffff;
	background-color: #4f4f4f;
}

#b1 li#m1 a,
#b2 li#m2 a,
#b3 li#m3 a,
#b4 li#m4 a,
#b5 li#m5 a,
#babout li#m6 a,
#bcontact li#m7 a
{
	color: #f9f9f9;
	background-color: #494949;	
}

.supplink a:link, a:visited { padding: 0 5px; color: #000000; }

.supplink a:hover, a:active { color: #bed3f0; }


/* Featured */

#featured p { margin: 20px 0; }

#featured img { border: 1px solid #000000; }

/* Content */

#content > h3, #content .top { margin-top: 5px; }

#content p {
		 text-align: justify;
		 clear: both;
}

/* Sidebar */

/* Footer */

#footer a:link { color: #003355; }

#footer a:visited { color: #335577; }

#footer a:hover, #footer a:active { color: #000000; }

#footer p { padding: 5px 0; }


div.center {
	width:100%;
	text-align:center;
	font-style:italic;
	}
div.center img {
	 border : 1px solid black;
	}
		

div.float {
 
 float:left;	
	margin-left:10px;
}

div.float img {
 border : 1px solid black;
 /*margin-left:10px;	*/
}
 
div.float p {
  
  text-align:center;	
  font-style:italic;
}

div.piccontainer {
    background-color: #D7E7F2;
    border: 1px solid #287CB1;
    padding:20px;
 }
div.spacer {
 	clear: both;
 }

 
 
 div.row {
 	clear: both;
	 padding-top: 10px;
 }

div.row span.label {
 	float: left;
 	width: 120px;
 	text-align: right;
 }

div.row span.formw {
	 float: right;
 	width: 300px;
 	text-align: left;
 }

 h2 {
	 
  font-size:18px;	 
 }
 
.gras { font-weight: bold;margin:10px; }
.italique {  font-style:italic; }