/*formulaires*/
form.formStandard{
	width: 655px;
	margin-left: 45px;
	overflow: hidden;
}
form.formStandard p label{
	width: 250px;
}
form.formStandard span.correction{
	display: block;
	margin-top: 5px;
	margin-left: 275px;
	width: 338px;
	line-height: 1.2em;
	color: #f00;
	padding-left: 20px;
	background: url(../im-design/icons/error.png) 0 0 no-repeat;
}
form.formStandard p.add {
	margin-left: 275px;
}
form input[type=checkbox]{
	border: none;
	margin-top: 5px;
	vertical-align: 7px;
}
/*btn*/
form p.center input.enrModifs, form p.center input.enrModif{
	width: 271px;
	background: url(../im-design/pro/btnEnrModif.png) 0 0;
}
form p.center input.creerFicheArtiste{
	width: 200px;
	background: url(../im-design/pro/btnCreerFicheArtiste.png) 0 0;
}
form p.center input.creerFicheOrg{
	width: 254px;
	background: url(../im-design/pro/btnCreerFicheOrg.png) 0 0;
}
form p.center input.enrModele{
	width: 209px;
	background: url(../im-design/pro/btnEnrModele.png) 0 0;
}
form p.center input.ajouterBloc{
	width: 146px;
	background: url(../im-design/pro/btnAjouterBloc.png) 0 0;
}
form p.center input.modifierBloc{
	width: 153px;
	background: url(../im-design/pro/btnModifierBloc.png) 0 0;
}
form p.center input.envNewsletter{
	width: 208px;
	background: url(../im-design/pro/btnEnvNewsletter.png) 0 0;
}
form p.center input.enregistrer{
	width: 121px;
	background: url(../im-design/pro/btnEnregistrer.png) 0 0;
}
form p.center input.valider{
	width: 82px;
	background: url(../im-design/pro/btnValider.png) 0 0;
}
form p.center input.corrigerEvene{
	width: 82px;
	background: url(../im-design/pro/btnCorrigerEvene.png) 0 0;
}
form p.center input:hover{
	background-position: 0 -29px;
}
/*liens bouton*/
a.bouton, a.bouton:visited{
	padding: 3px 5px;
	-moz-border-radius: 3px;
	font-weight: bold;
	color: #fff;
	background: #A9A897;
	text-decoration: none;
}
a.bouton:hover{
	color: #000;
}
/*confirmation*/
p#msgconfirmation{
	width: 655px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
p#msgconfirmation span{
	padding-left: 20px;
	background: url(../im-design/icons/tick.png) no-repeat 0 50%;
}
/*#######################################################################
#                              LAYOUT                                   #
#######################################################################*/
/*HEADER*/
div#header a#logo{
	background-image:url(../im-design/logo/pro.png);
}
/*contenant*/
div#contenant{
	height: 500px;
	padding-top: 20px;
}
body > div#contenant{
	height: auto;
	min-height: 500px;
}
/*H1*/
h1{
	margin-top: 5px;
	margin-bottom: 20px;
}
/*h2*/
h2{
	margin-bottom: 10px;
	font-weight: normal;
	color: #f90;
	line-height: 1.2em;
	font-size: 1.8em;
}
h2 a, h2 a:visited{
	color: #f90;
	text-decoration: underline;
}
h2 a:hover{
	text-decoration: none;
}
h2.accordeon{
	height: 32px;
	line-height: 32px;
	padding-left: 35px;
	background: url(../im-design/pro/arrow_h2.png) 0 0 no-repeat;
}
h2.accordeon.open{
	background-position: 0 -32px;
}
/*menu principal*/
ul#menu-genre{
	width: 976px;
	margin: 0 auto;
	letter-spacing: .06em;
}
ul#menu-genre li{
	float: left;
	margin-right: 10px;
	color: #28211b;
}
ul#menu-genre li a{
	float: left;
	display: block;
	padding-left: 10px;
	background: url(../im-design/onglet-gauche-c.png) no-repeat left top;
	color: #f0eee1;
	font-size: 17px;
	line-height: 50px;
}
ul#menu-genre li > a{
	height: 50px;
}
ul#menu-genre li a span{
	display: block;
	padding-right: 10px;
	line-height: 50px;
}
ul#menu-genre li a > span{
	height: 50px;
}
ul#menu-genre li.ouvert a, ul#menu-genre li a:hover{
	text-decoration: none;
	color: #28211b;
	background-position: 0 -59px;
}
ul#menu-genre li.btnac span{
	background: url(../im-design/onglet-droit-ac.png) no-repeat right top;
}
ul#menu-genre li.btnac.ouvert span, ul#menu-genre li.btnac a:hover span{
	background-position: right -59px;
}
/*menu vertical*/
div#col{
	width: 200px;
}
div#col a.accueil{ 
	display: block;
	height: 40px; 
	padding-left: 10px;
	line-height: 40px;
	color: #fff; 
	text-decoration: none; 
	background: url(../im-design/pro/lien_accueil.png) left bottom no-repeat; 
	font-weight: bold;
	margin-bottom: 5px;
} 
div#col a.accueil:hover{
	color: #000;
} 
ul.menuV{
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: #959485 url(../im-design/pro/menuV_bottom.png) left bottom no-repeat;
}
ul.menuV a, ul.menuV span{ 
	display: block; 
	padding: 5px 10px 0 10px;
	height: 30px;
	line-height: 30px;
	color: #fff; 
	text-decoration: none; 
	background: url(../im-design/pro/menu_item.png) left bottom no-repeat; 
	font-weight: bold;
} 
ul.menuV a:hover{
	color: #000;
} 
ul.menuV .subMenu{ 
	font-size: .8em; 
	background: #e2e0ca; 
	font-size: .9em; 
} 
ul.menuV ul.subMenu li{ 
	background: url(../im-design/pro/bg_liens_menuV.png) 15px bottom no-repeat;
}  
ul.menuV ul.subMenu li.last{
	background: none;
}
ul.menuV ul.subMenu a{ 
	background: none; 
	padding: 3px 15px;
	color: #959485;
}
ul.menuV ul.subMenu a:hover, ul.menuV ul.subMenu li.open a{
	color: #646359;
}
ul.menuV ul.subMenu li.open a{
	color: #646359; 
	background: url(../im-design/pro/arrow_menuV.png) 0 50% no-repeat;
}
/*contenu*/
div#contenu{
	float: right;
	width: 745px;
	margin-bottom: 175px;
}
/*onglets*/
ul#onglets{
	padding: 3px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #e9e8db;
}
ul#onglets li{
	list-style: none;
	margin: 0;
	display: inline;
}
ul#onglets li a{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #e2e0ca;
	border-bottom: none;
	background: #e9e8db;
	text-decoration: none;
	color: #999;
}
ul#onglets li a:hover{
	color: #000;
	background: #e2e0ca;
	border-color: #e9e8db;
}
ul#onglets li.active a, ul#onglets li.active a:hover{
	color: #000;
	background: white;
	border: 1px solid #e2e0ca;
	border-bottom: 1px solid #fff;
	cursor: default;
}
/*aide*/
div#aide{
	padding: 0 20px 10px 50px;
	height: 64px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	background: url(../im-design/pro/aide.png) 0 0 no-repeat;
}
div#contenu > div#aide{
	height: auto;
	min-height: 64px;
}
div#aide p{
	margin-bottom: 5px;
}
div#aide p a, div#aide p a:visited{
	text-decoration: underline;
}
div#aide p a:hover{
	text-decoration: none;
}
div#aide ul li{
	padding-left: 15px;
	margin-bottom: 5px;
	background: #fff url(../im-design/icons/bullet_orange.png) 0 2px no-repeat;
}
/*########################################
#              CONNEXION                 #
########################################*/
form.login{
	margin: 20px 0 0 110px;
	width: 660px;
}
form.login p.center span.error{
	margin-left: 240px;
}
form.login p.center input{
	margin-left: 215px;
}
/*########################################
#                ACCUEIL                 #
########################################*/
dl.accueil{
	margin: 10px 80px 10px 0;
}
dl.accueil dt{
	margin-top: 2em;
	margin-bottom: 2em;
	line-height: 1.2em;
}
dl.accueil dd{
	margin-top: 1.2em;
	padding-left: 10px;
	background: url(../im-design/icons/bullet_orange.png) -5px 2px no-repeat;
}
dl.accueil dd span{
	font-weight: bold;
	color: #d0004f;
}
dl#list01{
	padding-bottom: 35px;
	background: url(../im-design/pro/screenshot.png) 5px 100% no-repeat;
}
dl#list01 dd{
	margin-left: 140px;
}
dl#list01 dd a{
	color: #f90;
}
dl#list02{
	margin-top: 20px;
	height: 180px;
	padding: 10px;
	background: url(../im-design/pro/bg_list02.png) 0 0 no-repeat;
	width:645px;
}
dl#list02 dt{
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	font-size: 1.4em;
}
dl#list02 dd{
	margin-top: .8em;
	padding: 2px 0 2px 25px;
	background: url(../im-design/icons/next.png) 0 0 no-repeat;
}
div#list03{
	margin-top: 20px;
	height: 190px;
	padding: 5px 16px;
	background: url(../im-design/pro/bg_list03.png) 0 0 no-repeat;
	position: relative;
}
div#list03 dt{
	height: 50px;
	line-height: 50px;
	font-size: 2em;
	color: #c20041;
	margin-bottom: 15px;
}
div#list03 dd{
	padding-top: 10px;
	padding-left: 40px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.2em;
	background: url(../im-design/icons/accept32.png) 0 0 no-repeat;
}
div#list03 dd span{
	color: #fff;
	font-size: .8em;
}
div#list03 a{
	position: absolute;
	display: block;
	width: 121px;
	height: 29px;
	left: 527px;
	top: 75px;
	background: url(../im-design/pro/btnPlusDinfos.png) 0 0 no-repeat;
	text-indent: -5000px;
}
div#list03 a#pub{
	top: 140px;
}
div#list03 a:hover{
	background-position: 0 -29px;
}
/*Notifications*/
div.notifications{     
    position: relative; 
	width: 660px;
    height: 200px;
	margin-bottom: 5px;
	overflow:hidden;  
}
div.notifications ul{     
    position: absolute; 
    height: 20000em; 
	width: 660px; 
}
div.notifications ul li{     
    position: relative;
	height: 40px;
	padding: 5px; 
	width: 650px;
	line-height: 40px;
	background: #F7F6F0;
	overflow: hidden;
}
div.notifications ul li.creme{
	background: #E2E0CA;
}
div.notifications ul li img{
	display: block;
	margin-right: 5px;
	float: left;
}
div.notifications ul li a{
	font-style: italic;
	text-decoration: underline;
}
div.notifications ul li a:hover{
	text-decoration: none;
}
a.prevSlide{
	float: left;
	width: 94px;
	height: 24px;
	line-height: 24px;
	background: url(../im-design/btnSliderPrev.png) 0 0 no-repeat;
	text-indent: -5000px;
}
a.nextSlide{
	float: right;
	width: 78px;
	height: 24px;
	line-height: 24px;
	background: url(../im-design/btnSliderNext.png) 0 0 no-repeat;
	text-indent: -5000px;
}
a.prevSlide:hover, a.nextSlide:hover{
	background-position: 0 -24px;
	cursor: pointer;		
}
/*Evenements en attente et en doublon*/
ul.evenes{
	margin-bottom: 20px;
	width: 655px;
}
ul.evenes li{
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}
ul.evenes li a{
	color: #f90;
	text-decoration: underline;
}
ul.evenes li a:hover{
	text-decoration: none;
}
/*########################################
#             AJOUTER DATE               #
########################################*/
p#joursExclus input{
	vertical-align: 0;
}
/*########################################
#            GERER LES DATES             #
########################################*/
p.aff, p.filtre{
	float: right;
}
p.filtre{
	margin-right: 8em;
}
p.aff select{
	width: 4.5em;
}
p.filtre select{
	width: 15em;
}
div.pagination{
	float: left;
	line-height: 26px;
}
div.pagination a{
	padding: 3px 5px;
	background: #F0EEE1;
	color: #A9A897;
}
div.pagination a:hover, div.pagination span{
	padding: 3px 5px;
}
div.pagination a:hover, div.pagination span{
	background: #A9A897;
	color: #fff;
	text-decoration: none;
}
table.evenements{
	margin: 5px 0;
	border-collapse: collapse;
	width: 745px;
}
table.evenements th{
	padding: 5px;
	background: #A9A897;
	font-weight: bold;
	color: #fff;
	border: 1px solid #e9e8db;
	text-align: center;
}
table.evenements th a.asc{
	float: right;
	display: block;
	width: 12px;
	height: 10px;
	text-indent: -5000px;
	background: url(../im-design/pro/arrow_tri.png) 0 -20px no-repeat;
	margin-top: 3px;
}
table.evenements th a.asc:hover{
	background-position: 0 -30px;
}
table.evenements th a.desc{
	float: right;
	display: block;
	width: 12px;
	height: 10px;
	text-indent: -5000px;
	background: url(../im-design/pro/arrow_tri.png) 0 0 no-repeat;
	margin-top: 3px;
}
table.evenements th a.desc:hover{
	background-position: 0 -10px;
}
table.evenements td{
	padding: 5px;
	border: 1px solid #e9e8db;
}
table.evenements tr.alternate td, .alternate{
	background: #F0EEE1;
}
table.evenements td.date{
	font-size: .8em;
}
table.evenements td span.date_ajout{
	color: #999;
}
table.evenements td a{
	text-decoration: underline;
}
table.evenements td a:hover{
	text-decoration: none;
}
div#legende{
	margin-top: -5px;
	margin-bottom: 20px;
	border: 1px solid #F0EEE1;
	border-top: 0;
}
div#legende p{
	background: #A9A897;
	text-align: right;
	padding: 2px 5px;
}
div#legende p a{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
div#legende p a.actif, div#legende p a:hover{
	color: #000;
	text-decoration: none;
}
div#legende dl{
	display: none;
	margin: 1%;
	float: left;
	width: 48%;
}
div#legende dt{
	font-size: 1.2em;
}
div#legende dd{
	color: #666;
	padding-left: 20px;
}
/*########################################
#               RESEAU PRO               #
########################################*/
div#my_reso{
	position: relative;
	width: 744px;
	height: 186px;
	margin-bottom: 10px;
	overflow: hidden;
}
div#my_reso ul{    
    position: absolute; 
    width: 20000em;
	height: 100%;
}
div#my_reso ul li{
	float: left;
	width: 186px;
	height: 176px;
	padding-top: 10px;
	text-align: center;
	overflow: hidden;     
    position: relative;
}
div#my_reso ul li.creme{
	background: #F7F6F0;
}
div#my_reso ul a{
	display: block;
	font-weight: bold;
	text-decoration: underline;
}
div#my_reso ul a:hover{
	text-decoration: none;
}
div#my_reso ul span{
	display: block;
}
div#my_reso ul a.suppr{
	color: #c00;
}
a.prevMembers{
	float: left;
	width: 94px;
	height: 24px;
	line-height: 24px;
	background: url(../im-design/btnSliderPrev.png) 0 0 no-repeat;
	text-indent: -5000px;
}
a.nextMembers{
	float: right;
	width: 78px;
	height: 24px;
	line-height: 24px;
	background: url(../im-design/btnSliderNext.png) 0 0 no-repeat;
	text-indent: -5000px;
}
a.prevMembers:hover, a.nextMembers:hover{
	background-position: 0 -24px;
	cursor: pointer;		
}
/*Invitations*/
div.invitations{     
    position: relative;
    height: 200px;
	margin-bottom: 5px;
	overflow:hidden;  
}
div.invitations ul{     
    position: absolute; 
    height: 20000em;
	width: 100%; 
}
div.invitations ul li{     
    position: relative;
	height: 40px;
	padding: 5px;
	line-height: 40px;
	background: #F7F6F0;
	overflow: hidden;
}
div.invitations ul li.creme{
	background: #E2E0CA;
}
div.invitations ul li a{
	text-decoration: underline;
}
div.invitations ul li a:hover{
	text-decoration: none;
}
div.invitations ul li a.accept, div.invitations ul li a.refuse{
	line-height: 40px;
	font-weight: bold;
	position: absolute;
	font-size: 12px;
}
div.invitations ul li a.accept{
	right: 70px;
}
div.invitations ul li a.refuse{
	right: 10px;
}
/*ajout membre*/
form.ajoutMembre{
	background: none;
	margin-left: 0;
}
form.ajoutMembre p label{
	width: 240px;
	text-align: left;
	margin-left: 0;
}
form.ajoutMembre p input.textfield{
	width: 250px;
}
/*########################################
#              NEWSLETTER                #
########################################*/
/*mes abonnes*/
span.liste{
	display: block;
	float: left;
	padding: 3px;
	margin-bottom: 5px;
	margin-right: 5px;
	background: #E2E0CA;
	white-space: nowrap;
}
span.liste img{
	vertical-align: middle;
}
div.abo_options{
	clear: left;
}
div.abo_options p.gras{
	float: left;
}
div.abo_options a{
	color: #f90;
	font-weight: bold;
}
div.abo_options div{
	float: left;
	margin-top: 14px;
	margin-left: 5px;
	color: #f90;
	font-weight: bold;
}
div.abo_options div form{
	display: none;
	height: 45px;
	background: #F0EEE1;
	padding: 3px;
	margin: 5px 0 0 10px;
	color: #A9A897;
}
div.abo_options div form label{
	display: block;
	margin-bottom: 3px;
}
div.abo_options div form input.send{
	background: #c4c1ae;
	-moz-border-radius: 2px;
	font-weight: bold;
	cursor: pointer;
	border: 0;
	color: #fff;
}
div.abo_options div form input.send:hover{
	color: #000;
}
/*ajout abonnes*/
form.abo, div#importmail{
	margin-bottom: 20px;
	padding: 5px;
	background: #F7F6F0;
	position: relative;
	width: 735px;
}
form.abo h3, div#importmail h3{
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	font-weight: normal;
	color: #A9A897;
	font-size: 1.5em;
}
form.abo p, div#importmail p{
	margin-bottom: 10px;
	width: 735px;
	position: relative;
}
form.abo label, div#importmail label{
	float: left;
	width: 245px;
	margin-right: 5px;
	text-align: right;
	line-height: 24px;
	font-size: 14px;
}
form.abo input.textfield, form.abo textarea, div#importmail input.textfield, div#importmail itextarea{
	width: 260px;
}
form.abo select, div#importmail select{
	width: 268px;
}
form.abo span.legende, div#importmail span.legende{
	display: block;
	margin-top: 5px;
	margin-left: 250px;
	font-weight: normal;
}
form.abo p.bouton, div#importmail p.bouton{
	padding-left: 250px;
	width: 260px;
	text-align: center;
}
form.abo p.bouton input, div#importmail p.bouton input{
	background: #c4c1ae;
	-moz-border-radius: 2px;
	font-weight: bold;
	cursor: pointer;
	border: 0;
	color: #fff;
	font-size: 1.5em;
}
form.abo p.bouton input:hover, div#importmail p.bouton input:hover{
	color: #000;
}
div#several{
	margin-bottom: 20px;
	padding: 5px;
	background: #F7F6F0;
}
div#several h3{
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	font-weight: normal;
	color: #A9A897;
	font-size: 1.5em;
}
div#several form{
	display: none;
}
/*modele*/
div#preview{
	width: 300px;
	position: absolute;
	right: 5px;
	bottom: 85px;
}
div#preview div#body{
	width: 298px;
	border: 1px solid #000;
	background: #fff;
	text-align: center;
}
div#preview div#body div#content_body{
	width: 165px;
	padding: 5px;
	margin: 0 auto;
	text-align: left;
}
div#preview div#body div#content_body span{
	display: block;
}
/*envoyer newsletter*/
div#quota{
	padding: 5px;
	margin-bottom: 10px;
	background: #f7f6f0;
	border: 1px solid #e2e0ca;
	text-align: center;
}
div#quota a{
	color: #c00;
	text-decoration: underline;
}
div#quota a:hover{
	text-decoration: none;
}
form.form_compose{
	margin-bottom: 0;
	padding: 0;
	background: none;
}
form.form_compose fieldset{
	margin-bottom: 20px;
	padding: 5px;
	background: #F7F6F0;
	border: none;
	width: 735px;
}
a.bloc{
	display: block;
	float: left;
	width: 160px;
	height: 120px;
	border: 5px solid #F7F6F0;
	background: #ccc;
	margin-right: 18px;
}
*+html a.bloc{
	margin-right: 15px;
}
a.bloc.actif, a.bloc:hover{
	border-color: #f90;
}
a.bloc.bloc01{
	background: url(../im-design/pro/modele_bloc01.png) 0 0 no-repeat;
}
a.bloc.bloc02{
	background: url(../im-design/pro/modele_bloc02.png) 0 0 no-repeat;
}
a.bloc.bloc03{
	background: url(../im-design/pro/modele_bloc03.png) 0 0 no-repeat;
}
a.bloc.bloc04{
	background: url(../im-design/pro/modele_bloc04.png) 0 0 no-repeat;
}
form.form_compose div.aff{
	display: none;
	width: 735px;
}
div.blocpre *{
	margin: 0;
	padding: 0;
}
div.blocpre{
	position: relative;
	padding: 4px;
	width: 600px;
	margin-left: 72px;
	margin-bottom: 10px;
	border: 1px dotted #a9a897;
	text-align: left;
}
div.blocpre p{
	width: auto;
}
div.blocpre ul{
	list-style: disc;
}
div.blocpre ul li{
	margin-left:15px;
}
div.blocpre ul.admin{
	text-align: right;
	width: 594px;
	padding: 3px;
	list-style: none;
	background: #f7f6f0;
}
div.blocpre ul.admin li{
	display: inline;
	margin-left:0;
}
div.blocpre p.titre{
	clear: both;
	margin-top: 5px;
	font-size: 1.4em;
	font-weight: bold;
}
p#prev{
	height: 32px;
	padding-left: 35px;
	margin-left: 70px;
	line-height: 32px;
	font-size: 1.2em;
	background: url(../im-design/pro/preview.png) 0 0 no-repeat;
}
p#prev a{
	text-decoration: underline;
}
p#prev a:hover{
	text-decoration: none;
}
/*############
	CAMPAGNE PUB
############*/
span#cout{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 24px;
	color: #c00;
}
/*####################
	FLUX RSS ET WIDGET
####################*/
form#widget_form{
	float: left;
	width: 310px;
	margin-top: 5px;
}
form#widget_form h3{
	margin-bottom: 10px;
}
form#widget_form p{
	margin-bottom: 20px;
}
form#widget_form div.colorSelector{
	margin-top: -3.8em;
	margin-left: 275px;
}
form#widget_form input, form#widget_form select{
	float: right;
	margin-top: -5px;
}
div#widget_prevu{
	float: right;
	width: 400px;
	padding: 5px;
	background: url(../im-design/pro/stripes.png);
	border: 1px dotted #999;
}
div#widget_ac{
	margin-top: 10px;
}
div#widget_ac a{
	text-decoration: underline;
}
textarea#code_widget{
	width: 738px;
	font-family: "Courier New", Courier, monospace, sans-serif;
}
	
/*#################################
#              FAQ		          #
#################################*/
h3.faqcat {
	color:#BDBBA9;
}
dl.faq {
	padding-left:20px;
	margin-bottom:25px;
}
dl.faq dt {
	cursor:pointer;
	font-weight:bold;
	
}
dl.faq dt.ferme {
	background-image:url(../im-design/faq-ferme.png);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding-left:20px;
}
dl.faq dt.ouvert {
	background-image:url(../im-design/faq-ouvert.png);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding-left:20px;
	color:#f90;
}
dl.faq dt span {
	padding:5px;
	display:block;
}
dl.faq dd {
	margin-bottom:15px;
	padding:5px;
	margin-left:20px;
}
dl.faq dd ul li {
	list-style:disc;
	margin-left:10px;
	margin-bottom:1em;
}
/* alternance des couleurs */
dl.faq .alternance {
	background:#f7f6f0;
}
/*formulaire*/
form.formSupport{
	margin-top: 30px;
}
form.formSupport p label{
	width: 220px;
}
form.formSupport p input.textfield.mini{
	width: 185px;
}
form.formSupport h2{
	margin-bottom: 20px;
	padding: 8px;
	background: #BDBBA9;
}
form.formSupport p textarea {
	height: 120px;
}
form.formSupport p > textarea {
	min-height: 120px;
}
/*#################################
#              VIDEOS		  #
#################################*/
ul#provideos li{
	height:107px;
	overflow:hidden;
	border:1px solid #E9E8DB;
	margin-bottom:15px;
	background-color:#f0eee1;
	background-repeat:no-repeat;
	background-position:10px 50%;
	padding:10px 10px 3px 160px;
	position:relative;
}
ul#provideos li p.videodate{
	background:url(../im-design/icons/date.png) 0 50% no-repeat;
	padding-left:18px;
}
ul#provideos li a.voirvideo{
	font-size:1.4em;
	color:#adaa98;
	line-height:1.6em;
}
ul#provideos li a.sortable{
	position:absolute;
	top:5px;
	right:5px;
}
ul#provideos li.highlight{
	background:#fff;
	border:1px dashed #f90;
}
ul#provideos li a.prosupprvideo, ul#provideos li a.prosupprvideoart{
	position:absolute;
	right:5px;
	bottom:5px;
	padding-left:20px;
	background:url(../im-design/icons/cross.png) 0 50% no-repeat;
}
/*#################################
#              PHOTOS		  #
#################################*/
ul#prophotos{
	margin-top:30px;
}
ul#prophotos li{
	float:left;
	width:150px;
	height:205px;
	padding:4px;
	border:1px solid #ccc;
	background-color:#f0eee1;
	overflow:hidden;
	position:relative;
	margin:0 10px 10px 0;
	text-align:center;
}
ul#prophotos li img{
	margin-bottom:4px;
}
ul#prophotos li img.iconsortable{
	z-index:10;
	position:absolute;
	cursor:crosshair;
	top:4px;
	right:4px;
	display:none;
	margin:0;
}
ul#prophotos li.highlight{
	background:#fff;
	border:1px dotted #999;
}
ul#prophotos li a.voirphoto{
	padding-left:20px;
	background:url(../im-design/icons/magnifier.png) 0 50% no-repeat;
}
ul#prophotos li a.prosupprphoto{
	position:absolute;
	right:5px;
	bottom:1px;
}
