/********/
/* HTML */
/********/
body, td, select {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	color		: #333333;
	text-align	: justify;
}
body {
	margin: 0;
}
a:link, a:visited, a:hover, a:active {
	font-size		: 11px;
	color			: #CC0000;
	text-decoration	: none;
}
a:hover {
	text-decoration	: underline;
/*	color			: #FFFFFF;*/
/*	background-color: #CC0000;*/
}
a.nodeco:link, a.nodeco:visited, a.nodeco:hover, a.nodeco:active {
	text-decoration	: none;
/*	background-color: #FFFFFF;*/
/*	color			: #CC0000;*/
}
a.nohover:hover {
	font-size		: 11px;
/*	color			: #CC0000;*/
	text-decoration	: none;
/*	background-color: transparent;*/
}

a img{
	border: 0;
}

hr {
	height		: 1px;
	border		: 0;
	border-top	: 1px #B1AEA1 solid;
}
div.hr {
	height			: 1px;
	line-height		: 1px;
	border			: 0;
	border-top		: 1px #B1AEA1 solid;
	margin-top		: 10px;
	margin-bottom	: 0px;
}
h1 {
	font-size		: 28px;
	line-height		: 30px;
	color			: #000000;
	font-weight		: bold;
	margin-top		: 16px;
	margin-bottom	: 13px;
}
h1 .detail, h1 .detail a:link, h1 .detail a:visited, h1 .detail a:hover, h1 .detail a:active {
	font-size		: 12px;
	letter-spacing	: 0px;
}
h1.nomargebas {
	margin-bottom	: 0;
}
h2, h3, h4 {
	font-size		: 16px;
	color			: #000000;
	font-weight		: bold;
	letter-spacing	: -1px;
	margin-top		: 13px;
	margin-bottom	: 9px;
}

h2{
	color			: #C50F0E;
}
h2 .detail {
	font-size		: 11px;
	color			: #000000;
	letter-spacing	: 0px;
}

h3 {
/*	display	: inline;*/
}
h3 .detail {
	font-size		: 12px;
	color			: #000000;
	letter-spacing	: 0px;
	font-weight		: normal;
}
h4 {
	margin-top		: 0px;
	margin-bottom	: 0px;
	display			: inline;
}
h6 {
	color		: #CC0000;
	font-size	: 14px;
	font-weight	: bold;
}
h6 .detail {
	font-size	: 12px;
	color		: #000000;
	font-weight	: bold;
}
select, input, textarea {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 11px;
	background-color: #FAFAFA;
	border			: 1px #B1AEA1 solid;
}
form {
	margin	: 0;
}


/******/
/* ID */
/******/
#bandeau { text-align: center; }
#bandeau img { margin: 0; padding: 0; display: block; }
#bandeau a:hover { background-color: transparent; }

#menu_haut {
	height: 32px;
	line-height: 32px;
	vertical-align: middle;

	text-align		: center;

	/*
	padding-top		: 8px;
	padding-bottom	: 8px;
	*/

	border-top		: 1px #AEAF9F solid;
	border-bottom	: 1px #AEAF9F solid;
}

#menu_haut a {
	display: block;
	margin: 0;
	padding: 0;
	height: 32px;
}

#menu_haut a.lien_menu {
	float: left;
	padding: 0;
}


#menu_haut a:link,
#menu_haut a:visited,
#menu_haut a:hover,
#menu_haut a:active {
	font-size		: 11px;
	color			: #B3B1A5;
	font-weight		: bold;
	text-decoration	: none;
}
#menu_haut a:hover {
	text-decoration	: underline;
	background-color: transparent;
}

#menu_haut a.on:link,
#menu_haut a.on:visited,
#menu_haut a.on:hover,
#menu_haut a.on:active {
	color			: #CC0000;
}


#media_menu {
	display			: none;
	position		: absolute;
	margin-top		: 3px;
	margin-left		: 0px;
	border			: 1px #B1AEA1 solid;
	background-color: #FAFAFA;
	padding			: 5px;
	white-space		: nowrap;
}
#media_menu a:link, #media_menu a:visited, #media_menu a:hover, #media_menu a:active {
	color			: #999999;
	background-color: #FAFAFA;
	text-decoration	: none;
	font-weight		: normal;
	font-size		: 12px;
}
#media_menu a:hover {
	text-decoration	: underline;
}
#bandeau_collection {
	width		: 780px;
	height		: 150px;
	white-space	: nowrap;
	overflow	: auto;
}
#bandeau_media_galerie {
	width		: 270px;
	height		: 500px;
	white-space	: nowrap;
	overflow	: auto;
	text-align	: center;
}

#newsletter {
	color		: #B3B1A5;
	font-weight	: bold;
	width		: 150px;
}

#form_newsletter {
	margin	: 0;
}

#form_newsletter a.ok:link,
#form_newsletter a.ok:visited,
#form_newsletter a.ok:hover,
#form_newsletter a.ok:active {
	background-color: #B3B1A5;
	color			: #FFFFFF;
	font-weight		: bold;
	padding			: 2px;
	font-size		: 11px;
	border			: 0;
}








/***********/
/* CLASSES */
/***********/
.noir{
	color: black;
}

.erreur {
	font-size		: 14px;
	font-weight		: bold;
	color			: #FFFFFF;
	background-color: #CC0000;
	padding			: 10px;
	text-align		: center;
}
.ok {
	font-size		: 14px;
	font-weight		: bold;
	color			: #FFFFFF;
	background-color: #009900;
	padding			: 10px;
	text-align		: center;
}
.cadre {
	border	: 1px #000000 solid;
}
.cadre_image {
	border	: 1px #B1AEA1 solid;
	padding	: 5px;
}
.cadre_image_PG {	/* Cadre petite image gauche... */
	border			: 1px #B1AEA1 solid;
	padding			: 5px;
	padding-right	: 15px;
	text-align		: left;
}
.cadre_image_PD {	/* Cadre petite image droite... */
	border		: 1px #B1AEA1 solid;
	padding		: 5px;
	padding-left: 15px;
	text-align	: right;
}
.cadre_image_GG {	/* Cadre grande image gauche... */
	border			: 1px #B1AEA1 solid;
	padding			: 5px;
	text-align		: left;
}
.cadre_image_GD {	/* Cadre grande image droite... */
	border		: 1px #B1AEA1 solid;
	padding		: 5px;
	text-align	: right;
}
.cadre_video {
	border	: 1px #B1AEA1 solid;
	padding	: 5px;
}
.cadre_image_collections {	/* Cadre grande image gauche... */
	border			: 1px #B1AEA1 solid;
	padding			: 5px;
	text-align		: left;
}


.lien_gris, .lien_gris a:link, .lien_gris a:visited, .lien_gris a:hover, .lien_gris a:active {
	font-size		: 11px;
	color			: #8B8774;
	background-color: #FFFFFF;
	text-decoration	: none;
}
.lien_gris a:hover {
	text-decoration	: underline;
}
.shop_prix {
	color		: #B1AEA1;
	font-size	: 14px;
	font-weight	: bold;
	white-space	: nowrap;
}

.shop_plus_infos, .shop_plus_infos a:link, .shop_plus_infos a:visited, .shop_plus_infos a:hover, .shop_plus_infos a:active {
	color			: #FFFFFF;
	background-color: #CC0000;
	font-size		: 11px;
	text-decoration	: none;
	padding-left	: 11px;
	padding-right	: 11px;
	font-weight		: normal;
}
.shop_plus_infos a:hover {
	padding-left	: 15px;
	padding-right	: 7px;
}

.bouton {
	font-size		: 11px;
	color			: #000000;
	background-color: #E2E2E2;
	border			: 1px solid #666666;
	padding-left	: 5px;
	padding-right	: 15px;
}
.bouton a:link {
	font-size		: 11px;
	color			: #000000;
	text-decoration	: none;
	font-weight		: normal;
	padding-left	: 5px;
	padding-right	: 15px;
}
.bouton a:visited {
	font-size		: 11px;
	color			: #000000;
	text-decoration	: none;
	font-weight		: normal;
	background-color: #E2E2E2;
	padding-left	: 5px;
	padding-right	: 15px;
}
.bouton a:hover {
	font-size		: 11px;
	color			: #CC0000;
	background-color: #E2E2E2;
	text-decoration	: none;
	padding-left	: 15px;
	padding-right	: 5px;
}
.bouton a:active {
	font-size		: 11px;
	color			: #000000;
	text-decoration	: none;
	font-weight		: normal;
	padding-left	: 5px;
	padding-right	: 15px;
}

.shop_liste_rech {
	font-size		: 11px;
	background-color: #FAFAFA;
	border			: 1px #B1AEA1 solid;
	width			: 180px;
}
.shop_titre {
	font-size	: 44px;
}
.shop_titre_fiche {
	font-size	: 44px;
}

.collections, .collections a:link, .collections a:visited, .collections a:hover, .collections a:active {
	color				: #BB242A;
	background-color	: #FFFFFF;
	font-size			: 15px;	
	font-weight			: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.point_vente {
	display	: none;
}
.point_vente .texte {
/*	height		: 350px;*/
/*	overflow	: auto;*/
}

.date_blog {
	color		: #b3b0a4;
	padding		: 13px 0 9px 0;
	text-align	: right;
}

.hide {
	display	: none;
}

.description_news_accueil {
	font-size	: 11px;
	text-align	: justify;
}

.nomarge {
	margin	: 0;
}

.center {
	text-align	: center;
}

/* Changement Geoffroy */
.hide{
	display: none;
}

a:focus{
	outline:0;
}

.cadre_media{
	width: 385px;
	float: left;
}

.cadre_media img{
	max-height: 220px;
	border: none;
	cursor: pointer;
	margin: auto;
}

.cadre_media h3{
	margin-top: 0;
}

.cadre_image{
	border: 1px solid #B1AEA1;
	text-align:left;
}

.clearer{
	clear: both;
	height: 0;
}

.liens_partage a{
	float: left;
	padding: 0 5px 0 0;
}



/************* UNIVERS **********/
#table_univers .lien_univers{
	color			: #C50F0E;
	font-size		: 20px;
	font-weight		: bold;
	letter-spacing	: -1px;
	margin-top		: 13px;
	margin-bottom	: 9px;
}

.box_univers{
	border-bottom: 1px solid #999999;
	padding-bottom: 25px;
	margin-bottom: 20px;
}

.date_univers{
	float: right;
	margin-top: 8px;
	color: #b1aea1;
}

#liens_archives{
	color : #b1aea1;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

#liens_archives .annees_liens_archives{
	color : #CC0000;
}

#liens_archives a{
	font-size: 16px;
	color : #000;
}

/********** PRESSE *********/
.box_presse{
	width: 250px;
	float: left;
	padding-right: 10px;
	padding-bottom: 20px;
}

.box_presse h2{
	color: black;
	margin-top: 20px;
	display: inline
}

#illustration_parution_presse{
	float: left;
	margin-left: 10px;
	margin-top: 10px
}

#relations_presse{
	float:left;
	width: 160px;
	margin-left: 10px;
	margin-top: 10px
}

#periode_archive{
	font-size: 20px;
	color: #C50F0E;
}

#liens_archives .archive_selectionnee{
	color: #b1aea1; 
}

#relations_presse .titre_relations_presse{
	margin:0;
	color: black;
}

.lien_achat{
	font-weight: bold
}

/*** Actualites - Accueil ***/
.box_accueil{
	float: left;
	width: 380px;	
	padding-bottom: 20px;
}

.box_accueil_top{
	float: left;
	width: 380px;	
}

.image_blog{
	padding:5px;
	border: 1px solid #b1aea1;
	margin-right: 10px;
	width: 97.5%
}

.image_blog img{
	width: 100%;
}

.image_blog_accueil{
	padding:5px;
	border: 1px solid #b1aea1;
	margin-right: 10px;
	width: 368px;
}

.marge_box_accueil{
	margin-right: 20px;
}

.contenu_actualites img{
	width: 368px;		
}

.date_archives{
	float: right;
	color: #b1aea1;
	margin-top: -25px;
	margin-left: 10px;
}

.liens_partage_actualites a{
	float: left;
	padding: 0 5px 0 0;
}

.liens_partage_actualites{
	float: right;
	margin-top: -15px;
}

.lien_suite{
	font-weight: bold;
}

.box_accueil h2{
	text-align: left;
	
}

.box_accueil h1{
	margin-top: 20px;
}

.box_presse_accueil{
	border: 1px solid #b1aea1;	
	padding: 5px;
}

.box_presse_accueil img{
	height: 150px;

}

.baseline{
	vertical-align:bottom
}

#box_presse h2{
	margin: 5px 0 5px 0
}

.box_univers_accueil{
	border: 1px solid #b1aea1;	
	padding: 5px;
}

.box_univers_accueil img{
	height: 150px;
}

.lien_gros_titre{
	display: inline;
	font-size: 10px;
}

/**** COLLECTIONS ***/
.illustration_collection{
	float: right;
	height:375px;
}

.details_collections{
	font-size: 12px;
	font-weight: normal;
	color: black;
}

.infos_collections{
	width: 250px;
	float: left;
}

/**** Back to top ***/
.back_to_top{
	float: right;
	font-weight: normal
}

/**** Loader ****/
#div_loader{
	color:#aaa;
	font-size: 14px;
	font-weight:bold;
	height: 112px;
	vertical-align:middle;
	line-height:112px;
}

/*** Carroussel ***/

/*
#carousel-wrapper {
    height: 113px;
    
	float:left;
	margin-bottom : 25px;
	width:100%;
}

div.previous_button,div.next_button{
	float:left; width: 10px;
	height: 93px;
	background : #eee;
	display:inline;
	cursor:pointer;
	margin-top : 20px;
	z-index:200;
}

div.next_button{
	float:right;
}

#carousel-wrapper ul{
	width : 10000px;
	margin:0;
	padding:0;
	position:relative;
	top:0;
}

#carousel-wrapper ul li{
	margin:0;
	padding:0;
	float:left;
	list-style:none
}

#carousel-wrapper div.container{
	float:left;
	width : 760px;
	position:relative;
	overflow: hidden;
}

*/

#carousel-wrapper {
    width: 760px;
    height: 113px;
    overflow: hidden;
	float:left;
}
#carousel-content {
    width: 10000px;
}

#carousel-content .slide {
    float: left;
    width: 760px;
    height: 113px;
}

#carousel-content .slide a{
    float: left;
}

.carousel-control{
	display:block;
	width:10px;
	height: 93px;
	float:left;
	margin-top : 15px;
	cursor:pointer;
	text-decoration:none;
}

a.left{
	background : url(/images/divers/slide-gauche.gif);	
	text-decoration:none;
}

a.left:hover{
	background : url(/images/divers/slide-gauche-over.gif);		
}

a.right{
	background : url(/images/divers/slide-droite.gif);	
	text-decoration:none;
}

a.right:hover{
	background : url(/images/divers/slide-droite-over.gif);
}


/*bloc addict */

#wrapper_bloc_addict{
	height : 44px;
	width : 780px;
	margin : 20px 0 5px 0;
}

#wrapper_bloc_addict div{
	float:left;
}

#contenu_bloc_addict{
	/*
	border-top : 1px solid #b1aea1;
	border-bottom : 1px solid #b1aea1;
	*/

	font-weight : bold;

	/*width:573px;*/
	width: 599px;
	height : 42px;
}




/*** SLIDES *************************************************************************************/
#slides {
	position: relative;
	width: 780px;
	z-index: 100;
}
.slides_container {
	position: relative;
	display: none;

	width: 780px;
	overflow: hidden;
}
.slides_container div.slide {
	display: block;
	width: 780px;
	height: 390px;
}
.slides_container div.slide a {
	display: block;
	width: 780px;
	height: 390px;

	background-position: center center;
	background-repeat: no-repeat;
}

/*** PAGINATION ***/
.pagination {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 200;
	-webkit-padding-start: 0;
}
.pagination li {
	float: left;
	margin: 0 1px;
	list-style: none;
}
.pagination li a {
	display: block;
	padding: 0;
	width: 16px;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;	
	text-align: center;
	
	background: url(images/navigation.png) repeat center top;
	overflow: hidden;
	color: #999a9f;
}
.pagination li.current a {
	color: #ffffff;
	background: #000000;
}

/*** CAPTION ***/
.caption {
	z-index: 500;
	position: absolute;
	top: 0;
	left: 0;

	width: 740px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;

	background: #000;
	background: rgba(0,0,0,.8);

	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
.caption p {
	margin: 0;
	padding: 0;
}
.slides_container div.slide .caption a {
	display: inline;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
}



/*** WRAPPER BLOC ***/
#wrapper_bloc_addict .rouge{
	color : #c30c0c;
}

#wrapper_bouton_abo{
	width:257px;
}

#wrapper_bouton_abo{
	background : url(/images/bloc_addict/fond-bouton-abo-nws.jpg) no-repeat;
	height : 24px;
	padding-left : 39px;
	cursor:pointer;
	margin-top : 9px;
}

#wrapper_bouton_abo:hover{
	background : url(/images/bloc_addict/fond-bouton-abo-nws_hover.jpg) no-repeat;
}

#centre_bouton_abo{
	color:#969388;
	background : url(/images/bloc_addict/fond_centre_abo.jpg);
	height : 19px;
	padding-top: 5px;
	width:242px;
}

#centre_bouton_abo a{
	color:#969388;
}

#centre_bouton_abo a:hover{
	color:#c30c0c;
	text-decoration:none;
}


#bouton_abo_nws:hover{
	background : url(/images/bloc_addict/fond-bouton-abo-nws_hover.jpg) no-repeat;
}

.separation_bloc_addict{
	width:33px;
	height:42px;
	background : url(/images/bloc_addict/separation.gif) no-repeat;
}

.icone_bloc_addict{
	padding-top : 10px;
}

/*** menuSelect ******************************************************************************/

a:focus{ outline: none; }


.zoneMenuAffichee{
	border : 1px solid #ccc;
	width : 90px;
	height : 12px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-0-border-radius:3px;
	padding : 2px;
	position:relative;
	cursor:pointer;
	line-height:normal;
	float:right;
}

#zone_menu{
	position : absolute;	
	border : 1px solid #ccc;
	border-top : 0;
	top : 17px;
	left : 0;
	width:93px;	
	background : #ffffff;
	padding-top : 5px;
	z-index:1000;
}

#zone_menu a {
	display: block;
	float: left;
	padding : 3px 5px;
	color: black;
	text-decoration:none;
	font-weight: normal;
	height: auto;
}

#zone_menu a:hover {
	background : #3399ff;
	color: #ffffff;
	text-decoration:none;
}

#zone_menu a img, #img_Selectionnee{
	border : none;
	width : 15px;
	height : 10px;
	margin-right : 5px;
}


/*** DROP ***/
.drop {
	position: relative;
	float: left;
	cursor: pointer;
	border: 0 none;
	z-index: 500;
}

#zone_menu2 {
	position: absolute;	
	top: 32px;
	left: -6px;
	padding: 0 5px;
	background: #ffffff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#zone_menu2 a {
	display: block;	
	padding: 0 5px;
	color: #b4b2a5;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px dashed #b5b5b5;
}
#zone_menu2 a:hover{
	color:#000000;
	text-decoration: none;
}


/*** FOOTER **********************************************************************************/
div#footer {
	position: relative;
	padding: 20px 0 10px 0;
	background-color: #f3f3f1;
}
div#footer div#footer_content {
	margin: 0 auto;
	width: 780px;
}

/*** COLONNE ***/
div#footer div#footer_content div.colonne {
	float: left;
	margin: 0 10px 0 15px;
}
div#footer div#footer_content div.colonne h2 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 18px;
	color: #b1aea1;
	border-bottom: 1px dotted #b1aea1;
	text-transform:uppercase;
}
div#footer div#footer_content div.colonne ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#footer div#footer_content div.colonne ul li {
	padding: 8px 0;
	border-bottom: 1px dotted #b1aea1;
}
div#footer div#footer_content div.colonne ul li a {
	display: block;
	font-size: 11px;
	color: #b1aea1;
	text-decoration: none;
}
div#footer div#footer_content div.colonne ul li a:hover {
	color: #7f7d74;
	text-decoration: underline;
}

#premiereColonneFooter{
	margin-left : 0
}

#credits{
	color:#aaa; 
	width : 400px;
	text-align : center;
	font-size : 11px;
	margin : 25px auto 0 auto;
}

#credits a{
	color: #aaa;
	text-decoration:none;
}

#credits a:hover{
	color: #888;
	text-decoration:underline;
}

.entry h1{
	line-height : 20px;
}
