*{padding: 0; margin: 0;}

body {  
	margin: auto; 
	background: #bd8cbf;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color:#000; 
	font-size:14px;
	line-height: 19px;
	text-align: center;
}

table, table td { /* BUG */
	font-size:14px;
}
/*
input[type='submit'], input[type='button'] {
	border: 1px solid black;
	background-color: #ddd9dd;
}
*/
input[type='submit'], input[type='button'] {
    color: #313131;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    text-decoration:none;
    border: 1px solid #cba2cb;
    font-weight: bold;
    padding: 1px 8px;
    background-color: #e5d1e5;
	cursor: pointer;
}

input[type='submit']:hover, input[type='button']:hover {
    background-color: #efe4ef;
}

input[disabled] {
	background-color: #CCC;
	color: #AAA;
}

input[type=text], input[type=password], textarea {
	border: 1px solid #BBB;
	margin: 2px auto;
	color: #999;
}

input[type=text]:hover, input[type=password]:hover {
	background-color: #EEE;
}
input[type=text]:focus, input[type=password]:focus {
	background-color: #CCC;
	color: black;
}

hr {
	border: 1px solid #E5D1E5;
	width: 70%;
}

textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

img { 
	border: none; 
}

ul {
	margin-left: 35px;
	list-style-type: square;
}
li {
	margin-left: 0px;
}

p {
	margin: 5px;
}

a:link, a:visited, a:link, a:visited, a:link, a:visited {
	color: black;
	text-decoration: none;
}

a:hover, a:hover {
	color: #BD8CBF;
}

#bloc-disclaimer {
	position:absolute;
	z-index:1000;
	top: 125px;
	right: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
#content-disclaimer {
	width: 886px;
	margin: 0 auto;
	padding: 30px;
	background-color: #FFF;
	text-align: justify;
}

/****
Bloc AJAX
****/
#filter {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	/*filter: alpha(opacity=50);*/
}

#galerie {
	margin: 10px 20px 30px 10px;
}

#galerie table {
	display: inline;
	border: 0;
	text-align: center;
	font-size: 12px;
	
}
/*
#galerie table a:hover {
	color:inherit;
	filter:Alpha(opacity=75);
	-moz-opacity:0.75;
	opacity: 0.75;
}*/

#global {  
	background: url('../images/interface/fond_1020.png') repeat-y left;
	background-color: white;
	width: 1020px;
	margin: 0 auto;
	text-align: left;
}

/* CSS du header 
-----------------------*/

#header {  
	height: 127px;
	background: url('../images/interface/header.png') no-repeat left top;
	font-size: 12px;
	padding-left: 30px;
	padding-right: 30px;
}

#header h1{
	display: none;
}

#header a, #header a:link, #header a:visited {
	text-decoration: none;
	color: #ff0084;
}

#header a:hover {
	color: #000;
	text-decoration: none;
}

#header table, #header table td {
	padding: 0;
	margin: 0;
	line-height: 127px;
}

#header table {
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	border-collapse: collapse;
}

#header a:hover #logo {
	
}


/* CSS du menu 
---------------------*/

#menu {
	margin: 0 37px 0 37px;
}

#menu a, #menu a:link, #menu a:hover, #menu a:visited {
	text-decoration: none;
	color: rgb(49, 49, 49);
}

#menu_1 {
	padding-left: 20px;
	font-weight: bold;
	font-size: 16px;
	height: 30px;
	line-height: 32px;
	background-color: #e5d1e5;
	border-bottom: 2px solid #bd8cbf;
	border-top: 1px solid #e5e5e5;
}

#menu_1 a {
	margin-right: 15px;
}
#menu_1 a:hover {
	color: #7a7a7a;
}

#menu_2 {
	text-align: center;
	padding-top: 3px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 3px;
	background: url('../images/interface/header.png') bottom no-repeat;
}
#menu_2 a {
	border-bottom : 1px solid #e5d1e5;
	margin-left: 15px;
	margin-right: 15px;
	font-weight: bold;
	font-size: 14px;
}
#menu_2 a:hover {
	border-bottom-color: #bd8cbf;
}

#centre {
	margin-left: 45px;
	margin-right: 45px;
}

/* MENU DE DROITE */

#right { 
	float: right;
	width: 190px;
}

#right .liens a {
	text-decoration: none;
	color: #000;
}
#right .liens a:hover {
	border-bottom: none;
	color: #BD8CBF;
}

#right h2 {
	font-size: 1.1em;
	background: #E5D1E5;
	color: #fff;
	padding: 7px;
	margin: 15px 0 0 0;
}

#right ul {
	padding-left: 0;
	margin-left: 0;
}

#right ul ul {
	margin-left: 20px;
}

#right li {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

#right div.tag_cloud {
	padding: 5px;
	text-align: center;
}

div.tag_cloud a:link, div.tag_cloud a:visited {
	color: #ff0084;
	text-decoration: none;
}

/* CSS du contenu
------------------------ */
 
#contenu {
	margin-right: 205px;
	margin-top: 15px;
	padding-bottom: 1em;
}

#contenu h2 {
	text-align: left;
	font-size: 22px;
	color: black;
	padding: 8px;
	margin: 0 0px 0px 10px;
	font-weight: bold;
	font-family: Veranda, Arial, sans-serif;
}

#contenu h3 {
	text-align: left;
	font-size: 1em;
	background: #efe2ef;
	color: #9166ae;
	padding: 2px 20px;
	margin: 15px 25px 0 8px;
}

#contenu #photo_a_noter {
	min-height: 370px;
}

.pages {
	text-align : center;
	font-size: 17px;
}
.pages .selected {
	font-weight: bold;
}

.pages a {
	text-decoration: none;
}

#contenu p.comment_photo {
	margin-top: 20px;
}

form#ZoneLogin {
	width: 40%;  
	margin-top: 20px;
	margin-right: 2%;
	text-align: left;
	float: right;
	color: black;
	font-size: 14px;
	border: 1px solid #EEE;
}
form#ZoneLogin div {
	padding: 10px;
	background: url('../images/interface/fond_haut_cell.gif') repeat-x left top;
}
form#ZoneLogin h2 {
	height: 14px;
	line-height: 14px;
}

/**** Bloc de contenu **/
.bloc-cadre {
	text-align: left;
	border: 1px solid #EEE;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom: 10px;
}
.bloc-cadre p.bloc-titre, .bloc-cadre form.bloc-titre, .bloc-cadre tr.bloc-titre {
	font-size: 13px;
	background: #E5D1E5;
	color: #000;
	padding: 3px 8px;
	font-weight: bold;
	margin: 0;
	border-bottom: 2px solid #cba2cb;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}
.bloc-cadre tr.bloc-titre th {
	text-align: center;

}
.bloc-cadre div.bloc-contenu {
	background: url('../images/interface/fond_haut_cell.gif') repeat-x left top;
	padding: 10px;
	color: #313131;
}

table.categories {
	border: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
}


/* CSS du copyright 
--------------------------*/

#copyright {
	clear: both;
	width: 100%;
	text-align: right;
	padding-top: 100px;
}

#copyright p {
	font-size: 10px;
	margin: 0;
	margin-right: 50px;
}

#copyright a, #copyright a:link, #copyright a:visited {
	color: #000;
	text-decoration: none;
}

#copyright a:hover {
	color: #BD8CBF;
	border-bottom: none; /*border-bottom: 1px dotted #BD8CBF; */
}



 /* CSS du footer 
 ------------------------*/
 
#footer {
	clear: both;
	height: 32px;
	width: 100%;
	background: url('../images/interface/footer.png') no-repeat top left;
}
#footer a, #footer a:link, #footer a:hover {
	text-decoration: none;
	border: 0;
}


/* Autres
----------------------*/
/*#bloc_recadre {
	width: 200px;
	height: 200px;
	position: absolute;
	background: url('../images/interface/transparent.png');
	border: 1px solid #000;
}*/

.erreur {
	background: #fdd6cb url('../images/interface/exclamation.png') 5px 5px no-repeat;
	color: #dd6865;
	border: 1px solid #e9574b;
}

.ok {
	color: #369f22;
	background : #e0f2dc url('../images/interface/accept.png') no-repeat 5px 5px;
	border: 1px solid #6ec260;
	/*padding: 10px 10px 10px 40px;*/
}

.wa {
	color: #d5a03b;
	background : #fbf0bd url('../images/interface/warning.png') no-repeat 5px 5px;
	border: 1px solid #f2d654;
}

.information {
	border: 1px solid #aabfea;
	background : url('../images/interface/information.png') no-repeat 5px 5px #d4dff4;
	color : #678dd9;	
}

.erreur, .ok , .information, .wa {
	margin: 5px 10px;
	padding: 10px;
	padding-left: 25px;
	text-align: center;
}/*
.erreur:first-letter, .ok:first-letter , .information:first-letter, .information a:first-letter, .wa:first-letter {
	padding-left: 15px;
}*/

.form_erreur {
	color: red;
	font-size: 11px;
	text-align: center;
	padding-bottom: 10px;
}

.commentaire {
	width: 500px;
	margin: 5px auto;
}

#liens p {
	padding: 10px;
}

/**
Liens
**/
.color1 a, .color1 a:link, .color1 a:visited, .color1 a:hover,
.color1, a.color1:link, a.color1:visited, a.color1:hover {
	color : #3c96cd;
}
.color1 a:hover, a.color1:hover {
	text-decoration: underline;
}

.color2 a, .color2 a:link, .color2 a:visited, .color2 a:hover,
.color2, a.color2:link, a.color2:visited, a.color2:hover {
	color : #dc5ae0;
}
.color2 a:hover, a.color2:hover {
	text-decoration: underline;
}

.color3 a, .color3 a:link, .color3 a:visited, .color3 a:hover,
.color3, a.color3:link, a.color3:visited, a.color3:hover {
	color : #742779;
}
.color3 a:hover, a.color3:hover {
	text-decoration: underline;
}
/*
#contenu .color3, .color3, #TB_ajaxContent .color3 {
	color: #742779;
	font-weight: bold;
}*/


/**
Petites etoiles
**/
.small_stars {
	position: relative;
	top: 15px;
	right: 5px;
}

.star_full_11x11{
	background: transparent url(../images/interface/stars.png) no-repeat scroll 0px 0px;
	width: 11px;
	height: 11px;
}
.star_half_11x11 {
	background: transparent url(../images/interface/stars.png) no-repeat scroll -11px 0px;
	width: 11px;
	height: 11px;
}
.star_empty_11x11 {
	background: transparent url(../images/interface/stars.png) no-repeat scroll -22px 0px;
	width: 11px;
	height: 11px;
}

/**
* Agrandissement
*/
.zoom {
	padding: 3px 0;
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 10px;
	background: #E5D1E5;
	border-top: 2px solid #cba2cb;
	color: #000;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}
.zoom img {
	margin-bottom: -2px;
	height: 10px;
	width: 10px;
}
.fakeZoom {
	cursor: pointer;
}


/**
 Messages 
**/
#centre .message {
	border: 1px solid #e5d1e5;
	background-color : #f7f1f7;
	margin-top: 10px;
}
#centre .message .objet {
	border-bottom : 1px solid #e5d1e5;
	margin: 0;
	padding: 5px;
	font-weight: bold;
	background-image : url(../images/interface/diagonals.gif);
}
#centre .message  .contenu {
	padding: 10px;
}

#centre table.liste_messages {
	text-align: center;
	width: 95%;
	margin : 10px auto;
	border: 1px solid #e5d1e5;
	border-bottom : 0;
	font-size: 13px;
}

#centre table.liste_messages td {
	border-bottom : 1px solid #e5d1e5;
	padding: 3px;
}

#centre table.liste_messages th {
	background-color: #EEE;
	font-weight: bold;
	font-size: 13px;
	height: 20px;
	border-bottom: 1px solid #CCC;
}

#centre .mp_write {
	width: 95%;
	margin: 10px auto;
	padding: 10px;
	background-color: #f2e9f2;
}

tr.ligne1 {
	background: #f7f1f7 url(../images/interface/diagonals.gif);
}
tr.ligne2 {
	background: #ececf4 url(../images/interface/diagonals.gif);
}

/**
	Etapes POST photo
**/
div.etapes {
	margin-top: 20px;
	margin-bottom: 15px;
	color:#CCC;
	font-weight: bold;
}
div.etapes img {
	margin-left: 5px;
	background-color : #CCC;
}
div.etapes div.etape_actuelle img {
	background-color : #d5b6d5;
}
div.etapes div.etape_actuelle {
	color: #d5b6d5;
	display: inline;
}

div.etapes span.chiffre {
	font-size:50px;
	margin-right: 5px;
	margin-left: 10px;
}
/*
#zoneResultats { position: absolute; background-color: white; border: 1px solid silver; width: 200px; padding: 5px 0; display: none; z-index: 100; }
#zoneResultats a { color: black; text-decoration: none;  display: block; padding-left: 15px; background-color: white; }
#zoneResultats a:hover { color: black; background-color: rgb(238,238,238); cursor: pointer; }
*/
img.scale_js {
	background-image: url('../images/interface/stars.gif');
	background-repeat: no-repeat;
}

#rabbitFinder {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 400px;
	height: 300px;
	z-index: 1000;
	text-align: right;
}

#rabbitFinder iframe {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 400px;
	height: 300px;
}

.partenaire {
	position: relative; bottom: 35px; right: 220px;
}

table#liste_membres {
	/*border: 1px solid #d5b6d5;*/
	width: 100%;
	margin: 0 auto;
}
table#liste_membres td {
	text-align: center;
	padding: 2px 0;
	border-top: 1px solid #d5b6d5;
}
table#liste_membres th {
	text-align: center;
	font-weight: normal;
}

/* STYLES DE LA BOITE DE SUGGESTION */
.suggestionsBox {
	position: absolute;
	left: 80px;
	margin: 10px 0px 0px 0px;
	width: 200px;
	background-color: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;	
	color: #fff;
}

.suggestionList {
	margin: 0px;
	padding: 0px;
}

.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 2px;
	cursor: pointer;
	list-style:none;
}

.suggestionList li:hover {
	background-color:  #e5d1e5; /*#ffa800;*/
	color:#000;
}

/**
	LIENS AJAX
**/
.add_favoris, .delete_favoris, .delete_photo, .delete_mp, .block_user, #membres_bloques li, .gerer_suivi, .delete_com, .genere_thumb, .faq_item, .fakeFavoris {
	cursor: pointer;
}

/**
LCAROUSSEL
**/

#last_pictures, #liste_liens {
	display: none;
}

/**
	VIDEOS
**/
#centre .thumb_video {
	float: left;
	margin: 5px 3px;
	text-align: center;
	font-size: 10px;
}
#centre .thumb_video a img {
	padding: 3px;
	border: 1px solid #CCC;
}
#centre .thumb_video a:hover img {
	border: 1px solid #cba2cb;
}
