@charset "utf-8";
/* CSS Document */
html
	{
		display: table;
		table-layout: fixed;
		width: 100%; height: 100%;
	}
*	{
 	font-family: 'Droid Sans', sans-serif;
 	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: normal;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	}
body 
	{
	display: table-cell;
	width: 100%; height: 100%;
	vertical-align: middle;	
	width: 100%;
	color: #666666;
	background-image: url(../../img/fnd0.jpg);	
	background-repeat: repeat;
	}
.container {
	width: 1000px;
	margin: 0 auto;
	background-image: url(../../img/fnd1.jpg);
	background-repeat: repeat-y;
	border-bottom: solid #2c9723 3px;
	border-top: solid #2c9723 3px;
	margin-top:30px;
}
.content 
	{
	background-color: transparent;
	width: 700px;
	margin: 0 auto;
	margin-left: 150px;
	}
.header {
	height: 150px;
	background-color: transparent;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
}
img 
	{
	border: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	}
.mdot 
	{
	color: #006600;
	}
h1   {
	color: #27D;
	font-size: 1.15em;
	margin-bottom: 0;
	margin-top:0;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	}
h2   {
	color: #27D;
	text-align: left;
	vertical-align: top;
	margin: 5px 50px 0 0;
	font-size: 1.2em;	
	}
h3     {
	color: #333333;
	font-size: 1.02em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	}
h4    {
	color: #666666;
	font-size: 1.04em;
	font-style: normal;
	font-weight: 600;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	margin: 1em 0 0 0;
}
h5  {
	color: #27D;
	font-size: 1.02em;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	   }
h6      {
	color: #666666;
	font-size: 1.02em;
	text-align: center;
	vertical-align: top;
	margin-top: 0;
	 }
blockquote {
	margin-top: 2px;
	margin-bottom: 0;
	margin-left: 30px;
	}
a:link, a:visited, a:active
{
	color: #333;
	text-decoration: none;
}
a:hover
{
	text-decoration:none;
	color:#27D;
}
table
	{
	margin: 0 auto;
	font-weight: normal;
	text-decoration: none;
	}
.tabord
	{
	font-weight: normal;
	text-decoration: none;		
	border: solid #ccc 1px;
	text-align: left;
	}
.tabordBR
	{
	border-bottom: solid #ccc 1px;	
	border-right: solid #ccc 1px;
	text-align:center;
	}	
.tabordR
	{
	border-right: solid #ccc 1px;
	text-align: left;
	}		
.tabordB
	{
	border-bottom: solid #ccc 1px;	
	}	
hr{
	clear: both;
	color: #090;
	box-shadow: none;
	margin-left: 0;
	margin-right: 0;
}
.sommaire
	{
	margin: 0 auto;
	width: 700px;
	padding-left: 100px;
	color: #000;
	}
.summaryIndent0 {
	font-size: 1.05em;
	margin: 0;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	}

.summaryIndent1 {
	color : #333;
	margin-left : 40px;
	font-weight : normal;
	text-decoration : none;
	line-height : 100%;
}
.summaryIndent3 {
	color : #333;
	margin-left : 60px;
	font-weight : normal;
	text-decoration : none;
	line-height : 100%;
}
.summaryIndent2 {
	color : #333;
	margin-left : 50px;
	font-weight : normal;
	text-decoration : none;
	line-height : 100%;
}
div.divarticle {
    color : #000000;
    font-weight : normal;
    text-decoration : none;
    text-align: left;
    margin: auto;
	padding:30px;
}
.paragraph
	{
	background-color: transparent;
	width: 700px;
	margin-left: 0;		
	}
.TitreSection
	{
	margin: 3px 150px 3px 150px;
	}
.TitreSection1
	{
	margin: 3px 0 3px 30px;
	}
ul, li {
	list-style-type: disc;
	font-size:1.03em;
}	
gras {
	font-size: 0.9em;
	font-weight: bold;
}
num {
	font-weight:600;
}
#upDownDiv {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 32px;
	height: 32px;
	border: none;	
	background-color: #FFF;
	z-index: 9000;
	/* transparence */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	font-size: 11px;
	font-weight: bolder;
        }
#menu {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 32px;
	height: 32px;
	border: none;
	border-radius: 6px;
	background-color: #FFF;
	z-index: 10000;
	/* transparence */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	font-size: 11px;
	font-weight: bolder;
        }	   
.uppage
	{
	display: block;
	padding-top: 40px;
	background-image: url(../../img/haut.png);
	background-repeat: no-repeat;	
	}
.upmenu
	{
	display: block;
	padding-top: 40px;
	background-image: url(../../img/menu.png);
	background-repeat: no-repeat;	
	}
.lien
	{
		font-size:1em;
		font-weight:bold;
	}
.titre
	{
	color: #27D;
	font-size: 1.2em;		
	font-style:normal;
	text-align:center;
	margin:2px;
	}