body
{
	width:100%;
	margin:auto;
	background-color:#F0F0F0;
	font-family: "Helvetica Neue", Calibri,Arial, Verdana, sans-serif;
	font-weight: 300;	
	color:#000;
}

p
{
	font-family: "Helvetica Neue", Calibri,Arial, Verdana, sans-serif;
	font-weight: 300;	
	color:#000;
}

a
{
	font-family: "Helvetica Neue", Calibri,Arial, Verdana, sans-serif;
	font-weight: 300;	
	color:#000;
	color:#FF8004;
	text-decoration:none;
}

table a
{
	color:#000;
}

img
{
	border:none;
}

#corps
{
	position:relative;
	margin-top:20px;
}

#menu1
{
	border-style:solid;
	border-width:2px;
	margin-left:20px;
	width:200px;
	float:left;
	position:static;
}



#menu
{
	border-style:solid;
	border-width:1px;
	border-color:#000;
	height: 20px;
	margin:-1px;	
}

#menu:hover
{
	background-color:#D0D0D0;
}

.element_menu a
{
	text-decoration:none;
}

.element_menu a:active
{
	text-decoration:none;
}

.element_menu p
{
	font-size:14px;
	text-align:center;
	vertical-align:middle;
	color:#000;
	margin-top:1px;
}

#texte
{
	margin:auto;
	margin-top:25px;
	margin-bottom:25px;
	padding-bottom: 100px;
	width:auto;
	min-width:750px;
	max-width:70%;
	height:100%;
	background-color:#e0e0e0;
}
#texte tr.tr2
{
	background-color:rgba(0, 0, 0, 0.07);
}

#texte tr.tr1:hover
{
	background-color:#aaa;
}
#texte tr.tr2:hover
{
	background-color:#aaa;
}

#Article
{
	width:100%;
	margin:auto;
	margin-bottom:10px;
}

#hautArticle
{
	border-bottom-style:solid;
	border-width:1px;
	margin: 0 20px;
	padding-top:3px;
	padding-bottom:5px;
	font-size:12px;
	height:25px;
}

#milieuArticle
{
	font-size:14px;
	padding-left:50px;	
	padding-right:35px;
	padding-bottom:10px;
	padding-top: 10px;	
}
.myButton {
	width: auto;
	margin-left: 100px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #787878;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:2px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
.myButton:active {
	position:relative;
	top:1px;
}





.element_milieuArticle p
{
	margin:0px;
	text-align:justify;
}

.aligneDroite
{
	text-align:right;
}

.element_milieuArticle a:hover
{
	color:#555;
	text-decoration: underline;
	
}

.Separation
{
	height:10px;
	border-bottom-style:solid;
	border-width:1px;
	margin: 10px 0;
}

table
{
	text-align:center;
	border:none;
}

td
{
	vertical-align:middle;
	text-align:center;
	max-height:10px;
}

td input
{
	text-align:center;
	margin-left:0px;
	margin-right:0px;
	margin-top:-1px;
	margin-bottom:-1px;
	padding:0;
	height:15px;
}

	
#TdTexte
{
   	color:#000;
	text-align:center;
}
#TdTexte2
{
   	color:#000;
	text-align:left;
}
#TdTexte3
{
   	color:#000;
	text-align:right;
}

#TdImg
{
	text-align:center;
	height:75px;
	width:75px;
}