@charset "utf-8";
/* CSS Document */

/* Polices personnalisées */

@font-face {
    font-family: 'segoe_printregular';
    src: url('../polices/segoe_print-webfont.eot');
    src: url('../polices/segoe_print-webfont.eot?#iefix') format('embedded-opentype'),
url('../polices/segoe_print-webfont.woff') format('woff'),
url('../polices/segoe_print-webfont.ttf') format('truetype'),
url('../polices/segoe_print-webfont.svg#segoe_printregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'courier_newregular';
    src: url('../polices/cour-webfont.eot');
    src: url('../polices/cour-webfont.eot?#iefix') format('embedded-opentype'),
url('../polices/cour-webfont.woff') format('woff'),
url('../polices/cour-webfont.ttf') format('truetype'),
url('../polices/cour-webfont.svg#courier_newregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ubuntu_monoregular';
    src: url('../polices/ubuntumono-regular-webfont.eot');
    src: url('../polices/ubuntumono-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../polices/ubuntumono-regular-webfont.woff') format('woff'),
url('../polices/ubuntumono-regular-webfont.ttf') format('truetype'),
url('../polices/ubuntumono-regular-webfont.svg#ubuntu_monoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'calibriregular';
    src: url('../polices/calibri-webfont.eot');
    src: url('../polices/calibri-webfont.eot?#iefix') format('embedded-opentype'),
url('../polices/calibri-webfont.woff') format('woff'),
url('../polices/calibri-webfont.ttf') format('truetype'),
url('../polices/calibri-webfont.svg#calibriregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* *********************************************************** */
/* Eléments principaux de la page */

*{
	margin: 0;
	padding: 0;
	border: none;
}

html {
	display: table;
	table-layout: fixed;
	width: 100%; height: 100%;
}

body
{
	display: table-cell;	
	vertical-align: top; /* middle pour centrage vertical */
	margin:0;
	width: 100%; height: 100%;
	
    background-color: rgb(255,255,255);
	
    font-family: 'calibriregular';
    color: #505050; /* gris foncé du texte central */

}

#super_container
{
    display: cell;
	width: 100%;
	background-image:url(../images/fond_contenu.jpg);
	background-repeat:repeat-x;
	background-position: 0px 100px; /* position top doit être égale à hauteur de <header> */
	background-attachment: scroll;
}

#container
{
    width: 929px;
    margin: auto;
}
/* *********************************************************** */
/* HEADER */

header{
	display:inline-block;
    width: 929px;
	height: 100px; /* hauteur doit être égale à position top du background de super_container */
}

/* Pictos du top */

header nav#top_navigation{
	display:inline-block;
    width: 929px;
	height: 38px;
    text-align: right;
}
header nav#top_navigation ul
{
	display:inline-block;
	height: 28px;
    list-style-type: none;
	padding: 10px 0 5px 0;
}

header nav#top_navigation li{
	display:inline-block;
	height: 23px;
}
header nav#top_navigation li img{
	border: none;
	height: 23px;
	padding: 0 0 0 29px;
}

/* Menu principal */

header #menu{
	display:inline-block;
    width: 929px;
	height: 62px;
	background-image:url(../images/pointilles_degrades.png);
	background-repeat:no-repeat;
	background-position: right 9px;
}
header #menu img#logo{
	float: left;
    width: 231px;
	height: 56px;
	border: none;
}

header #menu #navigation{
	display:inline-block;
	vertical-align: top;
    width: 698px;
	height: 62px;
    text-align: right;
}
header #menu #navigation ul
{
    list-style-type: none;
	height: 62px;
	padding:0 0 0 0;
}

header #menu #navigation li{
	display:inline-block;
	height: 62px;
	
	font-family: 'ubuntu_monoregular';
	font-size:22px;
	font-weight: bold;
	color: #112E80;
	letter-spacing: 0.5pt;

	padding: 23px 0 0 25px;
}
header #menu #navigation li a{
	text-decoration: none;
	color: #112E80;
}
header #menu #navigation li a:hover{
	text-decoration: none;
	color: #FF0000;
}
header #menu #navigation li.active{
	color: #FF0000;
}
/* *********************************************************** */
/* CONTENU */

#contenu{
	display:inline-block;
	vertical-align:top;
    width: 929px;
}
/* *********************************************************** */
/* SECTION */

section{
	display:inline-block;
	vertical-align: top;
    width: 929px;
	min-height: 445px; /* NE PAS EFFACER */
	
	background-image: url(../fr/images/accueil_slide1.jpg);
	background-position: 1px 1px;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
/*
div#contenu section:hover{
	cursor: pointer;
}
*/
/* *********************************************************** */
/* Bas du contenu */

#contenu footer{
	display:inline-block;
	vertical-align: top;
    width: 929px;
	height: 1px;
	margin-top: 20px;
	background-image:url(../images/footer_accueil.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}

/* *********************************************************** */
/* FOOTER */
#container footer#pied
{
	display: inline-block;
    width: 929px;
}
#container footer#pied table{
    width: 100%;
	height: 55px;
    font-family: 'calibriregular';
	font-size:15px;
	color: #112E80;
}
#container footer#pied table tr td a{
	color: #112E80;
	text-decoration: none;
}
#container footer#pied table tr td a:hover{
	color: #FF0000;
	text-decoration: none;
}

#container footer#pied table tr td img{
	padding: 2px 0 0 0;
	border: none;
}

#container footer#pied table tr td.first_fr{
	width: 25px;
}
#container footer#pied table tr td.first_en{
	width: 20px;
}

#container footer#pied table tr td.last{
	text-align: right;
}
/* *********************************************************** */
/* LIGHT BOXES VIDEOS */
#modalCheck{
	display: none;
}
.modalLayer{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
#modalCheck:checked + .modalLayer, #modalContent01:target, #modalContent02:target, #modalContent03:target, #modalContent04:target, #modalContent05:target, #modalContent06:target{
	display: block;
}
.popup_block{
	background: #000;
	padding: 0;
	border: 1px solid #DDD;
	position: relative;
	margin: 10% auto;
	width: 640px;
	box-shadow: 0px 0px 20px #000;
	/*border-radius: 10px;*/
	z-index:500;
}
img.btn_close {
	float: right;
	margin: -10px -10px 0 0;
	cursor: pointer;
}
.button{
	cursor: pointer;
}

.gras{
	font-weight: bold;
}
video{
	width: 640px;
	height: 360px;
}


/* *********************************************************** */
/* Divers */

.bleu_capomix{
	color: #112E80;
}
.rouge_capomix{
	color: #FF0000;
}
.puce{
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size:14px;
	color: rgba(255,0,0,1);
	font-weight: bold;
}
.noir{
	color: #252525; /* noir rubriques principale du site */
}
.segoe{
	font-family: 'segoe_printregular';
	font-size:14px;
}
.o_capomix{
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #FF0000;
	font-size:15px;
	font-weight:bold;

}
img.video{
	vertical-align: middle;
}
.centre{
	text-align:right;
}
