/* 2012 © cedricmure.fr */


* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	color: #eeeeee;
	background: #808080 url(/img/structure/body_bg.gif) no-repeat center 110px;
}
body a {
	color: #eeeeee;
	text-decoration: none;
}
body a:hover {
	text-decoration: underline;
}

img {
	border: 0;
    vertical-align: bottom;
}


.clear {
	clear: both;
}
ul li {
	list-style: none;
}

header, nav, footer, section, article, aside, video, figure {
	display: block;
}
input, textarea {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
article {
	position: relative;
}


/* TEXTES ----------------------- */

h1 {
	font-size: 26px;
	font-weight: normal;
	line-height: 28px;
	margin-top: 5px;
	margin-bottom: 15px;
}
h2 {
	font-size: 21px;
	font-weight: 300;
	padding-bottom: 3px;
	line-height: 23px;
	padding-top: 2px;
}
h2 a.voir_tout {
	font-size: 11px;
	padding-left: 10px;
}
h3 {
	font-size: 18px;
	font-weight: 300;
}
p {
	padding-bottom: 5px;
	padding-top: 3px;
}
p.resume {
	font-size: 12px;
	color: #EEEEEE;
	//color: #818080;
}
p img {
	padding: 10px 15px 10px 0px;
}
.font12 {
	font-size: 12px;
}
.title_aside {
	font-size: 21px;
	display: block;
	padding-bottom: 10px;
	line-height: 21px;
}
.blanc {
	color: #eeeeee;
}
.gris {
	color: #818080;
}
.vert {
	color: #879d2d;
}
.bg_vert {
	#background-color: #3f4727;
	border: 1px solid #3f4727;
}
.bg_vert2 {
	background-color: #3f4727;	
}
.violet {
	color: #9658bd;
}
.bg_violet {
	#background-color: #3c2e44;
	border: 1px solid #3c2e44;
}
.bg_violet2 {
	background-color: #3c2e44;
}
.bleu {
	color: #549fcd;
}
.bg_bleu {
	#background-color: #547fcd;
	border: 1px solid #547fcd;
}
.bg_bleu2 {
	background-color: #547fcd;
}
.rouge {
	color: #cc3a50;
}
.bg_rouge {
	#background-color: #cc3a50;
	border: 1px solid #cc3a50;
}
.bg_rouge2 {
	background-color: #cc3a50;
}
.orange {
	color: #ce8d26;
}
.bg_orange {
	#background-color: #ce8d26;
	border: 1px solid #CE8D26;
}
.bg_orange2 {
	background-color: #ce8d26;
}
.gris_aside {
	color: #7b7b7b;
}


/* BOUTONS ----------------------- */

a.btn_input_vert {
	display: block;
	float: right;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
	padding: 4px 10px;
	background-image: -moz-linear-gradient(top, #adcc00 0%, #7b9a00 100%);
	background-image: -webkit-linear-gradient(top, #adcc00 0%, #7b9a00 100%);
	background-image: -ms-linear-gradient(top, #adcc00 0%, #7b9a00 100%);
	background-image: -o-linear-gradient(top, #adcc00 0%, #7b9a00 100%);
	background-image: linear-gradient(to bottom, #adcc00 0%, #7b9a00 100%);
	background-color: #7b9a00;
}
a.btn_input_vert:hover {
	background-image: -moz-linear-gradient(bottom, #adcc00 0%, #7b9a00 100%);
	background-image: -webkit-linear-gradient(bottom, #adcc00 0%, #7b9a00 100%);
	background-image: -ms-linear-gradient(bottom, #adcc00 0%, #7b9a00 100%);
	background-image: -o-linear-gradient(bottom, #adcc00 0%, #7b9a00 100%);
	background-image: linear-gradient(to top, #adcc00 0%, #7b9a00 100%);
	background-color: #7b9a00;
	text-decoration: none;
}
a.btn_ok_rouge {
	display: block;
	float: left;
	font-size: 13px;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-left: 5px;
	padding: 3px 10px 2px 10px;
	background-image: -moz-linear-gradient(top, #ca394f 0%, #7f1a29 100%);
	background-image: -webkit-linear-gradient(top, #ca394f 0%, #7f1a29 100%);
	background-image: -ms-linear-gradient(top, #ca394f 0%, #7f1a29 100%);
	background-image: -o-linear-gradient(top, #ca394f 0%, #7f1a29 100%);
	background-image: linear-gradient(to bottom, #ca394f 0%, #7f1a29 100%);
	background-color: #7f1a29;
	border: solid 1px #cc6373;
}
a.btn_ok_rouge:hover {
	text-decoration: none;
	background-image: -moz-linear-gradient(bottom, #ca394f 0%, #7f1a29 100%);
	background-image: -webkit-linear-gradient(bottom, #ca394f 0%, #7f1a29 100%);
	background-image: -ms-linear-gradient(bottom, #ca394f 0%, #7f1a29 100%);
	background-image: -o-linear-gradient(bottom, #ca394f 0%, #7f1a29 100%);
	background-image: linear-gradient(to top, #ca394f 0%, #7f1a29 100%);
	background-color: #ca394f;
}
a.btn_ok_vert {
	display: block;
	float: left;
	font-size: 13px;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-left: 5px;
	padding: 3px 10px 2px 10px;
	background-image: -moz-linear-gradient(top, #7e9733 0%, #556917 100%);
	background-image: -webkit-linear-gradient(top, #7e9733 0%, #556917 100%);
	background-image: -ms-linear-gradient(top, #7e9733 0%, #556917 100%);
	background-image: -o-linear-gradient(top, #7e9733 0%, #556917 100%);
	background-image: linear-gradient(to bottom, #7e9733 0%, #556917 100%);
	background-color: #556917;
	border: solid 1px #859e38;
}
a.btn_ok_vert:hover {
	text-decoration: none;
	background-image: -moz-linear-gradient(bottom, #7e9733 0%, #556917 100%);
	background-image: -webkit-linear-gradient(bottom, #7e9733 0%, #556917 100%);
	background-image: -ms-linear-gradient(bottom, #7e9733 0%, #556917 100%);
	background-image: -o-linear-gradient(bottom, #7e9733 0%, #556917 100%);
	background-image: linear-gradient(to top, #7e9733 0%, #556917 100%);
	background-color: #7e9733;
}
a.btn_ok_bleu {
	display: block;
	float: left;
	font-size: 13px;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-left: 5px;
	padding: 3px 10px 2px 10px;
	background-image: -moz-linear-gradient(top, #4875c5 0%, #234480 100%);
	background-image: -webkit-linear-gradient(top, #4875c5 0%, #234480 100%);
	background-image: -ms-linear-gradient(top, #4875c5 0%, #234480 100%);
	background-image: -o-linear-gradient(top, #4875c5 0%, #234480 100%);
	background-image: linear-gradient(to bottom, #4875c5 0%, #234480 100%);
	background-color: #234480;
	border: solid 1px #4875c5;
}
a.btn_ok_bleu:hover {
	text-decoration: none;
	background-image: -moz-linear-gradient(bottom, #4875c5 0%, #234480 100%);
	background-image: -webkit-linear-gradient(bottom, #4875c5 0%, #234480 100%);
	background-image: -ms-linear-gradient(bottom, #4875c5 0%, #234480 100%);
	background-image: -o-linear-gradient(bottom, #4875c5 0%, #234480 100%);
	background-image: linear-gradient(to top, #4875c5 0%, #234480 100%);
	background-color: #4875c5;
}
a.btn_bleu {
	display: block;
	float: left;
	font-size: 13px;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 10px;
	padding: 5px 10px;
	background-image: -moz-linear-gradient(top, #4875c5 0%, #234480 100%);
	background-image: -webkit-linear-gradient(top, #4875c5 0%, #234480 100%);
	background-image: -ms-linear-gradient(top, #4875c5 0%, #234480 100%);
	background-image: -o-linear-gradient(top, #4875c5 0%, #234480 100%);
	background-image: linear-gradient(to bottom, #4875c5 0%, #234480 100%);
	background-color: #234480;
}
a.btn_bleu:hover {
	text-decoration: none;
	background-image: -moz-linear-gradient(bottom, #4875c5 0%, #234480 100%);
	background-image: -webkit-linear-gradient(bottom, #4875c5 0%, #234480 100%);
	background-image: -ms-linear-gradient(bottom, #4875c5 0%, #234480 100%);
	background-image: -o-linear-gradient(bottom, #4875c5 0%, #234480 100%);
	background-image: linear-gradient(to top, #4875c5 0%, #234480 100%);
	background-color: #4875c5;
}
a.btn_rouge {
	display: block;
	float: left;
	font-size: 13px;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 10px;
	padding: 5px 10px;
	background-image: -moz-linear-gradient(top, #ca394f 0%, #7f1a29 100%);
	background-image: -webkit-linear-gradient(top, #ca394f 0%, #7f1a29 100%);
	background-image: -ms-linear-gradient(top, #ca394f 0%, #7f1a29 100%);
	background-image: -o-linear-gradient(top, #ca394f 0%, #7f1a29 100%);
	background-image: linear-gradient(to bottom, #ca394f 0%, #7f1a29 100%);
	background-color: #7f1a29;
}
a.btn_rouge:hover {
	text-decoration: none;
	background-image: -moz-linear-gradient(bottom, #ca394f 0%, #7f1a29 100%);
	background-image: -webkit-linear-gradient(bottom, #ca394f 0%, #7f1a29 100%);
	background-image: -ms-linear-gradient(bottom, #ca394f 0%, #7f1a29 100%);
	background-image: -o-linear-gradient(bottom, #ca394f 0%, #7f1a29 100%);
	background-image: linear-gradient(to top, #ca394f 0%, #7f1a29 100%);
	background-color: #ca394f;
}


/* STRUCTURE ----------------------- */
.pub_header {
	width: 728px;
	margin: 5px auto 0px auto;
	border: 1px solid #000;
}
.pub_header_90 {
	height: 90px;
}
.pub_header_200 {
	height: 200px;
}
#pub_header {
	height: 90px;
	width: 728px;
	margin: 5px auto 0px auto;
	border: 1px solid #000;
}
#pub_header_200 {
	height: 200px;
	width: 728px;
	margin: 5px auto 0px auto;
	border: 1px solid #000;
}
#pub_header_90 {
	height: 90px;
	width: 728px;
	margin: 5px auto 0px auto;
	border: 1px solid #000;
}
#container {
	width: 980px;
	margin: 10px auto 0px auto;
	background-color: #2c2c2c;
	box-shadow: 0px 0px 5px #3c3c3c;
}
#container_content {
	padding: 25px;
}
#content {
	width: 580px;
	padding-right: 24px;
	float: left;
}
#container_aside {
	float: left;
	border-top: solid 15px #2c2c2c;
}

#container_content.content-large #content {
	width:100%;
}
#container_content.content-large #aside_bg {
	background:none;
}

/* HEADER ----------------------- */

header {
	height: 147px;
	background: url(/img/structure/header_bg.jpg) no-repeat center top;
}
a#logo {
	display: block;
	float: left;
	margin-top: 24px;
	margin-left: 24px;
}
#block_search {
//	float: right;
//	width: 250px;
//	background: #FFF url(/img/structure/search_loupe.gif) 6px 5px no-repeat;
//	padding: 3px 3px 3px 30px;
//	border: 1px solid #dddddc;
//	border-radius: 5px;
//	margin: 10px 10px 0px 0px;
}
#block_search {
	float: right;
	width: 290px;
	margin: 45px 30px 0px 0px;
}
input#search {
	font-size: 12px;
	color: #9d9c9c;
	width: 190px;
	background-color: transparent;
	border: 0;
	overflow: hidden;
	float: left;
	margin-top: 5px;
}


/* MENU ----------------------- */

nav {
	clear: both;
	padding: 20px 0 10px 24px;
	
}
ul#menu {
	background-image: -moz-linear-gradient(top, #a1a8b0 25%, #616870 80%);
	background-image: -webkit-linear-gradient(top, #a1a8b0 25%, #616870 80%);
	background-image: -ms-linear-gradient(top, #a1a8b0 25%, #616870 80%);
	background-image: -o-linear-gradient(top, #a1a8b0 25%, #616870 80%);
	background-image: linear-gradient(to bottom, #a1a8b0 25%, #616870 80%);
	background-color: #616870;
	height: 44px;
	//left:15px;
	border-radius: 8px;
	box-shadow: 0px 0px 4px #000;
	line-height: 15px;
	position: relative;
	float: left;
}
ul#menu li {
	float: left;
	border-right: 1px solid #b3b8be;
	border-left: 1px solid #63686c;
}
ul#menu li.first {
	border-left: 0px;
}
ul#menu li.last {
	border-right: 0px;
}
ul#menu li a {
	line-height: 15px; /* fonctionne avec #menu */
	display: block;
	height: 29px;
	font-size: 13px;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: -1px -1px 0px #434646;
	padding-top: 15px;
	//padding-right: 16px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 33px;
	background-image: url(/img/structure/icons_sprite_bis.png);
	background-repeat: no-repeat;
}
ul#menu li.double_ligne a {
	height: 38px;
	padding-top: 6px;
}
ul#menu li.triple_ligne a {
	height: 47px;
	padding-top: 6px;
}

/* MENU debuter */
ul#menu li.menu_debuter {
	padding-left: 3px;
	border-radius: 8px 0px 0px 8px;
}
ul#menu li.menu_debuter:hover, ul#menu li.menu_debuter.actif {
	background-image: -moz-linear-gradient(top, #b081cd 25%, #70428e 80%);
	background-image: -webkit-linear-gradient(top, #b081cd 25%, #70428e 80%);
	background-image: -ms-linear-gradient(top, #b081cd 25%, #70428e 80%);
	background-image: -o-linear-gradient(top, #b081cd 25%, #70428e 80%);
	background-image: linear-gradient(to bottom, #b081cd 25%, #70428e 80%);
	background-color: #70428e;
}
ul#menu li.menu_debuter a {
	background-position: 10px 14px;
}
ul#menu li.menu_debuter:hover a, ul#menu li.menu_debuter.actif a {
	background-position: 10px -16px;
}
ul#menu li.menu_debuter ul.sousmenu, .boutique_debuter ul {
	background-image: -moz-linear-gradient(top, #b081cd -20%, #70428e 50%);
	background-image: -webkit-linear-gradient(top, #b081cd -20%, #70428e 50%);
	background-image: -ms-linear-gradient(top, #b081cd -20%, #70428e 50%);
	background-image: -o-linear-gradient(top, #b081cd -20%, #70428e 50%);
	background-image: linear-gradient(to bottom, #b081cd -20%, #70428e 50%);
	background-color: #70428e;
}

/* MENU camescopes */
ul#menu li.menu_camescopes:hover, ul#menu li.menu_camescopes.actif {
	background-image: -moz-linear-gradient(top, #7798d5 25%, #375895 80%);
	background-image: -webkit-linear-gradient(top, #7798d5 25%, #375895 80%);
	background-image: -ms-linear-gradient(top, #7798d5 25%, #375895 80%);
	background-image: -o-linear-gradient(top, #7798d5 25%, #375895 80%);
	background-image: linear-gradient(to bottom, #7798d5 25%, #375895 80%);
	background-color: #375895;
}
ul#menu li.menu_camescopes a {
	background-position: 10px -44px;
}
ul#menu li.menu_camescopes:hover a, ul#menu li.menu_camescopes.actif a {
	background-position: 10px -74px;
}
ul#menu li.menu_camescopes ul.sousmenu, .boutique_camescopes ul {
	background-image: -moz-linear-gradient(top, #7798d5 -20%, #375895 50%);
	background-image: -webkit-linear-gradient(top, #7798d5 -20%, #375895 50%);
	background-image: -ms-linear-gradient(top, #7798d5 -20%, #375895 50%);
	background-image: -o-linear-gradient(top, #7798d5 -20%, #375895 50%);
	background-image: linear-gradient(to bottom, #7798d5 -20%, #375895 50%);
	background-color: #375895;
}

/* MENU apn */
ul#menu li.menu_apn:hover, ul#menu li.menu_apn.actif {
	background-image: -moz-linear-gradient(top, #7798d5 25%, #375895 80%);
	background-image: -webkit-linear-gradient(top, #7798d5 25%, #375895 80%);
	background-image: -ms-linear-gradient(top, #7798d5 25%, #375895 80%);
	background-image: -o-linear-gradient(top, #7798d5 25%, #375895 80%);
	background-image: linear-gradient(to bottom, #7798d5 25%, #375895 80%);
	background-color: #375895;
}
ul#menu li.menu_apn a {
	background-position: 10px -104px;
}
ul#menu li.menu_apn:hover a, ul#menu li.menu_apn.actif a {
	background-position: 10px -134px;
}
ul#menu li.menu_apn ul.sousmenu, .boutique_apn ul {
	background-image: -moz-linear-gradient(top, #7798d5 -20%, #375895 50%);
	background-image: -webkit-linear-gradient(top, #7798d5 -20%, #375895 50%);
	background-image: -ms-linear-gradient(top, #7798d5 -20%, #375895 50%);
	background-image: -o-linear-gradient(top, #7798d5 -20%, #375895 50%);
	background-image: linear-gradient(to bottom, #7798d5 -20%, #375895 50%);
	background-color: #375895;
}

/* MENU accessoires */
ul#menu li.menu_accessoires:hover, ul#menu li.menu_accessoires.actif {
	background-image: -moz-linear-gradient(top, #d96b7c 25%, #992b3c 80%);
	background-image: -webkit-linear-gradient(top, #d96b7c 25%, #992b3c 80%);
	background-image: -ms-linear-gradient(top, #d96b7c 25%, #992b3c 80%);
	background-image: -o-linear-gradient(top, #d96b7c 25%, #992b3c 80%);
	background-image: linear-gradient(to bottom, #d96b7c 25%, #992b3c 80%);
	background-color: #992b3c;
}
ul#menu li.menu_accessoires a {
	background-position: 10px -164px;
}
ul#menu li.menu_accessoires:hover a, ul#menu li.menu_accessoires.actif a {
	background-position: 10px -194px;
}
ul#menu li.menu_accessoires ul.sousmenu, .boutique_accessoires ul {
	background-image: -moz-linear-gradient(top, #d96b7c -20%, #992b3c 50%);
	background-image: -webkit-linear-gradient(top, #d96b7c -20%, #992b3c 50%);
	background-image: -ms-linear-gradient(top, #d96b7c -20%, #992b3c 50%);
	background-image: -o-linear-gradient(top, #d96b7c -20%, #992b3c 50%);
	background-image: linear-gradient(to bottom, #d96b7c -20%, #992b3c 50%);
	background-color: #992b3c;
}

/* MENU logiciels */
ul#menu li.menu_logiciels:hover, ul#menu li.menu_logiciels.actif {
	background-image: -moz-linear-gradient(top, #daaa5c 25%, #9a6a1c 80%);
	background-image: -webkit-linear-gradient(top, #daaa5c 25%, #9a6a1c 80%);
	background-image: -ms-linear-gradient(top, #daaa5c 25%, #9a6a1c 80%);
	background-image: -o-linear-gradient(top, #daaa5c 25%, #9a6a1c 80%);
	background-image: linear-gradient(to bottom, #daaa5c 25%, #9a6a1c 80%);
	background-color: #9a6a1c;
}
ul#menu li.menu_logiciels a {
	background-position: 10px -224px;
}
ul#menu li.menu_logiciels:hover a, ul#menu li.menu_logiciels.actif a {
	background-position: 10px -254px;
}
ul#menu li.menu_logiciels ul.sousmenu, .boutique_logiciels ul {
	background-image: -moz-linear-gradient(top, #daaa5c -20%, #9a6a1c 50%);
	background-image: -webkit-linear-gradient(top, #daaa5c -20%, #9a6a1c 50%);
	background-image: -ms-linear-gradient(top, #daaa5c -20%, #9a6a1c 50%);
	background-image: -o-linear-gradient(top, #daaa5c -20%, #9a6a1c 50%);
	background-image: linear-gradient(to bottom, #daaa5c -20%, #9a6a1c 50%);
	background-color: #9a6a1c;
}

/* MENU actus */
ul#menu li.menu_actus:hover, ul#menu li.menu_actus.actif {
	background-image: -moz-linear-gradient(top, #a5b662 25%, #657622 80%);
	background-image: -webkit-linear-gradient(top, #a5b662 25%, #657622 80%);
	background-image: -ms-linear-gradient(top, #a5b662 25%, #657622 80%);
	background-image: -o-linear-gradient(top, #a5b662 25%, #657622 80%);
	background-image: linear-gradient(to bottom, #a5b662 25%, #657622 80%);
	background-color: #657622;
}
ul#menu li.menu_actus a {
	background-position: 10px -284px;
}
ul#menu li.menu_actus:hover a, ul#menu li.menu_actus.actif a {
	background-position: 10px -314px;
}
ul#menu li.menu_actus ul.sousmenu {
	background-image: -moz-linear-gradient(top, #a5b662 -20%, #657622 50%);
	background-image: -webkit-linear-gradient(top, #a5b662 -20%, #657622 50%);
	background-image: -ms-linear-gradient(top, #a5b662 -20%, #657622 50%);
	background-image: -o-linear-gradient(top, #a5b662 -20%, #657622 50%);
	background-image: linear-gradient(to bottom, #a5b662 -20%, #657622 50%);
	background-color: #657622;
}

/* MENU services */

ul#menu li.menu_services
{
	padding-right: 9px;
	border-radius: 0px 8px 8px 0px;
}

ul#menu li.menu_services:hover, ul#menu li.menu_services.actif {	
	background-image: -moz-linear-gradient(top, #a5b662 25%, #657622 80%);
	background-image: -webkit-linear-gradient(top, #a5b662 25%, #657622 80%);
	background-image: -ms-linear-gradient(top, #a5b662 25%, #657622 80%);
	background-image: -o-linear-gradient(top, #a5b662 25%, #657622 80%);
	background-image: linear-gradient(to bottom, #a5b662 25%, #657622 80%);
	background-color: #657622;
}
ul#menu li.menu_services a {
	background-position: 10px -404px;
}
ul#menu li.menu_services:hover a, ul#menu li.menu_services.actif a {
	background-position: 10px -434px;
}
ul#menu li.menu_services ul.sousmenu {	
	background-image: -moz-linear-gradient(top, #a5b662 -20%, #657622 50%);
	background-image: -webkit-linear-gradient(top, #a5b662 -20%, #657622 50%);
	background-image: -ms-linear-gradient(top, #a5b662 -20%, #657622 50%);
	background-image: -o-linear-gradient(top, #a5b662 -20%, #657622 50%);
	background-image: linear-gradient(to bottom, #a5b662 -20%, #657622 50%);
	background-color: #657622;
}

/* MENU forum */
ul#menu li.menu_forum:hover, ul#menu li.menu_forum.actif {
	background-image: -moz-linear-gradient(top, #a5b662 25%, #657622 80%);
	background-image: -webkit-linear-gradient(top, #a5b662 25%, #657622 80%);
	background-image: -ms-linear-gradient(top, #a5b662 25%, #657622 80%);
	background-image: -o-linear-gradient(top, #a5b662 25%, #657622 80%);
	background-image: linear-gradient(to bottom, #a5b662 25%, #657622 80%);
	background-color: #657622;
}
ul#menu li.menu_forum a {
	background-position: 10px -344px;	
}
ul#menu li.menu_forum:hover a, ul#menu li.menu_forum.actif a {
	background-position: 10px -374px;
}
ul#menu li.menu_forum ul.sousmenu {
	background-image: -moz-linear-gradient(top, #a5b662 -20%, #657622 50%);
	background-image: -webkit-linear-gradient(top, #a5b662 -20%, #657622 50%);
	background-image: -ms-linear-gradient(top, #a5b662 -20%, #657622 50%);
	background-image: -o-linear-gradient(top, #a5b662 -20%, #657622 50%);
	background-image: linear-gradient(to bottom, #a5b662 -20%, #657622 50%);
	background-color: #657622;
}

/* SOUS MENU ----------------------- */

ul#menu li ul.sousmenu {
	display: none;
	position: absolute;
	width: 874px;
	top: 44px;
	left: 15px;
	border-radius: 0px 0px 8px 8px;
	padding: 15px 21px 25px 21px;
	box-shadow: 0px 3px 3px #000;
	z-index:100;
}
ul#menu li:hover ul.sousmenu {
	display: block;
}
ul#menu li ul.sousmenu li {
	border: 0px;
	float: left;
	width: 270px;
	margin-right: 20px;
}
ul#menu li ul.sousmenu li a {
	background-image: none;
	text-transform: none;
	font-size: 14px;
	font-weight: 300;
	text-shadow: none;
	display: block;
	float: left;
	padding: 5px 0px 14px 5px;
	height: 20px;
	width: 260px;
}
ul#menu li ul.sousmenu li a:hover, ul#menu li ul.sousmenu li:hover a {
	background-color: #000;
}
ul#menu li ul.sousmenu li:hover span.fleche {
	display: block;
	float: left;
	width: 5px;
	height: 26px;
	background-image: url(/img/structure/fleche_sousmenu.png);
	background-repeat: no-repeat;
}


/* ASIDE ----------------------- */

aside {
	background-color: #000;
	float: right;
	width: 300px;
	padding: 25px 10px;
	margin-right: 6px;
	font-size: 12px;
}
#aside_bg {
	background: url(/img/structure/aside_bg.gif) 604px top repeat-y;
}
#aside_home {
	height: 32px;
	background-color: #2C2C2C;
}
.aside_block {
	padding-bottom: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #383838;
	margin-bottom: 20px;	
	padding-left: 17px;
}
aside .pub {
	padding-left: 0px;
}

/* NEWSLETTER */
#block_newsletter {
	width: 150px;
	background-color: #2c2c2c;
	padding: 3px 3px 3px 10px;
	border: 1px solid #363636;
	border-radius: 5px;
}
input#input_newsletter {
	font-size: 12px;
	color: #9d9c9c;
	width: 150px;
	background-color: transparent;
	border: 0;
	overflow: hidden;
	float: left;
	margin-top: 5px;
}

/* COMPARER */
.comparer section {
	float: left;
	padding-top: 10px;
}
.comparer figure {
	padding-bottom: 15px;
}

/* FORMATIONS */
.formations figure {
	float: left;
	padding-top: 3px;
	padding-right: 10px;
}


/* FOOTER ----------------------- */

footer {
	width: 930px;
	margin: 0px auto;
	padding: 25px;
	background: url(/img/structure/footer_bg.jpg) center top no-repeat;
}
#copyright {
	float: right;
	font-size: 12px;
	padding-top: 18px;
}
.footer_links {
	float: left;
	width: 210px;
	padding-top: 20px;
	padding-right: 20px;
	font-size: 11px;
}
.footer_links a {
	display: block;
	color: #b3b3b3;
	border-left: solid 1px #b3b3b3;
	padding-left: 5px;
	margin-bottom: 3px;
}



/* ------------------------------------------------------------------------------------------------------
-------- PAGE HOME --------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------ */


/* ACTUS HOME ----------------------- */

#actus_home {
	padding-bottom: 28px;
}
.actus_home_block {
	float: left;
	height: 175px;
	width: 215px;
	border: 3px solid #000;
	background-image: -moz-linear-gradient(left, #a5b662 -20%, #657622 50%);
	background-image: -webkit-linear-gradient(left, #a5b662 -20%, #657622 50%);
	background-image: -ms-linear-gradient(left, #a5b662 -20%, #657622 50%);
	background-image: -o-linear-gradient(left, #a5b662 -20%, #657622 50%);
	background-image: linear-gradient(to right, #a5b662 -20%, #657622 50%);
	background-color: #657622;
	margin-left: 12px;
}
.actus_home_block:hover {
	background-image: -moz-linear-gradient(right, #a5b662 -20%, #657622 50%);
	background-image: -webkit-linear-gradient(right, #a5b662 -20%, #657622 50%);
	background-image: -ms-linear-gradient(right, #a5b662 -20%, #657622 50%);
	background-image: -o-linear-gradient(right, #a5b662 -20%, #657622 50%);
	background-image: linear-gradient(to left, #a5b662 -20%, #657622 50%);
	background-color: #82972d;
}
#actus_home .first {
	margin-left: 0px;
}
.actus_home_block p {
	padding: 5px 11px;
	font-size: 11px;
	line-height: 13px;
}
.actus_home_block p a.voir_plus {
	font-size: 10px;
	color: #b7c6a9;
}


/* BOUTIQUES ----------------------- */

.boutique_home {
	position: relative;
	border: 3px solid #000;
	margin-bottom: 20px;
	background-color: #000;
}
.boutique_home ul {
	float: left;
	width: 142px;
	padding: 0px 6px 10px 6px;
}
.boutique_home ul li {
	clear: both;
	padding-top: 10px;
}
.boutique_home ul li a {
	font-size: 14px;
	display: block;
	float: left;
	padding: 3px 0px 3px 5px;
	width: 130px;
	line-height: 20px;
}
.boutique_home ul li a:hover, .boutique_home ul li:hover a {
	background-color: #000;
	text-decoration: none;
}
.boutique_home ul li:hover span.fleche {
	display: block;
	float: left;
	width: 5px;
	height: 26px;
	background-image: url(/img/structure/fleche_sousmenu.png);
	background-repeat: no-repeat;
	position: relative;
}
.boutique_home ul li:hover span.fleche span.boutique_double_ligne {
	display: block;
	position: absolute;
	top: 26px;
	left: 0px;
	width: 5px;
	height: 20px;
	background-color: #000;
}

.boutique_home ul li:hover span.fleche span.boutique_triple_ligne { /* nouvelle classe pour une triple ligne, seul le "height: 40px" est nouveau. Le reste est issu de span.boutique_double_ligne */
	display: block;
	position: absolute;
	top: 26px;
	left: 0px;
	width: 5px;
	height: 40px;
	background-color: #000;
}

.boutique_home ul li ul {
	display: none;
	position: absolute;
	top: 7px;
	left: 140px;
	width: 365px;
	padding-left: 40px;
	background: none;
	min-height:253px;
	z-index:10;
}
.boutique_home ul li ul:before{
    position:absolute;
    z-index:-1;
    top:0;
    left:10%;
    width:90%;
    height:100%;
    content:"";
    background-color:#000;
}


.boutique_home ul li ul li {
	padding-top: 5px;
	line-height: normal;
}
.boutique_home ul li:hover ul {
	display: block;
}
.boutique_home ul li ul li figure {
	float: left;
	border: 1px solid #404040;
	margin-right: 5px;
}
.boutique_home ul li ul li figure a {
	float: left;
	width: auto;
	padding: 0px;
}
.boutique_home ul li ul li a {
	display: block;
	float: left;
	width: 250px;
	font-size: 12px;
	padding-top: 0px;
	line-height: normal;
}
.boutique_home ul li ul li a:hover {
	text-decoration: underline;
}
.boutique_home ul li ul li a.title {
	font-size: 13px;
}
.boutique_home ul li ul li a.voir_tout {
	width: auto;
}


/* HOME FEATURED ----------------------- */

.home_featured {
	float: left;
	width: 300px;
	font-size: 12px;
	font-weight: 300;
	color: #b3b3b3;
	padding: 10px 0px;
	margin: 0px 20px 15px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3f3f3f;
}
.home_featured .title {
	font-size: 14px;
}
.home_featured_last {
	float: left;
	width: 268px;
	font-size: 12px;
	padding-top: 31px;
	border: 0px;
}



/* ------------------------------------------------------------------------------------------------------
-------- PAGE LISTING CAT - DEBUTER --------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------ */


/* FIL ARIANE ----------------------- */

.breadcrumb {
	font-size: 15px;
	padding-bottom: 10px;
//	padding-top: 10px;
}


/* UL RUBRIQUES ----------------------- */

ul.rubriques {
	padding-bottom: 15spx;
}
ul.rubriques li {
	font-size: 14px;
	font-weight: normal;
	/*padding-left: 14px;*/
	line-height: 20px;
}
ul.rubriques li.title {
	font-size: 15px;
	font-weight: 600;
	padding: 0px;
	line-height: normal;
}


/* RESEAUX SOCIAUX ----------------------- */

#reseaux_sociaux {
	position: absolute;
	top: 36px;
	left: -34px;
	font-size: 10px;
}
#reseaux_sociaux div {
	border: 3px solid #2c2c2c;
	border-radius: 3px;
	box-shadow: -1px 0px 1px #000;
}


/* PAGINATION ----------------------- */

.pagination .pages {
	font-size: 10px;
	float: right;
	padding-right: 27px;
	padding-bottom: 3px;
}
.pagination {
	padding-bottom: 15px;
}
ul.pagination {
	float: right;
	font-size: 12px;
}
ul.pagination li {
	float: left;
	margin: 0px 2px;
}
ul.pagination li a.previous_next {
	font-size: 10px;
	border: 0px;
	padding-top: 4px;
}
ul.pagination li a {
	display: block;
	padding: 2px 5px;
	border: solid 1px #575757;
	border-radius: 4px;
}
ul.pagination li a:hover {
	text-decoration: none;
	color: #808080;
}
ul.pagination li.actif {
	padding: 2px 5px;
	border: solid 1px #575757;
	border-radius: 4px;
}


/* LISTING CAT ----------------------- */

.listing {
	margin-bottom: 5px;
}
.listing_cat {
	float: left;
	padding: 7px;
	width: 270px;
	font-size: 12px;
}
.listing_cat figure {
	float: left;
	border: 1px solid #404040;
	margin-right: 10px;
}
.listing_cat .title {
	font-size: 13px;
}


/* MENU ASIDE ----------------------- */

nav#menu_aside {
	padding: 15px 15px 25px 20px;
	border-bottom: solid 6px #2c2c2c; 
	width: 291px;
}
nav#menu_aside ul {
	font-size: 16px;
	font-style: italic;
}
nav#menu_aside ul li {
	padding-left: 25px;
	padding-bottom: 16px;
	line-height: 19px;
}
nav#menu_aside ul li.menu_debuter {
	background: url(/img/structure/icon_debuter.png) no-repeat;
}
nav#menu_aside ul li.menu_camescopes {
	background: url(/img/structure/icon_camescopes.png) no-repeat;
}
nav#menu_aside ul li.menu_apn {
	background: url(/img/structure/icon_apn.png) no-repeat;
}
nav#menu_aside ul li.menu_accessoires {
	background: url(/img/structure/icon_accessoires.png) no-repeat;
}
nav#menu_aside ul li.menu_logiciels {
	background: url(/img/structure/icon_logiciels.png) no-repeat;
}
nav#menu_aside ul li.menu_actus {
	background: url(/img/structure/icon_actus.png) no-repeat;
}
nav#menu_aside ul li.menu_forum {
	background: url(/img/structure/icon_forum.png) no-repeat;
}
nav#menu_aside ul li.menu_services {
	background: url(/img/structure/icon_services.png) no-repeat;
}
nav#menu_aside ul li ul {
	font-size: 14px;
}
nav#menu_aside ul li ul li {
	padding: 2px 0px 0px 10px;
	border-left: 1px solid #383838;
}



/* ------------------------------------------------------------------------------------------------------
-------- PAGE LISTING CAT - FESTIVAL --------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------ */


/* MAP FESTIVALS ----------------------- */

#map_festivals {
	position: relative;
	padding-bottom: 15px;
}
#map_options {
	position: absolute;
	left: 419px;
	top: 194px;
	font-size: 13px;
}


/* RECHERCHES - FILTRES ----------------------- */

.encadre_noir {
	background-color: #000;
	padding: 10px;
	margin-bottom: 15px;
}
.title_left_form {
	font-size: 18px;
	float: left;
	width: 110px;
	padding: 0px 5px;
}
input#motscles, input#reference {
	font-size: 12px;
	color: #9d9c9c;
	width: 170px;
	border: solid 1px #d5d5d5;
	overflow: hidden;
	border-radius: 3px;
	padding: 3px 7px;
	float: left;
}
select {
	font-size: 13px;
	color: #9d9c9c;
	background: #FFF;
	border-radius: 3px;
	padding: 2px 5px;
	border: solid 1px #d5d5d5;
	margin-bottom: 7px;
}
.sep {
	clear: both;
	border:none;
	border-bottom: 1px solid #5a5a5a;
	height: 15px;
	margin-bottom: 15px;
}

.sep-bleu {
	border-bottom: 1px solid #305497;
}


/* LISTING FESTIVALS ----------------------- */

.listing_festivals {
	padding: 7px;
	display: table;
}
.listing_festivals figure {
	border: 1px solid #404040;
	display: table-cell;
	vertical-align: middle;
}
.listing_festivals .title {
	font-size: 13px;
	width: 160px;
	padding: 0px 10px;
	display: table-cell;
	vertical-align: middle;
}
.listing_festivals .ville, .listing_festivals .date {
	font-size: 13px;
	width: 105px;
	padding-right: 10px;
	display: table-cell;
	vertical-align: middle;
}
.listing_festivals .categorie {
	font-size: 13px;
	width: 100px;
	display: table-cell;
	vertical-align: middle;
}



/* ------------------------------------------------------------------------------------------------------
-------- PAGE ACTU --------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------ */

img.meilleurs_prix {
	padding: 5px 15px 0px 0px;
}
.encadre_noir .listing_cat {
	float: none;
	width: auto;
}



/* ------------------------------------------------------------------------------------------------------
-------- PAGE TEST --------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------ */

/* ONGLETS ----------------------- */

nav.onglets {
	padding: 0px;
	margin: 10px 0px 15px 0px;
	border-radius: 8px 8px 0px 0px;
}
nav.onglets_bleu {
	background-image: -moz-linear-gradient(top, #4976c7 0%, #4976c7 100%);
	background-image: -webkit-linear-gradient(top, #4976c7 0%, #244480 100%);
	background-image: -ms-linear-gradient(top, #4976c7 0%, #244480 100%);
	background-image: -o-linear-gradient(top, #4976c7 0%, #244480 100%);
	background-image: linear-gradient(to bottom, #4976c7 0%, #244480 100%);
	background-color: #244480;
	border-bottom: 1px solid #305497;
}
nav.onglets_bleu li:hover, nav.onglets_bleu li.actif {
	background: #4976c7;
}
nav.onglets_rouge {
	background-image: -moz-linear-gradient(top, #da7382 0%, #992638 100%);
	background-image: -webkit-linear-gradient(top, #da7382 0%, #992638 100%);
	background-image: -ms-linear-gradient(top, #da7382 0%, #992638 100%);
	background-image: -o-linear-gradient(top, #da7382 0%, #992638 100%);
	background-image: linear-gradient(to bottom, #da7382 0%, #992638 100%);
	background-color: #992638;
	border-bottom: 1px solid #da7382;
}
nav.onglets_rouge li:hover, nav.onglets_rouge li.actif {
	background: #da7382;
}
nav.onglets li {
	float: left;
	border-radius: 8px 8px 0px 0px;
}
nav.onglets li a {
	display: block;
	padding: 15px 14px 10px 14px;
}
nav.onglets li a:hover {
	text-decoration: none;
}


/* SOMMAIRE ----------------------- */

nav.sommaire {
	font-size: 13px;
	padding: 0px 0px 15px 6px;
}
nav.sommaire ul, ol {
	float: left;
	width: 260px;
	margin-left: 8px;
}
nav.sommaire ol ul li {
	list-style: decimal inside none;
}



/* ------------------------------------------------------------------------------------------------------
-------- PAGE FICHE TECHNIQUE --------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------ */

/* FICHE TECHNIQUE ----------------------- */

div.fiche_technique {
	display: table;
	clear:both;
}
div.fiche_technique div {
	display: table-row;
	padding: 2px 8px;
}
div.fiche_technique div.row:nth-child(2n+1) {
    background-color: #212121;
}
div.fiche_technique div.row:hover {
    background-color: #000;
}
div.fiche_technique div div {
	display: table-cell;
	width: 315px;
	vertical-align: middle;
}



/* ------------------------------------------------------------------------------------------------------
-------- PAGE AVIS --------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------ */

/* COMMENTAIRES ----------------------- */

form.commentaires {
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 15px;
	line-height: 14px;
}
.table_commentaires {
	display: table;
	border-spacing: 5px;
	width: 560px;
}
.table_commentaires2 {
	display: table;
	border-spacing: 5px;
	width: 280px;
}
.table_commentaires .left {
	display: table-cell;
	width: 370px;
    vertical-align: middle;
}
.table_commentaires .right {
	display: table-cell;
}
form.commentaires input {
    border: 1px solid #D5D5D5;
    border-radius: 5px;
    //color: #9D9C9C;
    //float: left;
    font-size: 12px;
    overflow: hidden;
    padding: 5px 7px;
    //width: 220px;
}
form.commentaires textarea {
    border: 1px solid #D5D5D5;
    border-radius: 5px;
    //color: #9D9C9C;
    font-size: 12px;
    padding: 5px 7px;
	margin: 5px 0px;
    width: 100%;
	height: 200px;
}

.com {
	font-size: 13px;
	padding-bottom: 10px;
	padding-right: 30px;
}
.com_header {
	padding-top: 15px;
}
.com_text {
	margin-justify: 3px;
	padding-left: 18px;
	border-left: 1px solid #5a5a5a;
}



/* ------------------------------------------------------------------------------------------------------
-------- PAGE LIVRE --------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------ */

/* AMAZON ----------------------- */

.block_amazon {
	padding-bottom: 15px;
}
.block_amazon figure {
	float: left;
}
.block_amazon div.amazon {
	float: left;
	padding-left: 50px;
}



/* ------------------------------------------------------------------------------------------------------
-------- PAGE RECHERCHE --------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------ */

/* RECHERCHES ----------------------- */

select.select_recherche {
	width: 200px;
}
.alexandra {
	background: url(/img/structure/alex_hello.jpg) no-repeat #000;
	padding-left: 267px;
	padding-top: 30px;
	height: 135px;
}

.alexandra_ok {
	background: url(/img/structure/alex_ok.jpg) no-repeat #000;
	padding-left: 267px;
	padding-top: 30px;
	height: 135px;
}

.alexandra_pas_ok {
	background: url(/img/structure/alex_oops.jpg) no-repeat #000;
	padding-left: 267px;
	padding-top: 30px;
	height: 135px;
}

.alexandra_recherche {
	background: url(/img/structure/alex_search.jpg) no-repeat #000;
	padding-left: 267px;
	padding-top: 30px;
	height: 135px;
}

.recherche_criteres div {
	float: left;
	padding-left: 20px;
	width: 260px;
}



/* ------------------------------------------------------------------------------------------------------
-------- PAGE RESULTATS --------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------ */

/* RESULTATS ----------------------- */

#resultats p {
	font-size: 13px;
	padding-bottom: 0px;
}
#resultats .clear {
	height: 10px;
}
#resultats .sep {
	margin-bottom: 3px;
}
.result_left {
	float: left;
	width: 273px;
	padding-right: 15px;
	vertical-align: middle;
}

.donnees_tech {
	display: table;
	font-size: 13px;
}
.donnees_tech .row:nth-child(2n+2) {
    background-color: #212121;
}
.donnees_tech .row:hover {
    background-color: #000;
}
.donnees_tech .col1, .donnees_tech .col2, .donnees_tech .col3 {
	display: table-cell;
	padding: 3px;
	//vertical-align: middle;
}
.donnees_tech .col1 {
	font-size: 12px;
	width: 115px;
}
.donnees_tech .col2, .donnees_tech .col3 {
	width: 220px;
}

#result_meilleursprix img {
	float:left;
}


/* ---------------------- */


/* ------------------------------------------------------------------------------------------------------
-------- AJOUT FABRICE --------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------ */
#multicouche {
  position: relative; /*l'�l�ment est positionn� mais il se place tout seul*/
}
#multicouche img {
  position: absolute;
  top: 0;
  left: 0;
}
 
#couche1 {
  z-index: 1;
}
 
#couche2 {
  z-index: 2;
  margin-top: 155px;
  margin-left: 162px;
}

/* BY Prélude Prod */
.comp-col {
	float:left;
	text-align:center;
	width:280px;
	overflow:hidden;
	margin-left:10px;
}

div.fiche_technique div div {
	width:550px;
}
div.fiche_technique .comp-col {
	width: 550px;
}

.precisions-achat {
	margin-top:5em;
	font-size:0.9em;
	text-align:justify;
	color:#ccc;
}

.comp-photo-partenaires {
	overflow:hidden;
	margin-bottom:2em;
	font-size:0.9em;
}
.comp-photo {
	float:left;
	width:300px;
	overflow:hidden;
}
.comp-partenaires {
	float:left;
	width:270px;
	overflow:hidden;
}

.comp-kk-title {
	color:#fff;
	font-weight:bold;
	margin-bottom:5px;
	text-align:left;
}
.comp-block {
	overflow:hidden;
	margin-bottom:10px;
	min-height:40px;
}
.comp-link-kk {
	float:left;
	display:inline-block;
	clear:both;
	margin:0;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	padding:0;
	line-height:16px;
	width:100%;
	overflow:hidden;
	color:#c0c0c0;
}
.comp-link-kk:hover {
	background-color:#555;
	color:#fff;
}
.comp-link-kk:hover .comp-link-kk-see {
	background-color:#527AC4;
	color:#fff;
}
.comp-link-kk-color1 {
	background-color:#333;
}
.comp-link-kk-color2 {
	background-color:#222;
}
.comp-link-kk-merchant {
	/*ajout Thierry*/
		text-decoration:none;
	background-image: url(/img/structure/idealo-2.gif);
	background-position:left center;
	background-repeat: no-repeat;	
	text-decoration:none;
	float:left;
	text-align:left;
	width:25%;
	height:0.9em;
	overflow:hidden;
	line-height:1.4em;
	padding:18px 0 8px 4px;
	letter-spacing: -0.1px;
	display:block;
	overflow:hidden;
	text-indent:-999px;
}
.comp-link-kk-merchant-over {
	/*ajout Thierry*/
	text-decoration:none;
	background-image: url(/img/structure/dplogo-70.gif);
	background-position:left center;
	background-repeat: no-repeat;	
	text-decoration:none;
	float:left;
	text-align:left;
	width:25%;
	height:0.9em;
	overflow:hidden;
	line-height:1.4em;
	padding:18px 0 8px 4px;
	letter-spacing: -0.6px;
	display:block;
	overflow:hidden;
	text-indent:-999px;
}
.comp-link-kk-merchant-over-none {
	background-image:none;
	text-indent:0;
	line-height:0;
	font-size:1.1em;
}
.idealo {
	width:20%;
}
.comp-link-kk-price {
	float:left;
	line-height:16px;
	padding:8px 0 8px 4px;
}
.comp-link-kk-see {
	float:right;
	font-size:0.9em;
	background-color:#315599;
	line-height:16px;
	padding:8px 4px;
	color:#fff;
}
.comp-kk-arrow-right {
	border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
    border-top: 4px solid transparent;
    display: inline-block;
    height: 0;
    margin: 5px 0 0 4px;
    vertical-align: top;
    width: 0;
}

/* premium */
.message-error {
	color:red;
	font-weight:bold;
}
.message-final {
	color:#ADC912;
	font-weight:bold;
}


#premium-content {
	width: 930px;
}
.premium-formule {
	border-radius: 10px;
	font-size:1em;
	display:block;
	float:left;
	width:430px;
	height:480px;
	padding:10px;
	overflow:hidden;
	background-color:#444;
	margin:20px 0;
	position:relative;
}

#payer-cheque, #payer-virement, #payer-promotionnel {
	border-radius: 10px;
	font-size:1em;
	display:none;
	float:left;
	width:890px;
	padding:10px;
	background-color:#444;
	margin:20px 0;
	position:relative;
	color:#fff;
	border: 2px solid #FDD686;
}
#payer-cheque img, #payer-virement img, #payer-promotionnel img {
	padding:0 0 0 10px;
}

.payer_arrow_box:after, .payer_arrow_box:before {
	bottom: 100%;
	left: 31%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.payer_arrow_box_virement:after, .payer_arrow_box_virement:before {
	bottom: 100%;
	left: 43%;
}

.payer_arrow_box_promo:after, .payer_arrow_box_promo:before {
	bottom: 100%;
	left: 18%;
}

.payer_arrow_box:after {
	border-color: rgba(68, 68, 68, 0);
	border-bottom-color: #444444;
	border-width: 30px;
	margin-left: -30px;
}
.payer_arrow_box:before {
	border-color: rgba(253, 214, 134, 0);
	border-bottom-color: #FDD686;
	border-width: 33px;
	margin-left: -33px;
}

.premium-contributeur {
	height:250px;
}
.premium-first {
	margin-right:30px;
}

.premium-formule h3 {
	font-size:1.3em;
	color:#92A34F;
	text-align:center;
	font-weight:bold;
	margin:0 0 1em 0;
}

.premium-formule h4 {
	font-size:1.2em;
	text-align:center;
	font-weight:bold;
	margin:0 0 1em 0;
	font-style:italic;
}
.premium-formule .illustration {
	float:right;
	margin:0 0 0 10px;
}

.premium-plus {
	font-weight:bold;
	font-size:2em;
	line-height:1em;
}
.premium-formule ul li {
	font-size:0.9em;
	list-style-type: disc;
	margin-left:2em;	
}
.premium-formule ul li strong {
	font-size:1.1em;
}

.premium-tarif-line {
	position:absolute;
	bottom:50px;
	left:10px;
	font-size:1.5em;
	font-weight:bold;
	color:#FDD78B;
}

.premium-tarif-col {
	float:left;
	overflow:hidden;
	margin-left:10px;
	font-size:1.3em;
	font-weight:bold;
	color:#FDD78B;
	width:200px;
	margin-top:10px;
	text-align:center;
}

.premium-tarif-col-simple {
	float:left;
	overflow:hidden;
	margin-left:10px;
	margin-top:1em;
	font-size:1.3em;
	font-weight:bold;
	color:#FDD78B;
	width:250px;
	text-align:left;
}
}

.premium-tarif-col-right {
	margin-left:20px;
}

.premium-formule .button-paypal-col {
	display:block;
	width:200px;
	text-align:center;
}

.premium-formule .button-paypal {
	position:absolute;
	right:10px;
	bottom:30px;
}

.premium-formule .button-paypal-texte {
	display:block;
	position:absolute;
	bottom:220px;
	right:10px;
	width:200px;
	height:40px;
	border:1px solid #f99f11;
	background-color:#fdd174;
	text-align:center;
	color:#124d78;
}

.premium-formule .button-paypal-texte-sous {
	right:230px;
}

.premium-formule .button-paypal-texte-bas-one {
	display:block;
	position:absolute;
	bottom:40px;
	right:10px;
	width:250px;
	height:40px;
	border:1px solid #f99f11;
	background-color:#fdd174;
	text-align:center;
	color:#124d78;
}

.premium-formule .button-paypal-texte-bas {
	display:block;
	position:absolute;
	bottom:40px;
	right:10px;
	width:200px;
	height:40px;
	border:1px solid #f99f11;
	background-color:#fdd174;
	text-align:center;
	color:#124d78;
}

.premium-formule .tarif-2ans {
	display:block;
	position:absolute;
	bottom:20px;
	left:10px;
	font-size:1.2em;
	font-weight:bold;
	margin-top:1em;
	color:#FDD78B;
	width:430px;
}

.premium-formule .button-paypal-2ans {
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	width:200px;
	text-align:left;
	margin:0;
	padding:0;
}


.premium-formule .tarif-cheque {
	position:absolute;
	bottom:10px;
	right:10px;
	width:400px;
	text-align:right;
}

.premium-formule .tarif-cheque a {
	margin-left:10px;
}

.premium-formule .button-paypal-texte:hover, .premium-retour:hover {
	text-decoration:none;
	background-color:#f99f11;
}

.premium-right {
	float:right;
}

.premium-center {
	margin:0 auto;
	clear:both;
}

.premium-retour {
	display:block;
	width:200px;
	border:1px solid #f99f11;
	background-color:#fdd174;
	text-align:center;
	color:#124d78;
	padding:10px;
	position:relative;
}

.premium-soutenir {
	border:1px solid #f99f11;
	background-color:#444444;
	text-align:center;
	color:#fff;
	padding:10px;
}

.premium-col1 {
	float:left;
	width:280px;
	margin-right:30px;
}

.premium-col2 {
	float:left;
	width:320px;
}

.premium-bonus {
	width:300px;
}

.link-cgv {
	background-color:#444444;
	border:1px solid #666;
	color:#fff;
	font-size:0.75em;
	width:80px;
	padding:4px;
}

.premium-bonus span.bonus, .premium-col1 span.bonus {
	display:inline-block;
	font-size:1.2em;
	font-weight:bold;
	-webkit-transform:rotate(-10deg);
	-moz-transform:rotate(-10deg);
	-o-transform:rotate(-10deg);
	-ms-transform:rotate(-10deg);
	margin-right:20px;
}
.premium-become {
	width:530px;
	margin:10px 0;
}

.premium-pourcentage {
	background-color:#000033;
	padding:10px;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
}

.premium-get-info {
	padding:10px;
	background-color:#B3C46D;
	color:#000;
	text-align:center;
	font-size:1.2em;
}

.premium-get-info a {
	color:#4B590F;
	font-weight:bold;	
}

.premium-with-bloc {
	padding:10px;
	color:#000;
	text-align:center;
	font-size:1.2em;
}
.premium-block-left {
	display:inline-block;
	text-decoration:none;
	background-color:#B3C46D;
	width:44%;
	margin:0 1%;
	color:#4B590F;
	font-weight:bold;
	padding:1em 0;
}
.premium-block-haut {
	display:inline-block;
	text-decoration:none;
	background-color:#B3C46D;
	width:91%;
	margin:0 0%;
	color:#4B590F;
	font-weight:bold;
	padding:2em 0;
}
.premium-block-left:hover {
	text-decoration:none;
	background-color:#4B590F;
	color:#B3C46D;
}
.premium-block-left span {
	font-weight:normal;
	font-size:0.85em;
	line-height:2em;
}

.premium-link {
	text-decoration:underline;
}
.premium-link:hover {
	background-color:#000;
	color:#fff;
	text-decoration:none;
}

.form-contributeur p {
	overflow:hidden;
}
.form-contributeur label {
	width:300px;
	display:block;
	float:left;
	text-align:right;
	margin-right:1em;
}
.form-contributeur select {
	color:#000;
}

.form-contributeur textarea {
	font-size:0.9em;
}

.premium-faq h4 {
	color:#FDD78B;
	margin-top:1em;
}
.premium-faq p {
	margin:0 5em 1em 2em;
}

.premium-faq ul {
	margin-left:3em;
}
.premium-faq ul li {
	margin-bottom:5px;
	list-style-type: circle;
}

.mini-menu-haut {
	float:right;
	text-align:right;
	margin:5px 30px 0 0;
}

.mini-menu-haut a {
	display:inline-block;
	padding:2px 2px;
	margin-bottom:10px;
	border-left:1px solid #aaa;
}

.mini-menu-haut div {
	clear:both;
}
.mini-menu-haut .mini-first {
	border:none;
}

.premiumPayant {
	text-decoration:none;
	margin-right:2px;
	background-color:#FFDD00;
	color:#000;
	padding:0px 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:0.75em;
	display:inline-block;
}

.premiumPayant:hover {
	background-color:#DAAA5C;
	text-decoration:none;
}

.pdfUpload {
	text-decoration:none;
	background-image: url(/images/pdf.png);
	background-position:left center;
	background-repeat: no-repeat;
	margin-left:10px;
	background-color:#FFDD00;
	color:#000;
	padding:0 4px 0 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:0.75em;
	display:inline-block;
}
.pdfUpload:hover {
	background-color:#DAAA5C;
	text-decoration:none;
}
.pdfNoSpace {
	margin-left:0;
}

.fiche-titre {
	margin-bottom:0px;
}

.chapitre-no {
	color:#336BA0;
}


.checkout-price::before {
    border: 2px solid #f5f8fb;
    border-radius: 18px;
    bottom: 3px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset, 0 -1px 1px rgba(0, 0, 0, 0.25) inset, 0 -1px 1px rgba(0, 0, 0, 0.25);
    content: "";
    left: 3px;
    position: absolute;
    right: 3px;
    top: 3px;
}
.checkout-price {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-user-select: none;
    background: #e54930 linear-gradient(to bottom, #f75a3b, #d63b29) repeat scroll 0 0;
    border-color: #b33323 #ab3123 #982b1f;
    border-image: none;
    border-radius: 21px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
    color: white;
    font: 14px/40px Helvetica,Arial,sans-serif;
    letter-spacing: -1px;
    position: absolute;
    left: -14px;
    text-align: center;
    text-indent: -1px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
    top: -14px;
    width: 40px;
}

article h4 {
	font-weight:bold;
    color: #d6d3ff;
    font-style: italic;
}

/* comparateur */
#comparateur-main {
   position:relative;
	clear:both;
   padding:0;
}
#comparateur-main p {
	color:#fff;
}
#comparateur-main p.comp-bas {
  margin-bottom:4px;
}
#comparateur-text {
	width:170px;
   padding:4px;
   border-radius: 4px 0 0 4px;
   border:1px solid #818F95;
   margin:0;
                       <a class="aide-comparateur" href="https://forum.magazinevideo.com/topic/32617-aide-comparez-ce-modèle-avec/" target="blank"><span>?</span>Aide</a>
}

.in-page #comparateur-text {
	width:250px;
}

#comparateur-submit {
  border-radius: 0 4px 4px 0;
   border:1px solid #818F95;
  margin:0;
   background-color:#7BA60D;
   color:#fff;
  padding:3px;
}
#comparateur-result {
   position:absolute;
   top:45px;
   right:0;
   text-align:right;
   display:none;
   width:390px;
   background-color:#444;
   border:2px solid #4284C2;
   z-index:99999;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.in-page #comparateur-result {
	position:relative;
	top:0;
	width:580px;
	border:1px solid #4284C2;
	box-shadow:none;
}

#comparateur-result p {
   padding:8px;
   color:#ddd;
}
#comparateur-table {
  width:100%;
  color:#fff;
  border-collapse:collapse;
  border-spacing:0;
}
#comparateur-table tr.comp-even td {
 background-color:#222;
}
#comparateur-table tr.comp-odd td {
 background-color:#333;
}
#comparateur-table tr.comparateur-hover td {
 background-color:#666;
}
#comparateur-table td {
  padding:4px 0 4px 8px;
}
#comparateur-table a {
 background-color:#315599;
   color:#fff;
   text-decoration:none;
   padding:4px 8px;
}
#comparateur-table a:hover {
   background-color:#527AC4;
}
.comp-arrow-right {
 border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
    border-top: 4px solid transparent;
    display: inline-block;
    height: 0;
    margin: 5px 0 0 4px;
    vertical-align: top;
    width: 0;
}
#comparateur-close {
  position:absolute;
  right:0px;
  top:-27px;
  width:27px;
  height:27px;
  overflow:hidden;
  cursor:pointer;
}
.comparateur-help {
  display:inline-block;
  width:16px;
  height:16px;
  background-color:#FCFCC9;
   color:#000;
   text-align:center;
   text-decoration:none;
   border-radius: 8px;
}
.comparateur-help:hover {
   text-decoration:none;
   background-color:#FCDCA1;
}

.with-table {
	width:580px;
	overflow:hidden;
}
.with-table div.first {
	width:250px;
	float:left;
	overflow:hidden;
}
.with-table div.second {
	width:325px;
	float:left;
	overflow:hidden;
}
.table-fiche-technique {
	width:98%;
	float:left;
	table-layout:fixed;
}
.table-fiche-technique td {
	padding:2px 4px;
	word-wrap:break-word;
}

.table-fiche-technique tr:nth-child(2n+1) td {
    background-color: #212121;
}
.table-fiche-technique tr:hover td {
    background-color: #000;
}

.with-padding {
	padding:8px;
}

.tous-nos {
	font-size:1.0em;
	color:#aaa;
}
.tous-no-link {
	color:#E8CA0D;
}
.tous-no-link:hover {
	color:#DAAA5C;
}

.cols {
	width:580px;
	overflow:hidden;
}
.col-1 {
	width:45%;
	float:left;
	overflow:hidden;
}

.col-2 {
	padding-left:20px;
	width:50%;
	float:left;
	overflow:hidden;
}
.col-2 h2 {
	padding-left:10px;
}

.aide-comparateur {
	float:right;
	font-size:0.9em;
	color:#FCFCC9;
	padding-top: 8px;
}
.aide-comparateur2 {
	float:left;
	font-size:0.9em;
	color:#FCFCC9;
	padding-top: 8px;
}
.aide-comparateur span {
	font-size:1.1em;
	display:inline-block;
  width:20px;
  height:20px;
  border:1px solid #FCFCC9;
   color:#FCFCC9;
   text-align:center;
   text-decoration:none;
   border-radius: 10px;
   margin:0 10px;
}

.premium-tarif-col-ancien {
	line-height:0.9em;
	margin-top:5px;
} 
.premium-tarif-col del {
	font-size:0.8em;
	margin-top:-1em;
}

.avatar-ips {
	border-radius: 17px;
	width:26px;
	height:26px;
	border: 0 none;
	vertical-align: middle;
}

.flagPremium {
	text-decoration:none;
	margin-right:2px;
	color:#000;
	padding:0px 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:0.75em;
	display:inline-block;
	margin-left:0.5em;
}

.flag-inProgress {
	background-color:#FFDD00;
}
.flag-membre {
	background-color:#ddd;
}
.flag-invite {
	background-color:#bbb;
}

.bloc-comparator {
	width:490px;
	margin:10px 0;
	background-color:#212121;
	border:1px oslid #000;
	padding:10px 20px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

#container_content.content-large .result_left {
	width:285px;
	padding-right: 0px;
	padding-left: 10px;
}

#container_content.content-large .first {
	padding-left:45px;
}

#container_content.content-large .donnees_tech .col1 {
	font-size: 12px;
	width: 125px;
}
#container_content.content-large .donnees_tech .col2, .donnees_tech .col3 {
	width: 265px;
}

.center {
	text-align:center;
}

.with-space {
	margin-bottom:0.5em;
}

.premium-tableau {
	font-size:1em;
}
.premium-tableau thead th.h-visiteur, .premium-tableau thead th.h-premium {
	padding:0.2em 0.5em;
	text-align:center;
	text-transform: uppercase;
}
.premium-tableau thead th.h-visiteur {
	background-color:#555;
}
.premium-tableau thead th.h-premium {
	background-color:#fdd174;
	color:#000;
	box-shadow: -5px 0px 5px 0px #000;
}

.premium-tableau tbody td {
	padding:0.25em 0.5em;
	border-top:1px solid #111;
	background-color:#222;
}
.premium-tableau tbody td.t-visiteur {
	background-color:#555;
	text-align:center;
	font-size:0.9em;
	padding:0.25em 0.6em;
}
.premium-tableau tbody td em {
	font-size:0.85em;
	font-style:normal;
}

.premium-tableau tbody td.t-premium {
	background-color:#fdd174;
	color:#000;
	box-shadow: -5px 0px 5px 0px #000;
	text-align:center;
}
.premium-tableau td span.check {
	display:inline-block;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-999px;
	background-image:url(/images/premium-check-w.png);
}

.premium-tableau tbody td.t-premium span.check {
	background-image:url(/images/premium-check.png);
}

.selYearsChoice {
	font-size:1.1em;
}
.selYearsNoChoice {
	font-size:0.9em;
}

.aide-digitphoto {
	position:relative;
}

.aide-dp-in {
	display:none;
	opacity: 0.0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
	
	width:450px;
	text-align:left;
	border:2px solid #000;
	padding:10px;
	background-color:#4976C7;
	position:absolute;
	z-index:10000;
}

.aide-digitphoto a:hover + .aide-dp-in {
	 opacity: 1.0;
	 display:block;
} 

.aide-pdf-premium {
	display:inline-block;
	position:relative;
}

.aide-pdf-premium-in {
	display:none;
	opacity: 0.0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
	
	width:150px;
	text-align:left;
	border:2px solid #000;
	padding:10px;
	background-color:#4976C7;
	position:absolute;
	z-index:10000;
}

.aide-pdf-premium a:hover + .aide-pdf-premium-in {
	opacity: 1.0;
	display:block;	
}

.bubble-text-right {
	float:right;
}
.bubble-text {
	background:#139ee0; 
	color:#fff; 
	padding:5px 10px; 
	margin-left:30px;
	border-radius:3px; 
	position:relative;
	line-height:40px;
	}

.bubble-text::after{
	content:""; 
	border-left:0px solid transparent;
	border-right:15px solid transparent;
	border-top: 10px solid #139ee0;
	position: absolute;
	right:15px;
	bottom:-10px;
}

#content h2 {
	color:orange;
	
}