/* CSS Document */
/*-----------  Styles édition client, et transverses à tout le site -----------*/

/*-----------  AFFICHAGE WYSIWYG  -----------*/
body{
	color:#333333;
	font:normal normal 13px/normal Arial, Verdana, Sans-serif;
}

/*-----------  FONT FACES  -----------*/
@font-face{
    font-family:'AvantGardeBold';
    src:url('../font/ag-bold.eot');
    src:url('../font/ag-bold.eot?#iefix') format('embedded-opentype'),
        url('../font/ag-bold.woff') format('woff'),
        url('../font/ag-bold.ttf') format('truetype'),
        url('../font/ag-bold.svg#AvantGardeBold') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family:'AvantGardeDemi';
    src:url('../font/ag-demi.eot');
    src:url('../font/ag-demi.eot?#iefix') format('embedded-opentype'),
        url('../font/ag-demi.woff') format('woff'),
        url('../font/ag-demi.ttf') format('truetype'),
        url('../font/ag-demi.svg#AvantGardeDemi') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family:'AvantGardeMedium';
    src:url('../font/ag-medium.eot');
    src:url('../font/ag-medium.eot?#iefix') format('embedded-opentype'),
        url('../font/ag-medium.woff') format('woff'),
        url('../font/ag-medium.ttf') format('truetype'),
        url('../font/ag-medium.svg#AvantGardeMedium') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family:'AvantGardeBook';
    src:url('../font/ag-book.eot');
    src:url('../font/ag-book.eot?#iefix') format('embedded-opentype'),
        url('../font/ag-book.woff') format('woff'),
        url('../font/ag-book.ttf') format('truetype'),
        url('../font/ag-book.svg#AvantGardeBook') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*-----------  COULEURS  -----------*/
.couleur_noire{color:#252525 !important;}
.couleur_blanche{color:#ffffff !important;}
.couleur_bleue{color:#016fb4 !important;}
.couleur_orange{color:#ff5b00 !important;}

/*-----------  TITRES  -----------*/
.titre_1, #greyBoxContent > .title.greybox{
	color:#333333;
	padding:12px 0 22px 0;
	font:normal normal 30px/30px AvantGardeBook, Arial, Sans-serif;
}
.titre_2{
	color:#333333;
	padding:15px 0;
	font:normal normal 16px/normal AvantGardeMedium, Arial, Sans-serif;
}

/*-----------  PARAGRAPHES  -----------*/
.p_intro{
	font-size:14px;
	line-height:18px;
	padding:0 0 10px 0;
}

/*-----------  BOUTONS  -----------*/
.bouton_orange, .bouton_orange_2{
	color:#ffffff;
	white-space:nowrap;
	display:inline-block;
	height:12px;
	text-transform:uppercase;
	padding:4px 3px 5px 0;
	margin:0 15px;
	position:relative;
	border:none;
	cursor:pointer;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	font:normal bold 10px/normal Arial, Verdana, Sans-serif;
	background:#ff7e00; /* Old browsers */
	background:-moz-linear-gradient(top,  #ff7e00 0%, #ff5c00 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7e00), color-stop(100%,#ff5c00)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,  #ff7e00 0%,#ff5c00 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,  #ff7e00 0%,#ff5c00 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top,  #ff7e00 0%,#ff5c00 100%); /* IE10+ */
	background:linear-gradient(top,  #ff7e00 0%,#ff5c00 100%); /* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7e00', endColorstr='#ff5c00',GradientType=0 ); /* IE6-9 */
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
}
.bouton_orange:before, .bouton_orange > .left, .bouton_orange_2:before, .bouton_orange_2 > .left{
	content:"";
	display:block;
	position:absolute;
	left:-10px;top:0;
	width:10px;height:21px;
	background:url(../img/sprite.png) no-repeat -10px 0;
}
.bouton_orange:after, .bouton_orange > .right, .bouton_orange_2:after, .bouton_orange_2 > .right{
	content:"";
	display:block;
	position:absolute;
	right:-10px;top:0;
	width:10px;height:21px;
	background:url(../img/sprite.png) no-repeat 0 0;
}
.bouton_orange_2:after, .bouton_orange_2 > .right{background-position:0 -155px;}
.bouton_orange:hover, .bouton_orange_2:hover{color:#000000;}

/*-----------  DIAPORAMA  -----------*/
.box_image{display:block;}
.box_theme{
	color:#b3b3b3;
	padding:0 0 10px 0;
	text-transform:uppercase;
	font:normal bold 10px/normal Arial, Verdana, Sans-serif;
}
.box_titre{
	color:#252525;
	padding:0 0 5px 0;
	text-transform:uppercase;
	text-shadow:1px 1px 5px rgba(0, 0, 0, 0.8);
	font:normal normal 16px/20px AvantGardeBook, Arial, Sans-serif;
	_filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=4);
}
.box_titre > strong{
	display:inline-block;
	color:#252525;
	padding:0 0 2px 0;
	text-transform:uppercase;
	font:normal normal 22px/22px AvantGardeBold, Arial, Sans-serif;
}

/*-----------  SPECIAUX  -----------*/
.picto_plus{
	display:inline-block;
	width:16px;
	height:16px;
	color:#000000;
	text-align:center;
	margin:0;
	padding:0 1px 0 0;
	vertical-align:bottom;
	border-radius:16px;
	background:#ffffff;
	font:normal normal 14px/14px Arial, Verdana, Sans-serif;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
}
.bouton_orange:hover .picto_plus, .bouton_orange_2:hover .picto_plus, .picto_plus:hover{
	color:#ffffff;
	background:#000000;
}

/*-----------  IMAGES  -----------*/
img.image_a_gauche{
	clear:left;
	display:block;
	float:left;
	margin:0 10px 10px 0;
}
img.image_a_droite{
	clear:right;
	display:block;
	float:right;
	margin:0 0 10px 10px;
}

/*-----------  FILETS  -----------*/
.filet{
	clear:both !important;
	height:0 !important;
	padding:0 !important;
	margin:0 0 10px 0 !important;
	font-size:0 !important;
	line-height:0 !important;
	background:none !important;
	border:none !important;
	border-top:1px solid #d6d6d6 !important;
}

/*-----------  TABLEAU  -----------*/
/*.tableau{
	width:100%;
	border-spacing:0;
	margin-bottom:15px;
	border-collapse:collapse;
	border-bottom:1px solid #dddddd;
}*/

/*----------- ------*/
.list3col{margin:0 !important;}
.list3col li{
	float:left;
	width:236px;
	height:93px;
	margin:0 0 0 1px;
	text-transform:uppercase;
	font:normal normal 16px/16px AvantGardeBold, Arial, Sans-serif;
	padding:0 !important;	
	list-style:none;
}
.list3col li:first-child{
	width:217px;
	margin-left:0;
}
.list3col li:first-child{background-color:#77c3ff;}
.list3col li:first-child + li{background-color:#038cff;}
.list3col li:first-child + li + li{background-color:#033078;}
.list3col li > a{
	color:#ffffff;
	display:block;
	height:66px;
	padding:27px 9px 0 9px;
}
.list3col li > a:hover{
	background-color:#ff5b00;
}