@charset "utf-8";
/* CSS Document */
/******************RESET******************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/******************##RESET##******************/

/******************CLASS******************/
.blanc{
	color:#FFF;
}
.vert{
	color:#BDF271;
}
.vert_light{
	color:#C5EF6B;
}
.bleu_light{
	color:#01A2A6;
}
.orange{
	color:#f9a234;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.right {
	text-align: right;
}
.inline {
	display: inline;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}
.police_small {
	font-size: 14px;
}
.bold{
	font-weight: bold;
	color: #2F2933;
}
.hello{
	font-size: 70px;
	font-weight: bold;
}
.background_color {
	background-color: #424139;
}
.background_box {
	background-color: #F2FEFF;
}
.margin_top_35{
	margin-top:35px;
}
.margin_bottom_35{
	margin-bottom:35px;
}
.margin_top_15{
	margin-top:15px;
}
.margin_bottom_15{
	margin-bottom:15px;
}
.margin_left_15{
	margin-left:15px;
}
.margin_top_5{
	margin-top:5px;
}
.margin_bottom_5{
	margin-bottom:5px;
}
.margin_left_60{
	margin-left:60px;
}
.padding_top_15{
	padding-top:15px;
}
.padding_left_10{
	padding-left:10px;
}
.padding_right_10{
	padding-right:10px;
}
.padding_bottom_15{
	padding-bottom:15px;
}
.height_content{
	height: 800px;
}
.box_services{
	width: 146px;
	border: 1px solid #CCC;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 200px;
	-moz-border-radius: 10px;
	display:inline-block
}
.box_services p {
	margin-right: 20px;
	margin-left: 20px;
}
.box_services img {
	margin-top: 10px;
	margin-bottom: 10px;
}
.box{
	border: 1px solid #CCC;
	height: 220px;
	-moz-border-radius:5px; 
  -webkit-border-radius:5px; 
  border-radius:5px; 
}
.box_margin_right{
	margin-right:8px;
}
.box_margin_left{
	margin-left:8px;
}
/******************##CLASS##******************/

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #efefef;
	line-height:1.5em;
}
div{
	text-align: left;
}


h1 {
	font-size: 32px;
	font-weight: bold;
	color:#FFF;
}
h2 {
	margin-top: 15px;
	font-size: 16px;
	color: #01A2A6;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}

hr{
	margin-top: 10px;
	margin-bottom: 15px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-bottom-style: none;
	border-top-color: #cecfce;
	border-right-style: none;
	border-left-style: none;
}
strong{
	font-weight: normal;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#Header {
	background-color: #424139;
	color: #FFF;
	margin: 0px;
	height: 100px;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #01A2A6;
}
#Logo {
	height: 70px;
	margin-top: 25px;
}
#Navigation {
	font-size: 16px;
	text-align: right;
	margin-top: 20px;
}
#Navigation li{
	display: inline;
	margin-left: 15px;
	font-weight: bold;
}
#Content_Accueil {
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 1200px;
}
#Content_About {
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 1800px;
}
#Content_Link {
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 1200px;
}
#Content_Contact {
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 500px;
}

#Texte_Presentation {
	font-size: 22px;
	line-height:1.5em;
	font-weight: 400;
	height: 385px;
}
#Texte_Presentation img{
	vertical-align: middle;
}
#Image_Profil img{
	border: 5px solid #f9a234;
		-moz-border-radius:5px; 
  -webkit-border-radius:5px; 
  border-radius:5px; 
}
#Fleche_bas  hr {
	border-top-color: #FFFFA6;
}

#Mes_Services{
	height:300px;
}
#Contact{
	-moz-border-radius:5px; 
  -webkit-border-radius:5px; 
  border-radius:5px; 
}
#Partenaires{
	background-color: #FFF;
	border: 1px solid #ccc;
	height:120px;
	width: 1000px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	vertical-align: middle;
}
#footer_1 {
	height: 10px;
	width: 100%;
	background-color: #01A2A6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00559C;
	color: #FFF;
}
#footer_1 li{
	display:inline;
}
#footer_2 {
	height: 50px;
	width: 100%;
	background-color: #424139;
}
#footer_2 p {
	color: #9F9F9F;
	margin-top: 10px;
	font-size: 10px;
	line-height: 15px;
}
#footer_2 img{
	margin-top: 10px;
	margin-right: 10px;
}

