body{
	background: #cccccc;
	width: 100%;
	height: 100%;
	margin: 0; 
	padding: 0;
	color:#000000;
	/* font:14px Calibri, Arial, Helvetica, sans-serif; */
	font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
	font-size: 14px;
	text-shadow: 1px 3px 5px rgba(255, 255, 255, 0.5);
}
img {border: 0;}
h1{
	font-size:18px;
}
h2{
	font-size:14px;
	font-weight:bold;
}
#conteneur {
	width:100%;
	height:100%;
}
#header{
	width: 900px;
	height: 200px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#menu {
	width:900px;
	height:	50px;
	margin-bottom:20px;
}
#contenu {
	width:900px;
	margin:0 auto;
	color:#000000;
	text-align:justify;
	border-radius: 10px 10px 10px 10px;
    border-style: dotted;
    border-width: 1px;
	border-color: #ffffff;
	padding:20px;
}
#footer{
	width: 900px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.btn {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-transition: all 0.1s linear 0s;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: normal;
    padding: 5px 14px 6px;
}
.btn.primary {
    background-color: #0064CD;
    background-image: -moz-linear-gradient(center top , #049CDB, #0064CD);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn.ref {
    background-color: #2080c0;
    background-image: -moz-linear-gradient(center top , #208080, #2080c0);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn:hover {
background-position: 0pt -15px;
}
.btn.ref:hover {
background-position: 0pt -30px;
}
.btn:focus {
outline-width: 1px;
outline-style: dotted;
outline-color: #666666;
}
a {
    text-decoration: none;
	font-weight: inherit;
	color: #000000;
}