body {
	background: #e5e5e5;
	color: gray;
}
a {
	text-decoration: none;
	color: #ffffff;
}
img {
	border: 0px none;
}
h2 {
	color: #fff;
	font-size: 4em;
	margin: 0px auto;
}
p {
	text-align: left;
	padding-bottom: 10px;
}
p strong {
	font-weight: bold;
}
p img {
	float: left;
	margin: 0 10px 0 0;
	clear: both;
}
#header, #FooterPage {
	position: fixed;
	z-index: 10000;
	left: 0px;
	background-color: #9e9d9d;
	padding: 10px 0;
	text-align: center;
	margin: auto;
	width: 100%;
	box-shadow: -1px 1px 50px #000000;

}
#header{
	top: 0px;
	border-bottom: 1px solid #FFFFFF;
}
#container {
	position: relative;
	font-family: Arial, Verdana, sans-serif;
	width: 50%;
	min-width: 300px;
	height: 100%;
	max-height: 480px;
	margin: auto;
	text-align: center;
	font-size: 0.8em;
	color: gray;
}
#rubriqueTitle .lien img {
	margin-top: -60px;
}
#rubriqueText {
	padding: 70px 0px;
	width: 90%;
	min-width: 300px;
	text-align: center;
	margin: auto;
}
#rubriqueText p{
	font-size: 1.2em;
}
#rubriqueText img{
	margin: 4px;
	background: #FFFFFF;
}
#rubriqueText a{
	color: gray;
}
#FooterPage {
	bottom: 0px;
	border-top: 1px solid #FFFFFF;
}
#FooterPage p{
	border-bottom: 0px solid gray;
}
#copyright {
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
	color: #E5E5E5;
	margin: auto;
	font-size: 0.8em;
}
.lien {
	display: inline-block;
	background: #ffffff;
	width: 32px;
	height: 32px;
	border-radius: 32px;
	overflow: hidden;
	margin: 0px 10px;
}
.lien img:hover {
	display: inline-block;
	margin-top: -32px;
}

a {
	text-decoration: none;
	color: #E5E5E5;
}
#rubriqueTitle{
    /*border-bottom: 1px solid #FFFFFF;*/
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
    /*box-shadow: -1px 1px 10px #000000;*/
    color: #FFFFFF;
    margin: auto;
    padding: 10px 0 10px;
    position: relative;
    text-align: center;
    top: 50px;
    left: 0px;
    width: 100%;
}
#rubriqueTitle .lien{
	background: #ffffff;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	overflow: hidden;
	margin: 0px 20px;
}
#menu {
	display: inline-block;
}
#rubriqueTitle .lien img {
	margin-top: 0px;
}
.supportPrint {
	color: #EF852A;
	font-size: 2em;
	margin: 0px auto;
	border-bottom: 1px solid #EF852A;
}
.Presentation {
	color: #71B639;
	font-size: 2em;
	margin: auto;
	margin-top: 50px;
	border-bottom: 1px solid #71B639;
}
.contactText {
	margin-top: 65px;
	text-align: center;
}
.contactText p {
	font-size: 1.2em;
	margin-top: 0px;
	text-align: center;
}
.contactText img{
	margin: 4px;
	background: #FFFFFF;
}
.contactText a{
	color: gray;
}
#contactButton {
	margin: auto;
	width: 120px;
	height: 120px;
	border-radius: 120px;
	box-shadow: -1px 1px 10px #000000;
}
#contactMail a {
	color: #009EE0;
	font-size: 2em;
	text-align: center;
	margin: 0px auto;

}
