@charset "utf-8";


/* CSS Reset */

* {
	margin: 0;
	padding: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img { 
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
border: 0;
}


/* Hacks */

input:focus {
	outline: 0;
}


/* Main CSS */

body {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, "Lucida Grande", sans-serif;
	background: #a73f08 url(../img/background.jpg) top center no-repeat;
}


.left {
	float: left;
}

.left img {
	margin: 10px 10px 10px 0;
}

img.left {
	margin: 0 10px 10px 0;
}

.right {
	float: right;
}

.right img {
	margin: 10px 0 10px 10px;
}

img.right {
	margin: 0 0 10px 10px;
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

.centre {
	text-align: center;
}

hr {
	width: 50%;
	border: 0px solid #fff;
	background-color: #fff;
	clear: both;
	margin: 10px auto;
}

.error, .msg, .mesg_important {
	margin: 10px 0;
	padding: 10px;
	clear: both;
}


.error {
	border: 1px dashed #ff5858;
	background-color: #ffd2d2;
	color: #ff5858;
	
}

.msg {
	border: 1px dashed #7db240;
	background-color: #e8ffd4;
	color: #7db240;
	
}

.mesg_important {
	background-color:#fffad1;
	color:#ff0000;
	border: #ff0000 dashed 1px;
}

#left p.boutons {
	margin-bottom: 20px;
}

.boutons a { /*.profile-button {*/
	font-size: 10px;
	padding: 2px 4px;
	background-color: #fff;
	color: #000;
}

.boutons a:hover {
	
}
/*
.profile-button a {
	color: #000;
}*/

#bloc1 .picto {
	border: 0;
}


.bold {
	font-weight: bold;
}

em {
	font-style: italic;
}




form input {
	width: 226px;
	font-size: 1.1em;
	height: 1.2em;
	
	color: #A84009;
	background-color:#FFF;
	padding:4px 8px; border-bottom:none;
	border:1px solid #F1E1C2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
}

form input[type="submit"]:hover {
	background-color: #FFF; /*#551110;*/
	color: #000;
	cursor: pointer;
	border: 1px solid #000;
}

form input[type="radio"], form input[type="checkbox"] {
	width: auto;
	border: none;
}

form textarea, form select {
	padding: 4px;
	font-size: 1.1em;
}

form textarea.large {
	width: 98%;
	height: 60px;
}

form input[type="submit"], form input[type="file"] {
	width: 75px;
	height: 2.3em;
}

form input[type="file"] {
	width: 560px;
}

form input.btn_large {
	width: 236px;
}

form input.large {
	width: 550px;
}

#left form ul {
	list-style-type: none;
	float: left;
	width: 49%;
}

form ul li input {
	width: auto;
}


#logo {
/*	margin-left: 100px;*/
	float: left;
}


#layout {
	width: 975px;
	min-height: 700px;
	margin: 0 auto;
}

#wrapper {
	width: 870px;
	margin-left: 105px; /*220px*/
}



#header {
	height: 115px;
	float: left;
}

#header img {
	float: left;
}


#contact {
	width: 142px;
	float: left;
	margin-left: 13px;
	padding-top: 8px;
	font-size: 9px;
	text-align: right;
}

#contact h2 {
	color: #fbe63a;
	text-transform: uppercase;
	font-size: 12px;
}

#contact a {
	color: #fff;
	text-decoration: none;
}

#contact a:hover {
	text-decoration: underline;
}


#connexion {
	width: 103px;
	float: left;
	margin-left: 12px;
	padding: 5px 10px;
	font-size: 9px;
}

#connexion .welcome {
	margin-bottom: 5px;
}

#connexion p a {
	color: #000;
	text-decoration: none;
}

#connexion p a:hover {
	text-decoration: underline;
}

#connexion form input {
	width: 73px;
	margin-top: 2px;
	font-size: 8px;
	height: 8px;
	border: 2px solid #fff;
	padding: 0;
}

#connexion form #btn {
	width: 20px;
	height: 13px;
	margin-left: 2px;
}




#content-left {
	width: 600px;
	float: left;
	margin-bottom: 40px;
}


#left-top {
	width: 100%;
	height: 5px;
	float: left;
	background: transparent url(../img/bg-left-top.png) center no-repeat;
}

#left-bottom {
	width: 100%;
	height: 5px;
	float: left;
	background: transparent url(../img/bg-left-bottom.png) center no-repeat;
}

#left {
	width: 560px;
	float: left;
	padding: 12px 20px;
	color: #000;
	font-size: 10px;
	background: transparent url(../img/bg-left.png) center repeat-y;
	min-height: 482px;
}

#left p {
	margin-bottom: 5px;
}
#left a {
	color: #551110;
	text-decoration: none;
	border-bottom:1px dotted #551110;
}
#left a:hover {
	/*text-decoration: underline;*/
	border-bottom-style:solid;
}
#left img {
	border: 3px solid #000;
}
#left .retour {
	clear:both;
	margin-top: 20px;
	text-align: center;
}
#left ul {
	list-style: disc;
	margin-bottom: 5px;
}
#left ul li {
	margin-left:20px; margin-bottom:2px;
}

#left h1 {
	font-size: 1.9em;
	font-weight: bold;
	color: #551110;
	text-transform: uppercase;
	border-bottom: 3px solid #551110;
	margin: 20px 0 10px;
}

#left h2 {
	color: #551110;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	clear: both;
}
#left h2.page_photo {
	margin-bottom:0;
}
#left h2 a {border-bottom-style:none;}
#left h2 a:hover {
	text-decoration: none;
	color: #a84009;
}

#left h3 {
	color: #551110;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 1em;
	clear: left;
}

#left h4 {
	color: #551110;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
	clear: both;
}

#left h5 {
	color: #551110;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 18px;
	
}

#left .placement_droite_postulation {
	float: right;
	margin-right: 3em;
}

#left .placement_droite_postulation h5 {
	margin-top: 0px;
}

#left .infos_spect ul {
	/*float: left;*/
}


#left .details {
	margin-left: 5em;
	text-transform: none;
	font-size: 0.85em;
	font-weight: normal;
	
	color: #A84009;
	background-color:#FFF;
	padding:4px 8px; border-bottom:none;
	border:1px solid #F1E1C2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
}

#left .spectacle .infos_spect .details:hover {
	/*background-color: #551110;
	color: #FFf;
	*/
	color: #000;
	border:1px solid #B0490E;
	text-decoration:none;
}

#left a.depostuler img, #left .selection_img {
	border: none;
}

#left .spectacle .infos_spect a {
	text-decoration: none;
}

#left .spectacle .infos_spect a:hover {
	text-decoration: underline;
}

#left .info {
	color: #a84009;
	padding-bottom: 5px;
}


#left .actu {
	margin-bottom: 20px;
}

#left .actu h2 {
	margin-bottom: 0;
}

#left .actu img {
	float: left;
	margin-right: 10px;
	/*margin-bottom: 5px;*/
}


#left .actu .illustration {
	width: 213px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	display: inline;
}

#left .actu .illustration span {
	position: absolute;
	display: block;
	width: 200px;
	bottom: 3px;
	left: 0;
	color: #fff;
	text-align: right;
	font-size: 9px;
	padding: 5px;
	background-color: #000;
	opacity: 0.6;
	filter:alpha(opacity=60);

}

#left .actu .illustration:hover span {
	opacity: 1;
	filter:alpha(opacity=100);
}

#left .placement_droite {
	border: 2px solid #FFFFFF;
	float: right;
	padding: 10px 12px;
	background: transparent url(../img/bg-com.png) repeat;
	margin-top: 1em; /*-1.5em;*/
}

#left .placement_droite h3, #left #legende h3 {
	margin-top: 0;
}

#left #legende {
	border: 1px solid #FFFFFF;
	padding: 10px 12px;
	background: transparent url(../img/bg-com.png) repeat;
	margin-top: 25px;
	margin-bottom: 15px;
}

#left #legende ul {
	list-style-type: none;
	height: 10px;
}

#left #legende ul li {
	float: left;
	margin: 0 20px 0 0;
	padding-bottom: 3px;
}

#left #legende ul li img {
	margin-bottom: -3px;
}




#sidebar {
	width: 50px;
	float: left;
	width: 256px;
	margin-left: 14px;
	color: #000;
}


#bloc1, #bloc2, #bloc3 {
	width: 236px;
	height: 152px;
	margin-bottom: 11px;
	padding: 6px 10px;
	font-size: 10px;
	overflow: hidden;
}

#bloc3 {
	overflow: visible;
}

/* BLOC 1 */

#bloc1 {
	padding: 6px 2px;
	overflow:visible;
	width: auto;
}

#bloc1 h3, #bloc2 h3, #bloc3 h3 {
	color: #fbe63a;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}

#bloc1 h3 {
	margin-left: 8px;
}

#bloc1 h3 a {
	color: #fbe63a;
	text-decoration: none;
}

#bloc1 h3 a:hover {
	text-decoration: underline;
}

#bloc1 p, #bloc2 p, #bloc3 p {
	font-size: 10px;
	margin-bottom: 5px;
}

#bloc1 a, #bloc2 a, #bloc3 a {
	color: #551110;
	text-decoration: none;
	border-bottom:1px dotted #551110;
}

#bloc1 a:hover, #bloc2 a:hover, #bloc3 a:hover {
	text-decoration: none;
	border-bottom:1px solid #551110;
}

#bloc1 img, #bloc2 img, #bloc3 img {
	float: left;
	margin-right: 10px;
	border: 1px solid #000;
}

#stepcarousel{
	position: relative; 
	width: 260px; 
	height: 125px; 
}

#bloc1 .belt{
	position: absolute; 
	left: 0;
	top: 0;
}

#bloc1 .spectacle {
	height: 125px;
	width: 260px;
}

#bloc1 img {
	border: none;
}

#bloc1 .spectacle img {
	margin: 0px 6px 0 17px;
	border: 1px solid #000;
}

#bloc1 .spectacle h4 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.1em;
	text-transform:uppercase;
}

#bloc1 .spectacle h5 {
	font-weight: bold;
	color: #fff;
	font-size: 1.7em;
	padding-right: 10px;
	margin-top: 3px;
}

#bloc1 .spectacle h5 a {
	color: #fff;text-decoration: none;
}

#bloc1 .spectacle h5 a:hover {
	text-decoration: underline;
}

#bloc1 .spectacle p {
	position: absolute;
	bottom: 1px;
	left: 107px;
}

#bloc1 #aucun_spectacle img {
	margin-left:8px; border:2px solid #000;
}
#bloc1 #aucun_spectacle p {
	left:168px;
	width:90px;
	margin-bottom:2px;
}

/* Fin Bloc 1 */

/* Bloc 2 */
#bloc2 #lien_facebook {
	text-align:right;
	line-height:28px;
}
#bloc2 #lien_facebook img {
	border:none;
	float:right;
	margin:0 0 0 5px;
}
/* Fin Bloc 2 */

#copyright {
	color: #fff;
	text-align: center;
	font-size: 10px;
	margin-top: 40px;
}

#copyright a {
	color: #fff;
	border-bottom:1px dotted #FFF;
	text-decoration:none;
}
#copyright a:hover {
	border-bottom-style:solid;
}



#left #jouteurs {
	list-style-type: none;
}

#left #jouteurs li {
	width: 180px;
	height: 66px;
	float: left;
	margin: 10px 6px 10px 0;
}

#left #jouteurs li img {
	vertical-align: middle;
	margin-right: 10px;
}

#left #jouteurs li a {
	text-decoration: none; border-bottom-style:none;
}

#left #jouteurs li a:hover {
	font-weight: bold;
}

#left #jouteurs li a:hover img {
	border-color: #551110;
}

#liens-gauche {
	float: left;
	width: 50%;
}

#liens-droite {
	float: left;
}

#liens-gauche ul, #liens-droite ul {
	margin-bottom: 15px;
}



#left #photos {
	list-style-type: none;
	margin-top: 15px;
	width: 100%;
}

#left #photos li {
	width: 180px;
	float: left;
	margin: 0 3px 8px;
	position: relative;
	display: inline;
}

#left #photos li a {
	display:block;
	width:177px; height:133px;
	overflow:hidden;
	background-color:#000;
}

#left #photos li img {
	border: 1px solid #000;
	margin:0 auto;
	display:block;
}

#left #photos li span {
	position: absolute;
	display: block;
	width: 167px;
	bottom: 1px;
	left: 0;
	color: #fff;
	text-align: right;
	font-size: 9px;
	padding: 5px;
	background-color: #000;
	opacity: 0.6;
	filter:alpha(opacity=60);

}
#left #photos li a {
	border-bottom-style:none;
}
#left #photos li:hover span {
	opacity: 1;
	filter:alpha(opacity=100);
}

#left #liste_photos {
	list-style-type:none;
}
#left #liste_photos li {
	float:left;
	width:104px; height:80px;
	margin:0 0 8px 10px;
}
#left #liste_photos li.first {
	margin-left:0;
}
#left #liste_photos li a {
	border-bottom-style:none;
}
#left #liste_photos li img {
	display:block;
	margin:0 auto;
	border:2px solid #000;
}

#left #thumbs {
	position: relative; 
	list-style-type: none;
	margin-top: 15px;
	margin-left: 10px;
	width: 545px;
	height: 90px;
	/*overflow: hidden;*/
}


#thumbs .belt{
	position: absolute; 
	left: 0;
	top: 0;
}

#thumbs img {
	border: none;
}

#left #thumbs .photo {
/*	min-width: 90px;*/
	float: left;
	margin: 0 3px 10px 0px;
/*	position: relative;*/
	display: inline;
}

#thumbs .photo img {
	border: 2px solid #000;
}

#left #thumbs .photo_vert {
	width: 57px;
}

#left #thumbs .photo_hor {
	width: 96px;
}

#left #thumbs li img {
	border: 1px solid #000;
}


#left #photo {
	width: 545px;
	margin-left: 10px;
	clear: both;
}

#pause {
	background-image: url(../img/control_pause.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}


#left h3.last_comment {
	margin-top: 15px;
}	

#left h3.last_comment span {
	color:#A84009;
	text-transform:none;
	font-weight:normal; font-size:0.8em;
}

#left .lien_commenter {
	text-align: left;
	color: #A84009;
	margin-top: 10px;
	margin-bottom: 15px;
}

#left .lien_commenter a {
	color: #A84009;
	background-color:#FFF;
	padding:4px 8px; border-bottom:none;
	border:1px solid #F1E1C2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
	float:right;
}

#left .lien_commenter a:hover {
	color: #000;
	border:1px solid #B0490E;
}

#comments {
	margin-bottom: 20px;
}
#left div.comment_fond {
	background: transparent url(../img/bg-com.png) repeat;
	padding: 10px 10px 5px 10px;
	margin-bottom: 0px;
	margin-top: 0;
}

#left #comments p.comment_info {
	background: none;
	margin-top: 15px;
	margin-bottom: 5px;
}



#left #profil {
	margin-top: 15px;
}


#left #jcrop td {
	padding-right : 20px;
}

#left #jcrop #preview_thumb {
	width:60px;
	height:60px;
	overflow:hidden;
	border: 3px solid;
}

#left #jcrop #preview_thumb img {
	border: none;
}

#left #interview {
	padding: 10px;
	background: transparent url(../img/bg-com.png) repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

#left #interview p {
	margin-bottom: 2px;
}

#left #interview p.boutons {
	margin-top: 10px;
}


#addcomment form input {
	font-size: 10px;
	height: 12px;
	padding:2px 4px 4px 4px;
}

#addcomment form textarea {
	font-size: 10px;
	padding: 4px;
	border: 1px solid #000;
}

#addcomment form input[type="submit"] {
	width: 100px;
	height: 22px;
}

#addcomment_left {
	width: 365px;
	float: left;
}

#addcomment_right {
	width: 195px;
	float: left;
}

#addcomment_right input {
	width: 95%;
}

#left .mceEditor a:link {
	border-bottom-style:none;
}

/*
#left #members-buttons {
	margin-top: 7px;
	margin-bottom: 15px;
}*/

#members-feed, #my_feed, #bloc1 ul {
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 15px;
}

#members-feed li, #my_feed li, #bloc1 ul li {
	padding: 0 0 4px 22px;
	margin-bottom: 4px;
	margin-left: 0;
}

#bloc1 ul#menu_membres_perso li {
	padding: 0 22px 4px 0;
	background-position: 100% 50%;
}

/*#members-feed li a, #my_feed li a, #bloc1 ul li a {
	text-decoration: underline;
}*/

.profil {
	background: url(../img/pictos/profil.png) no-repeat;
	padding-bottom: 3px;
}

.feed {
	background: url(../img/pictos/feed.png) no-repeat;
}

.picture {
	background: url(../img/pictos/picture.png) no-repeat;
	padding-bottom: 3px;
}

.pictures {
	background: url(../img/pictos/pictures.png) no-repeat;
	padding-bottom: 3px;
}

.seance {
	background: url(../img/pictos/seance.png) no-repeat;
}

.postuler {
	background: url(../img/pictos/postuler.png) no-repeat;
	padding-bottom: 3px;
}

.selectionne {
	background: url(../img/pictos/oui.png) no-repeat;
	padding-bottom: 3px;
}

.non_selectionne {
	background: url(../img/pictos/non.png) no-repeat;
	padding-bottom: 3px;
}

.en_cours {
	background: url(../img/pictos/attente.png) no-repeat;
	padding-bottom: 4px;
}

.anniv {
	background: url(../img/pictos/cake.png) no-repeat;
	padding-bottom: 3px;
}

.interview { background: url(../img/pictos/interview.png) no-repeat;}
.listing {	background: url(../img/pictos/listing.png) no-repeat;}
.acces { background: url(../img/pictos/acces.png) no-repeat;}
.matchs { background: url(../img/pictos/matchs.png) no-repeat;}
.association {	background: url(../img/pictos/association.png) no-repeat; }
.communication { background: url(../img/pictos/communication.png) no-repeat; }
.exercices { background: url(../img/pictos/exercice.png) no-repeat; }
.editer_profil { background: url(../img/pictos/editer_profil.png) no-repeat; }
.videos { background: url(../img/pictos/videos.png) no-repeat; }

#bloc1 #agenda_membres { 
	background: url(../img/pictos/agenda.png) no-repeat; 
	padding: 3px 22px 4px 0;
	background-position: 100% 50%;
	text-transform: none;
	font-weight: normal;
	color: #FFF;
	font-size: 0.7em;
	text-decoration: underline;
	float: right;
}
#bloc1 #agenda_membres:hover {
	text-decoration: none;
	color: #FBE63A;
}

#bloc1 #agenda_public { 
	background: url(../img/pictos/agenda.png) no-repeat top right; 
	display:block;
	height:18px; width:16px;
	margin-right:1px;
	float:right;
}
#bloc1 #agenda_public:hover {
	border-bottom:1px dotted #FFF;
}
#bloc1 #agenda_public span {
	display:block;
	position:absolute; top:-10000px;left:0;
}



#members-listing {
	width: 100%;
	border: thin solid #551110;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}

#members-listing tr.alternative {
	background-color: #fff;
}

#members-listing th {
	text-align: center;
	background-color: #000;
	border: thin solid #551110;
	padding: 4px 2px;
	color: #FBE63A;
}

#members-listing td {
	border: thin solid #551110;
	background: transparent url(../img/bg-com.png) repeat;
	text-align: center;
	padding: 4px 2px;
}

#members-listing img {
	vertical-align: middle;
}

#members-listing th a {
	color: #FBE63A;
}

#members-listing th a:hover {
	text-decoration: underline;
}

/* Membres / Pedagogie */

ul.seances li {
	margin-bottom: 5px;
}

#left p.form_reduit {
	float: left; 
	margin-right: 5px;
}

#left p.form_reduit input[type="submit"] {
	margin-top: 1.05em;
}

#left .form_postuler input {
	float: left;
	margin-right: 5px;
}

#left .form_postuler input.large {
	width: auto;
}

/* Agenda */

#left #prochain_spectacle {
	padding: 10px;
	background: transparent url(../img/bg-com.png) repeat;
	margin-top: 10px;
	margin-bottom: 20px;
	border: none;
}

#left .spectacle {
	clear: both;
	margin-bottom: 10px;
	padding: 10px;
}

/*#left .spectacle a, #left .spectacle a:link {
	text-decoration: underline;
}
#left .spectacle a:hover {
	text-decoration: none;
}*/

#left .spectacle img {
	float: left;
	margin: 0 7px 10px 0;
}

#left .spectacle h3, #left .spectacle h4 {
	clear: none;
}

#left .spectacle h3 {
	font-size: 1.8em;
	margin-top: 0.5em;
	color: #000;	
}

#left .spectacle h4 {
	font-size: 2.1em;
	text-transform:none;
	margin-bottom: 2.2em;
}

#left .spectacle h4.avec_infos {
	margin-bottom: 0.5em;
}

/*#left .spectacle h4 a, #left .spectacle h3 a {
	text-decoration: none;
}

#left .spectacle h4 a:hover, #left .spectacle h3 a:hover {
	text-decoration: underline;
}*/

#left .spectacle .infos_spect {
	clear: both;
}

#left .spectacle .infos_spect h3 {
	font-size: 1.2em;
	color: #551110;
}

#left #animation_seance {
	margin: 0 15px 25px 0;
	width: 200px;
	height: 150px;
}

.sond_logo {
	float: left;
	width: 193px;
}

#left .sond_logo strong {
	float: left;
}

#left .sond_logo ul {
	width: 100%;
	list-style-type: disc;
}


/* Page Impro / Concepts */
#left .source_concept {
	text-align:right;
	font-style:italic;
}
/* Fin Impro / Concepts */



/* Exercices */
.exercice {
	border: 1px solid #FFF;
	padding: 5px;
	margin-bottom: 15px;
}

.exercice h5 span, .exercice h6 span {
	display: block;
	float: right;
	font-size: 0.9em;
	color: #666666;
}

#left .exercice h5 {
	font-size: 1.1em;
	margin-top: 0;
}

.exercice h6 {
	font-weight: bold;
}

.exercice a.btn_open_exo {
	display: block;
	float: right;
}

#left .exercice a.btn_open_exo img {
	border: none;
}

#left .exercice .sources {
	font-style: italic;
	text-align: right;
	margin: 3px 0 0 0;
}

.exercice .cache {
	display: none;
	border-top: 1px dotted #FFF;
	padding-top: 5px;
}
/* Fin Exercices */

#bloc1 ul {
	padding-left: 10px;
}


#bloc1 #menu_membres_perso {
	text-align: right;
	float: right;
	margin-top: 0px;
	padding: 0;
}

/* GALERIE */
#galerie_liens{
	width: 560px;
	height:314px;
	border:2px black solid;
}

#galerie_liens a, #ft-buttons-galerie_liens a{
	color: white;
}

#galerie_liens a, #ft-buttons-galerie_liens a, #galerie_liens a:hover, #ft-buttons-galerie_liens a:hover{
	border: none;
}

.ft-title { 
	padding: 10px 10px;
	width: 540px;
	text-align: left; 
	font-size: 1.2em; 
	font-weight: bold; 
}

.ft-prev, .ft-next { 
	background-color: #000; 
	padding: 0 10px; 
	color: white; 
	text-decoration: none;
	font-size: 1.2em; 
	font-weight: bold; 
}

#ft-buttons-galerie_liens {
	margin-top: 3px;
}

#ft-buttons-galerie_liens .ft-button-galerie_liens-active { 
	color: #a84009;
}

#ft-buttons-galerie_liens a{ 
	color: white; 
	background-color: black;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: 5px;
}
