/* GENERAL */
@font-face {
    font-family: 'xolonium';
    src: url('_rsc/xolonium.ttf');
}
@font-face {
    font-family: 'roboto';
    src: url('_rsc/roboto.ttf');
}
body, html {
	font-family: 'roboto';
	font-size: 1em;
	color: #666;
	margin: 0px;
	height: 100%;
	background-color: white;
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
p {
	text-indent: 40px;
	text-align: justify;
	margin: 0px;
}
td {
	vertical-align: top;
}
input[type=button] {
	color: #666666;
	cursor: pointer;
}
.global_table {
	width: 100%;
	height: 100%;
}
.main_header {
	background-color: #15A5BC;
	height: 96px;
}
.main_header td {
}
.main_logo {
	width: 250px;
	text-align: center;
	vertical-align: middle;
}
.main_logo img {
	height: 64px;
}
.main_title {
	font-family: 'xolonium';
	font-size: 300%;
	vertical-align: middle;
	color: white;
	padding-left: 40px;
}
.main_menu {
	vertical-align: bottom;
}
.main_ctn {
	box-shadow: inset 0px 20px 20px -20px black, inset 0px -20px 20px -20px black;
}
.main_footer {
	background-color: #15A5BC;
	height: 36px;
	text-align: center;
	vertical-align: middle;
	color: white;
}
.mySoftWest {
	font-family: 'xolonium';
}

/* INDEX */
.index_logo {
	margin-top: 5%;
	width: 35%;
	visibility:hidden;
}
.index_slogan {
	font-size: 150%;
	margin: 20px 60px 10px 60px;
	visibility:hidden;
}

/* MAIN MENU */
.main_menu_link {
	font-size: 120%;
	color: white;
	padding: 2px 10px;
	border-bottom: 2px solid transparent;
	white-space: nowrap;
}
.main_menu_link:hover, .main_menu_link_on {
	border-bottom: 2px solid white;
}
/* SIDEBAR */
.sidebar_main {
	background-color: #444;
	background-image:  url('_rsc/background_dark.png');
	width: 230px;
	padding: 10px;
	text-align: center;
	color: white;
	text-shadow: 0px 0px 10px black;
	box-shadow: inset 0px 20px 20px -20px black, inset 0px -20px 20px -20px black;
}
.sidebar_title, .sidebar_title_link {
	font-size: 120%;
	margin: 20px 0px;
}
.sidebar_title_link {
	color: #BBB;
}
.sidebar_rubric_link {
	color: #BBB;
	padding: 4px 10px;
	border-left: 3px solid;
	height: 48px;
	width: 100%;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
}
.sidebar_title_link:hover, .sidebar_rubric_link:hover, .sidebar_link_on {
	color: white;
}
/* PAGE */
.page_title {
	font-size: 140%;
	text-align: left;
	padding: 4px 20px;
	margin: 40px 0px 20px 20%;
	background-color: white;
	border-bottom: 3px solid #15A5BC;
}
.page_ctn {
	margin: 20px 10% 20px 10%;
}
.page_subtitle {
	font-size: 120%;
	color: #15A5BC;
	margin: 20px 0px 20px 0px;
}
/* PRESTA */
.presta_frame {
	color: white;
	background-image: url('_rsc/presta_frame.png');
	background-size: 300px 192px;
	width: 220px;
	height: 172px;
	padding: 10px 40px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 22px;
	float: left;
	visibility: hidden;
}
.presta_frame:hover {
	opacity: 0.8;
}
.presta_frame hr {
	margin: 16px 0px;
	border: 0px;
	height: 3px;
}
.presta_identite_visuelle_reference {
	box-shadow: 0px 0px 10px #444;
	border-collapse: collapse;
	margin: 10px;
}
.presta_identite_visuelle_reference td {
	border: 1px solid #777;
	width: 16px;
}
.presta_identite_visuelle_reference img {
	width: 128px;
}
.presta_site_internet_reference {
	width: 90%;
	box-shadow: 0px 0px 10px #444;
	margin: 20px;
}
.presta_diffusion_contenu_01 {
	width: 520px;
}
.presta_diffusion_contenu_02 {
	background-image: url('_rsc/presta_diffusion_contenu_02.png');
	width: 520px;
	height: 250px;
	box-shadow: 0px 0px 10px #444;
}
.presta_diffusion_contenu_03 {
	width: 20%;
	height: 25%;
	margin-top: 40px;
	margin-left: 300px;
	border: 2px solid black;
}
.presta_gestcab_div {
	perspective: 1000px;
}
.presta_gestcab {
	width: 100%;
	transform: rotate3d(0,1,0,-30deg);
	box-shadow: 0px 0px 10px #444;
}
/* CONTACT */
.contact_fiche {
	box-shadow: 0px 0px 10px #444;
	float: left;
}
.contact_fiche td {
	padding: 6px;
	vertical-align: middle;
}
/* LEGALS CGV */
.legals_back {
	background-color: #000000;
	opacity: 0.8;
	position: absolute;
	height: 100%;
	width: 100%;
	visibility: hidden;
	z-index: 10;
}
.legals_ctn {
	position: absolute;
	height: 60%;
	width: 100%;
	visibility: hidden;
	z-index: 11;
}
.legals_title {
	color: #FFFFFF;
	margin: 106px 0px 6px 0px;
	font-size: 18px;
}
.legals_txt {
	background-color: white;
	padding: 20px 20px 20px 30px;
	text-align: justify;
	width: 800px;
	height: 100%;
	overflow-y: scroll;
}
.legals_specontent {
	color: white;
	background-color: #666666;
	
	border-radius: 4px;
	
	width: 85%;
	margin: auto;
	padding: 5px 20px 5px 20px;
}
.legals_specontent .btnok {
	text-align: center;
	color: #00a5bc;
	font-size: 12px;
	font-weight: bold;
	background-color: white;
	
	width: 80px;
	height: 16px;
	padding-bottom: 2px;
	
	border: none;
	border-radius: 4px;
}
.legals_specontent .btnnok {
	text-align: center;
	color: white;
	font-size: 11px;
	font-style: italic;
	background-color: #999999;
	
	width: 80px;
	height: 16px;
	padding-bottom: 2px;
	
	border: none;
	border-radius: 4px;
}

/* CONSENT */
.divconsent {
	position: absolute;
    bottom: 0;
    left: 0;
	
	z-index: 5;
	
	width: 450px;
	height: 160px;
	
	background-color: rgba(102,102,102, 0.75);
}
.divconsent .divsubconsent {
	position: absolute;
    top: 0;
	right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
	
	width: 420px;
	height: 130px;
	
	background-color: rgba(102,102,102, 1);
}
.divconsent .divsubconsent .divsubsubconsent {
	position: absolute;
    top: 0;
	right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
	
	width: 400px;
	height: 140px;
	
	text-align: center;
	vertical-align: middle;
	color: white;
	font-size: 15px;
}
.divconsent .divsubconsent .divsubsubconsent .textjustify {
	text-align: justify;
	margin: 12px 0px;
}
.divconsent .divsubconsent .divsubsubconsent .btnok {
	text-align: center;
	color: #00a5bc;
	font-size: 12px;
	font-weight: bold;
	background-color: white;
	
	width: 100px;
	height: 16px;
	padding-bottom: 2px;
	
	border: none;
	border-radius: 4px;
}
.divconsent .divsubconsent .divsubsubconsent .btnperson {
	text-align: center;
	color: white;
	font-size: 11px;
	font-style: italic;
	background-color: #999999;
	
	width: 100px;
	height: 16px;
	padding-bottom: 2px;
	
	border: none;
	border-radius: 4px;
}
