html, body
{
	height: 100%;
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	/*background-image: url(img/bkg.png);*/
	background-repeat: repeat;
}

::selection
{
	background: #01b0f1; color: #ffffff;
}
::-moz-selection
{
	background: #01b0f1; color: #ffffff;
}
::-webkit-selection
{
	background: #01b0f1; color: #ffffff;
}

/*---------------------------------------- SCROLLBARS ----------------------------------------*/
/*
dégradé arrondi gris
::-webkit-scrollbar {    width: 12px;}::-webkit-scrollbar-track {    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);     border-radius: 10px;}::-webkit-scrollbar-thumb {    border-radius: 10px;    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); }
*/

.scroll_bar::-webkit-scrollbar
{
	width: 15px;
}

.scroll_bar::-webkit-scrollbar-track
{
	width: 15px;
	background-color: #f0f0f0; /*#C4E197;*/
	/*border: 1px solid #f0f0f0;
	border-radius: 3px;*/
}
.scroll_bar::-webkit-scrollbar-thumb
{
	width: 15px;
	background-color: #e5e7e5; /*#92c83f;*/
	border-radius: 3px;
}
.scroll_bar::-webkit-scrollbar-thumb:hover
{
	width: 15px;
	background-color: #C4E197;
}
.scroll_bar::-webkit-scrollbar-button
{
	width: 15px;
	background-color: #dddddd; /*#92c83f;*/
}
.scroll_bar::-webkit-scrollbar-button:hover
{
	background-color: #C4E197;
}
.scroll_bar::-webkit-scrollbar-button:vertical:decrement
{
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	background-image: url(img/up.png);
}
.scroll_bar::-webkit-scrollbar-button:vertical:increment
{
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-image: url(img/down.png);
}

table
{
	border-spacing: 0px;
	margin: 0;
	padding: 0;
}

tr
{
	border-spacing: 0px;
	margin: 0;
	padding: 0;
}

td, th
{
	border-spacing: 0px;
	margin: 0;
	padding: 0;
}

th
{
	font-weight: bold;
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

label
{
	cursor: pointer;
}

ul
{
	line-height: 1.5em;
	/*list-style-image: url(img/puce.png);*/
	padding-left: 10px;
}

h2
{
	font-family: Impact, Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
	color: #01b0f1;
}
h3
{
	display: inline-block;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
	margin: 0;
	color: #01b0f1;
}

h4
{
	display: inline-block;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 22px;
	margin: 0;
	color: #01b0f1;
}

h5
{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
	color: #775694;
}

h6
{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #404f40;
}

div#page
{
	position: relative;
		/* permet au bloc de servir de référent pour
		   ses descendants positionnés en absolu */
	background-color:#ffffff;
	/*background-image: url(img/bg.png);*/
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
}

#filter
{
	display: none;
	position: absolute;
	top: 0%; left: 0%;
	width: 100%; height: 100%;
	background-color: #000000;
	z-index: 10;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

input[type=text], input[type=password]
{
	padding-left: 3px;
	font-size: 12px;
	outline: 0px;
}

.image_hidden
{
	width: 0px;
	height: 0px;
	overflow: hidden;
}
/*****************************************************************************/
.header_container
{
	background-color: #ffffff;
	top: 20;
	/*left: 0;
	right: 0;*/
	width: 980px;
	height: 105px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 20px -1px #000000;
}
.header
{
	color: #01b0f1;
	font-family: Arial;
	width: 980px;
	font-size: 20px;
	line-height: 20px;
	white-space: nowrap;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.header a:link, .header a:visited
{
	color: #01b0f1;	/*01b0f1;*/
	font-size: 17px;
	line-height: 20px;
	white-space: nowrap;
	font-style: normal;
	/*font-weight: bold;*/
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header a:hover, .header a:active, .header a:focus
{
	color: #404f40;
	font-size: 17px;
	line-height: 20px;
	white-space: nowrap;
	font-style: normal;
	/*font-weight: bold;*/
	text-decoration: none;
	cursor: pointer;
}
.header_language
{
	position: absolute;
	right: 7px;
	top: 15px;
}
.header_language_flag
{
	position: relative;
	display: inline-block;
	top: 0px;
	vertical-align: middle;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.header_language_select
{
	position: relative;
	display: inline-block;
	padding-top: 0px;
	vertical-align: middle;
}
.header_language a:link, .header_language a:visited
{
	color: #01b0f1;	/*01b0f1;*/
	font-size: 13px;
	line-height: 20px;
	white-space: nowrap;
	font-style: normal;
	/*font-weight: bold;*/
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header_language a:hover, .header_language a:active, .header_language a:focus
{
	color: #404f40;
	font-size: 13px;
	line-height: 20px;
	white-space: nowrap;
	font-style: normal;
	/*font-weight: bold;*/
	text-decoration: none;
	cursor: pointer;
}
.header_language_sel
{
	color: #01b0f1;
	font-weight: bold;
	border: 1px solid #01b0f1;
	outline: auto 0px;
}
.header_menu
{
	position: absolute;
	top: 70px;
	right: 30px;
}
.header_social_lin
{
	position: absolute;
	top: 15px;
	right: 280px;
	display: inline-block;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.header_social_xing
{
	position: absolute;
	top: 15px;
	right: 250px;
	display: inline-block;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.header_top_menu
{
	position: absolute;
	top: 15px;
	right: 200px;
	display: inline-block;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.header_top_menu a:link, .header_top_menu a:visited
{
	color: #01b0f1;	/*01b0f1;*/
	font-size: 12px;
	line-height: 20px;
	white-space: nowrap;
	font-style: normal;
	/*font-weight: bold;*/
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header_top_menu a:hover, .header_top_menu a:active, .header_top_menu a:focus
{
	color: #404f40;
	font-size: 12px;
	line-height: 20px;
	white-space: nowrap;
	font-style: normal;
	/*font-weight: bold;*/
	text-decoration: none;
	cursor: pointer;
}
.footer
{
	position: relative;
	height: 77px;
	/*width: 100%;*/
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	bottom: 0px;
	/*position: relative;*/
	color: #01b0f1;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	/*clear: left;*/
	/*border-top: 1px solid #202f3d;*/
	/*background-color: #2f4559;*/
	background-color: #ffffff;
	text-align: center;
	box-shadow: 0px 0px 20px -1px #000000;
}

.footer a:link, .footer a:visited
{
	color: #01b0f1;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.footer a:hover, .footer a:active, .footer a:focus
{
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.footer_container
{
	position: absolute;
	bottom: 0px;
	width: 100%;
}


.list_invits_header
{
	max-width: 450px;
	height: 55px;
	text-align: right;
	padding-right: 20px;
	font-size: 12px;
	overflow: auto;
}
.list_invits_header a:link, .list_invits_header a:visited
{
	color: #404f40;
	font-size: 12px;
	line-height: 14px;
	white-space: nowrap;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.list_invits_header a:hover, .list_invits_header a:active, .list_invits_header a:focus
{
	color: #ffffff;
	font-size: 12px;
	line-height: 14px;
	white-space: nowrap;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

/* INDEX ------------------------------------------------------------------------------- */
.logo_index
{
	position: absolute;
	top: 150px;
	left: 150px;
}
.div_content
{
	position: relative;
	width: 980px;
	margin-top: 13px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ffffff; /*#775694; lavande: eee0fa - violet foncé: beb3c8*/
	color: #000000;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
	box-shadow: 0px 0px 20px -1px #000000;
}
.container_logo
{
	position: relative;
	width: 400px;
	top: 29px;
	left: 17px;
}
.logo
{
	width: 250px;
}
.index_text_container
{
	position: relative;
	width: 100%;
	height: 350px;
}
.index_enlighted_left_text
{
	position: absolute;
	left: 20px;
	width: 430px;
	height: 90px;
	padding: 10px;
	padding-top: 15px;
	margin-top: 20px;
	background-color: #01b0f1;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.index_enlighted_right_text
{
	position: absolute;
	right: 20px;
	width: 430px;
	height: 90px;
	padding: 10px;
	padding-top: 15px;
	margin-top: 170px;
	background-color: #a7d952;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.index_normal_left_text
{
	position: absolute;
	width: 430px;
	height: 90px;
	left: 20px;
	padding: 15px;
	padding-top: 170px;
}
.index_normal_right_text
{
	position: absolute;
	width: 430px;
	height: 90px;
	right: 20px;
	padding: 15px;
	padding-top: 20px;
}
/*****************************************************************************************/
.container_references
{
	width: 100%;
	text-align: center;
	cursor: pointer;
}
.reference_image
{
	width: 400px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.reference_text
{
	display: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
/***************************************************************************************/
.contact_input
{
	margin-bottom: 16px;
	margin-top: 6px;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #bababa;
	border-left: 1px solid #bababa;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-radius: 1px;
	-o-radius: 1px;
	border-radius: 1px;
}
.contact_input_text
{
	height: 18px;
}
.contact_input_textarea
{
	resize: none;
	outline: none;
	font-family: Arial;
	font-size: 12px;
}
.contact_input:hover
{
	border: 1px solid #b9b9b9;
	border-top: 1px solid #9a9a9a;
	border-left: 1px solid #9a9a9a;
}
.contact_input:focus
{
	border: 1px solid #2065b0;
}
.contact_button
{
	height: 22px;
	width: 65px;
	margin: 0px;
	margin-bottom: 16px;
	margin-top: 6px;
	margin-left: 2px;
	border: 0px;
	color: #ffffff;
	font-style: normal; /*italic;*/
	font-weight: bold;
	text-decoration: none;
	background-color: #20548d;
	cursor: pointer;
	-webkit-border-radius: 1px 1px 1px 1px;
	-moz-border-radius: 1px 1px 1px 1px;
	-ms-radius: 1px 1px 1px 1px;
	-o-radius: 1px 1px 1px 1px;
	border-radius: 1px 1px 1px 1px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.contact_button:hover
{
	background-color: #01b0f1;
}

/*************************************** Diapo ****************************************/
.diapo_container
{
	position: absolute;
	top: 0px;
	display: inline-block;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.diapo_right_button_container
{
	position: absolute;
	top: 100px;
	right: 0px;
	height: 30px;
	width: 50px;
	background-color: #01b0f1;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
	cursor: pointer;
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-ms-radius: 3px 0px 0px 3px;
	-o-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
}
.diapo_left_button_container
{
	position: absolute;
	top: 100px;
	left: 0px;
	height: 30px;
	width: 50px;
	text-align: center;
	background-color: #01b0f1;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
	cursor: pointer;
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-ms-radius: 0px 3px 3px 0px;
	-o-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
}
.diapo_right_button_text
{
	position: absolute;
	top: 100px;
	right: 0px;
	height: 30px;
	width: 50px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	line-height: 30px;
	cursor: pointer;
}
.diapo_left_button_text
{
	position: absolute;
	top: 100px;
	left: 0px;
	height: 30px;
	width: 50px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	line-height: 30px;
	cursor: pointer;
}
.diapo_desc_container
{
	position: absolute;
	top: 225px;
	left: 20px;
	height: 50px;
	width: 200px;
	background-color: #a7d952;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-ms-radius: 3px 3px 3px 3px;
	-o-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.diapo_desc_text
{
	position: absolute;
	top: 225px;
	left: 20px;
	height: 50px;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	line-height: 50px;
}
.diapo_prog_bar
{
	position: relative;
	top: 0px;
	height: 15px;
	width: 100%;
	padding-top: 5px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.diapo_prog_bubble
{
	height: 12px;
	width: 12px;
	display: inline-block;
	background-image: url(img/bubble_des.png);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/****************** SERVICES ************************/
.services_title_container
{
	position: relative;
	width: 100%;
	text-align: center;
}
.services_title1
{
	position: relative;
	display: inline-block;
	margin-right: 150px;
	cursor: pointer;
}
.services_title2
{
	position: relative;
	display: inline-block;
	margin-right: 150px;
	cursor: pointer;
}
.services_title3
{
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.services_title_prog
{
	position: absolute;
	height: 3px;
	width: 80px;
	top: 25px;
	left: 154px;
	/*left: 400px;*/
	/*left: 695px;*/
	background-color: #01b0f1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.services_content_container
{
	position: relative;
	top: 55px;
	height: 600px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	/*border: 1px solid #f0f0f0;*/
}
.services_content
{
	/*height: 0px;*/
	overflow: hidden;
	display: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
