/****************************************************************/
/*                     Feuille de style reset                   */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
/****************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

#edp {
	height:30px !important;
	overflow:hidden;
}

#edp li {
	margin-top:0.5em;
	font-size:0.8em;
	line-height:100% !important;
}

body {
	/* font-size:18px; */
}

ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
strong {
    font-weight:bold;
}

em, q {
	font-style:italic;
}

/*********************************************/
/*        fin feuille de style reset         */
/*********************************************/

/*
 * Style généraux
 */
hr {
    clear:both;
    visibility:hidden;
    height:1px;
    border:0;
}

.clear {
    height:0px;
    clear:both;
    display:block;
    margin-top:-3px;
}

.clear-left {
    clear:left;
}

.underline {
    text-decoration:underline;
}

.hidden {
    display:none;
}

a {
    color:white;
    font-weight:normal;
    text-decoration:none;
    font-weight:bold;
}

a:hover,
a:active,
a:focus {
    text-decoration:underline;
}


form input {
    border:0;
}

form input[type=submit] {
    background-color:#e2007d;
    color:white;
    font-weight:bold;
}


select {
    background-color:white;
    border:0
}


.copyright {
	font-style: italic;
}
/*
.corner-l {
	-moz-border-radius:0 5px 5px 0;
    -webkit-border-radius::0 5px 5px 0;
    -khtml-border-radius::0 5px 5px 0;
    border-radius:0 5px 5px 0;

}

.corner-r {
    -moz-border-radius:5px 0 0 5px;
    -webkit-border-radius::5px 0 0 5px;
    -khtml-border-radius::5px 0 0 5px;
    border-radius:5px 0 0 5px;
}

.corner {
    -moz-border-radius:5px;
    -webkit-border-radius::5px;
    -khtml-border-radius::5px;
    border-radius:5px;
}
*/

.link-size {
	font-weight:normal;
	color:#320621;
}

.text-align-right {
	text-align:right;
}
/**
	Google maps
*/
.google_map_tiny #copyright, .google_map_tiny span {
	display:none;
}

.google_map_tiny a {
	color:#892061 !important;
	display:inline-block;
	background-color:white;
	padding:2px;
}

/**
 * Pagination
 */
.pagination ul {
    text-align:center;
    margin-top:5px;
    margin-bottom:10px;
    padding:3px;
    background-color:#ED0081;
}

.pagination ul li {
    display:inline;
    color:white;
}

.pagination ul li a {
    display:inline-block;
    color:white !important;
    height:100%;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:3px;
    padding-right:3px;
    background-color:#ED0081;
}

.pagination ul li a:hover,
.pagination ul li a:focus,
.pagination ul li a:active,
.pagination ul li a.selected {
    color:#ED0081 !important;
    background-color:white;
}

.thumbwrapper .vignette .type {
	visibility:hidden;
}

/**
 * Select avec des liens 
 */
.select {
    position:relative;
    width:100%;
    height:30px;
}

.select ul {
    position:absolute;
    top:0px;
    right:0;
    text-align:center;
   }

.select ul li {
    position:relative;
}

#content .select ul li a {
    display:inline-block;
    border:1px solid gray;
    padding:2px 5px 2px 5px;
    width:200px;
    background-color:white;
    text-decoration:none;
    color:#892061;
    
}

#content .select ul li a.first {
    background:white url(../images/icone-show.gif) center right no-repeat;
}


#content .select ul li a:hover,
#content .select ul li a:active,
#content .select ul li a:focus {
    color:white;
    background-color:#892061;
}

#content .select ul.toggle li a{
    display:none;
}

#content .select ul.toggle:hover li a,
#content .select ul.toggle li a.first{
    display:inline-block;
}

#content .select .label {
    display:inline-block;
    padding-top:3px;
    float:right;
    position:relative;
    right:250px;
}

.zindex-high {
    z-index:100;
}

.zindex-low {
    z-index:50;
}

body {
	/* TODO: Remettre à l'intégration de la barre esprit de Picardie
   background:url(../images/background-header.gif) 0 30px repeat-x; */
   background:url(../images/background-header.gif) 0 -0px repeat-x;
}


#page {
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-family:verdana, sans-serif;
    font-size:0.7em;
    clear:both;
    background:url(../images/bkgd_page.png) no-repeat center top;
}

#wrapper {
    text-align:left;
    width:965px;
    margin-left:auto;
    margin-right:auto;
}


/**
 * Header
 */
#header {
    color:white;
    font-weight:bold;
    height:160px;
    /* background-color:#6b2259; */
}

#header #menu-accessibilite {
    float:right;
	margin-top:0.4em;
    margin-bottom:0.3em;
    padding:0;
}

#header #menu-accessibilite a {
	text-decoration:none;
}

#header #menu-accessibilite a:hover,
#header #menu-accessibilite a:focus,
#header #menu-accessibilite a:active {
	text-decoration:underline;
}

#header #bandeau {
    clear:both;
	width:100%;
}

#header h1 {
    height:90px;
    width:174px;
    float:left;
    padding:0;
    margin:0;
}

#header #bandeau {
    position:relative;
    top:2px;
    bottom:0;
	height:92px;
}

#header #bandeau img  {
}

#header #bandeau img.first {
	position:relative;
    top:0px;
    right:0px;
    z-index:5;
    overflow: hidden;
}

#header #bandeau img.second {
    position:absolute;
    top:5px;
    right:0;
}

#header #menu-accessibilite ul {
    float:left;
}
#header #menu-accessibilite li {
    display:inline;
    padding:5px;
    float:left;
}

#header #menu-accessibilite form  {
	padding-top:2px;
    float:left;
	margin-top:1px;
	margin-left:0.5em;
}

#header #menu-accessibilite form select {
	margin-left:0.5em;
	margin-right:0.5em;
}

#header #menu-secondaire {
	margin-top:2px;
	height:35px;
	width:100%;
}

#header #menu-secondaire .debut,
#header #menu-secondaire .last,
#header #menu-secondaire ul,
#header #menu-secondaire .menu {
	float:left;
}
	
#header #menu-secondaire .debut {
	width:204px;
	height:35px;
	background:#dd0078 url(../images/gradient_header_left.png)  bottom right no-repeat;
}

#header #menu-secondaire li {
	float:left;
	background:#dd0078 url(../images/separator.gif) bottom left no-repeat;
	display:inline-block;
	height:35px;
	padding-left:12px;
}

#header #menu-secondaire li div {
	background:#dd0078 url(../images/bkgd-rose-gradient.gif) top left repeat-x;
}

#header #menu-secondaire li.first {
	padding-left:8px;
	background:#dd0078 url(../images/separator-left.gif) bottom left no-repeat;
}

#header #menu-secondaire .last {
	float:left;
	display:inline-block;
	background:#dd0078 url(../images/separator-right.gif) bottom left no-repeat;
	height:35px;
	width:8px;
}


#header #menu-secondaire li a {
	display:inline-block;
	/* margin-left:0.5em; */
	margin-right:0.8em;
	margin-top:0.7em;
	font-size:1.2em;
	font-weight:thin;
	/* background:#dd0078 url(../images/separator.gif) top left no-repeat; */ 
}

#header #menu-secondaire li img {
	display:inline-block;
	margin-top:5px;
	float:left;
	padding-right:0.5em;
	padding-left:0.4em;
}

#header #menu-secondaire .menu  {
	float:left;
	height:35px;
	background:#dd0078 url(../images/gradient_header_right.png)  bottom left no-repeat;
}

#header #menu-secondaire .menu div {
	margin-top:0.7em;
	margin-left:0.5em;
}

#header #menu-secondaire #SearchHeader {
	width:120px;
}

#header #select-style {
	width:150px;
	text-align:center;
}

#header #menu-widget .taille-switcher a {
	background:#ED0081;
	height:1.3em;
	margin-top:4px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	padding-right:3px;
	font-weight:bolder;
}

#header #menu-widget .taille-switcher a:hover,
#header #menu-widget .taille-switcher a:active,
#header #menu-widget .taille-switcher a:focus {
	color:#ED0081;
	background-color:white;
}


#header .selected a span {
	text-decoration:underline;
}

/**
 * Breadcrumb
 */
#breadcrumbs {
    margin:0.5em;
    padding:0.5em;
    padding-bottom:0;
    margin-bottom:1em;
    margin-top:1em;
    border-bottom:1px dotted #6e2751;
    font-size:0.9em;
}

#breadcrumbs .fil {
/*     float:left;*/
}

#breadcrumbs .tools {
	width:16px;
    float:right;
    display:inline;
    margin-top: 1em;
}

#breadcrumbs ul {
    display:inline;
}

#breadcrumbs ul li {
    display:inline;
}

#breadcrumbs .fil a {
    color:#6e2751;
}

#breadcrumbs .accessiweb {
	margin-top: 1.3em;
	display: inline-block;
    float: left;
}

#breadcrumbs p {
	display:inline;
}

#breadcrumbs .facebook {
	float:right;
    margin-top: 1em;
}

#breadcrumbs .facebook .portrait {
	display:block;
	height:47px;
	border-left:4px solid #DD0078;
}

#breadcrumbs .facebook li {
	float:left;
	height:80px;
	padding-right:8px; 
}

#breadcrumbs .facebook li.texte {
	margin-top:0.3em;
}

#breadcrumbs .facebook li.texte a {
	font-weight:normal;
	color:#2C0024;
}

#breadcrumbs .bouton_newsletter {
    padding-top:0;
    float: right;
    margin-right: 10px;
    margin-top: 1em;
    background: #5c1f4b url(../images/background_newsletter.png) top left no-repeat;
    width:175px;
    min-height:40px;
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 30px;
}

#breadcrumbs .bouton_newsletter a {
    font-weight: normal;
    font-family: "Times New Roman";
    color: white;
    font-size: 1.3em;
}
#breadcrumbs .bouton_newsletter strong {
    display: block;
    font-size: 1.3em;
}

#breadcrumbs .bouton_newsletter a:hover strong,
#breadcrumbs .bouton_newsletter a:focus strong{
    text-decoration: underline;
}
/**
 * Menu de gauche
 */
#menu {
    width:182px;
    float:left;
}

#menu table {
	padding-top:37px;
}

#menu table img {
    width:25px;
    height:25px;
    display:block;
    margin:10px;
}

#menu td {
    vertical-align:middle;
	height:35px;
}

#menu td.bottom {
    border-bottom:1px dotted #6e2751;
    background: white url(../images/background-menu.gif) top right repeat-y;
}

#menu td.bottom a {
    color:#ed0081;
	width:135px;
}


#menu tr.first td.bottom {
	border-top:1px dotted #6e2751;
}
/*    background:white url(../images/background-menu-first.gif) right bottom no-repeat;
}
*/

#menu td.last {
    border-bottom:1px solid white;
}

#menu td a {
	display:inline-block;
	padding:5px 0 5px 5px;
}

#menu td a span {
	height:40px;
}

/*
#menu td .selected span {
	display:inline-block;
	padding:5px 0 5px 5px;
	font-weight:bold;
}
*/

#menu td a:hover,
#menu td a:focus,
#menu td a:active,
#menu h3.selected {
	background-color:#ED0081;
	color:white;
}

#menu h3.selected a {
	color:white;
}


#menu .publicite,
#aside .publicite {
	margin-top:1em;
	width:100%;
	text-align:left;
}

#menu .publicite .bloc,
#aside .publicite .bloc {
	margin-top:1em;
	margin-bottom:1em;
}
#menu .publicite .bloc {
	border:2px solid #b2b609;
}

#menu .publicite h2,
#aside .publicite h2 {
	text-align:center;
	background-color:#b2b609;
	padding:4px;
	font-size:1.4em;
	font-weight:bold;
	color:#320621;
}

#menu .publicite .blocXml,
#aside .publicite .blocXml {
	padding:5px;
}


/**
 * Content
 */
#content {
    /* color:#6e2751; */
    /* color:#320621; */
    color:#320621;
}

#content .blockXml p {
    margin-top:1em;
    margin-bottom:1em;
}

#content a {
	color:#892061;
}

 

#content #center {
    float:left;
    width:533px;
    padding-top:10px;
    margin-left:7px;
    padding-left:10px;
    padding-right:10px;
}



#content #center h2,
#content #aside h2 {
/*    font-family:"Times new roman", serif */;
    font-family: Verdana, sans-serif;
    font-size:1.8em;
    font-weight:bold;
    padding-bottom:4px;
    margin-bottom:15px;
    color: #892061;
    border-bottom:1px solid #892061;
/*    letter-spacing:0.1em; */
    /* border-bottom:1px solid #6e2751; */
}

#content #center .coup-de-coeur {
	/* clear:both; */
}

#content #center .coup-de-coeur .autres {
    margin-top:10px;
}

#content #center .coup-de-coeur .simple {
    width:166px;
    margin-right:17px;
    margin-bottom:10px;
}

#content #center .coup-de-coeur .last {
    margin-right:0;
}


#content #center .coup-de-coeur .first .image {
    width:291px;
    height:189px;
    z-index:5;
}
#content #center .ie-table {
    background-color:#5c1f4b;
    background: transparent url(../images/handicap-grand-violet.gif) no-repeat;
    float:right; 
    /* display:block; */
    width:25px;
    height:187px;
    padding-top:2px;
    padding-left:3px;
    padding-right:3px;
    /* margin-right:-3px; */
}

#content #center .simple .image .ie-table {
	height:103px;
	background: transparent url(../images/handicap-petit-violet.gif) no-repeat;
}

#content #center .simple .image .ie-table table {
    height:100px;
	border-collapse:collapse;
	
}

#content #center .image .rose,
#content #center .image .rose table {
	background: #e5007c url(../images/handicap-petit-rose.gif) no-repeat;
}

#content #center .image table {
	background: transparent url(../images/handicap-petit-violet.gif) no-repeat;
}


#content #center .simple .image .illustration {
	height:105px;
	width:135px;
	float:left;
}

#content #center .image td img {
	display:block;
}

#content #center .image table caption {
	display:none;
}


#content #center .first {
	position:relative;
	top:0;
	left:0;
	padding-top:11px;
	margin-bottom:2.5em;
}


#content #center .first .exterieur {
	display:block;
	width:319px;	
	background:white url(../images/accueil-coup-de-coeur.gif) 0 0 no-repeat;
	padding-top:5px;
}

#content #center .first .exterieur {
	 background: #892061 url(../images/angle_bloc_first.png)  bottom left no-repeat;
	 padding-top:0;
}

#content #center .first .texte {
    min-height:180px;
    width:223px;	
    padding-right:80px;
    color:white;
    padding-left:15px;
    padding-top:5px;
    padding-bottom:10px;
    background: transparent url(../images/bg-coup-de-coeur.gif)  bottom left no-repeat;
}

#content #center .first .texte {
	background:transparent url(../images/ImgArPlan_Fi_Site.png) no-repeat scroll left top;
	color:white;
	min-height:180px;
	padding:10px 80px 10px 15px;
	width:223px;
}

#content #center .first .texte .link a{
	float:right;
	margin-top:2px;
	clear:right;
}

#content #center .coup-de-coeur .first .image {
	position:absolute;
	top:3px;
	right:0px;
}

#content #center .coup-de-coeur .first .image img.illustration {
	position:absolute;
	top:0;
	right:30px;
}

#content #center .actualite .texte h3 {
	font-weight:bold;
	margin-top:0;
	margin-bottom:5px;
	font-size:1.07em;	
}

#content #center .texte h3 {
    font-weight:bold;
    margin-bottom:5px;
    font-size:1.2em;
}

#content #center .coup-de-coeur .autres h3 {
    padding-top:3px;
    padding-bottom:3px;
    font-weight:bolder;
    font-size:1.19em;
    line-height:1.25em;
    color:#892061;
    min-height:2.6em;
}
#content #center .coup-de-coeur .autres .link {
    padding-top:1em;
}
#content #center .link {
	float:right;
	font-size:0.9em;
	padding-bottom:3px;
	padding-top:3px;
}
#content #center .all {
    background:url(../images/triple-double-point.gif) right 60% no-repeat;
    text-decoration:underline;
    padding-right:20px;
    color:#320621;
    font-size:0.99em;
}
#content #center .coup-de-coeur .link a {
	color:white;
	text-decoration:underline;
}

#content #center .coup-de-coeur .link a:hover,
#content #center .coup-de-coeur .link a:focus,
#content #center .coup-de-coeur .link a:active {
	text-decoration:none;
}
	

#content #center .coup-de-coeur .first .texte h3 {
    display:block;
    background-color:#ED0081;
    width:236px;
    margin-left:-15px;
    padding-left:15px;
    padding-right:3px;
    font-size:1.5em;
    line-height:1.25em;
    padding-top:0.1em;
    padding-bottom:0.3em;
    margin-top:0.3em;
    margin-bottom:0.5em;
    font-weight:bold;;
    background:#e5007c url(../images/bkgd_titre_fond_rose_left.png) no-repeat right bottom;
}

#content #center .coup-de-coeur .first .texte h4 {
	color:white;
	font-weight:bold;
}
#content #center .coup-de-coeur .autres .texte{
	font-size:0.9em;
}
#content #center .coup-de-coeur .autres .texte a {
	color:#320621;
}
#content #center .coup-de-coeur p {
	margin-top:7px;
	margin-bottom:7px;
}

#content #center a.week-end {
    margin-top:5px;
    color:#6e2751;
    margin-bottom:5px;
    padding-left:35px;
    display:inline-block;
    padding-top:6px;
    background:url(../images/bonhomme-rose-bleu.gif) 0 0 no-repeat;
    height:30px;
    font-size:0.9em;
}

#content #center .coup-de-coeur .autres .texte h4 {
    font-weight:bolder;
    font-size:1.45em;
    /* color:#892061; */
}

#content .coup-de-coeur .info {
    margin-top:3px;
}

#content .first .prix {
    color:#ED0081;
    background-color:white;
    font-weight:bold;
    font-size:1.2em;
}

#content .autres .prix {
    background-color:#ED0081;
    color:white;
    font-weight:bold;
    font-size:1.2em;
}

#content .coup-de-coeur .autres .simple {
    float:left;
}

/**
	Zoom sur les labellisées
*/
#content .zoom-labellisees {
    clear:both;
}

#content #center .zoom-labellisees h2 {
    margin-bottom:0;
    padding-bottom:0;
    background-color:white;
}

#content .zoom-labellisees .labellisees {
    /* background-color:white; */
    border:1px solid white;
    display:block;
}

#content .zoom-labellisees .labellisees .simple {
	margin-bottom:10px;
	padding:10px;
	background:#ddd2d8 url(../images/background-labellisees.gif) 0 0 repeat-x;
	/* clear:both; */
}


#content .zoom-labellisees .labellisees .image {
	float:right;
    margin-left:10px;
    width:166px
}

#content .zoom-labellisees .labellisees .texte {
	float:left;
	width:320px;
}

#content #center .zoom-labellisees h3 {
    font-size:1.6em;
    color:#ED0081;
    font-weight:bolder;
}

#content #center .zoom-labellisees .labellisees .link a {
    color:#320621;
    text-decoration:underline;
}

#content #center .zoom-labellisees .labellisees .link a:focus,
#content #center .zoom-labellisees .labellisees .link a:hover,
#content #center .zoom-labellisees .labellisees .link a:active {
	text-decoration:none;
}

/*#content .zoom-labellisees .all {
    margin-top:10px;
}*/


#content #center .zoom-offre {
	background: transparent url(../images/background-offre-liste.gif) repeat-x top left;
	padding-top:1.5em;
	margin-top:2.5em;
	clear:both;
}

#content #center .zoom-offre h2 {
	margin-top:0.5em;
	color:white;
	font-weight:bold;
	background-color:#e5007c;
	border:0;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
}
#content #center .zoom-offre h3{
	background:#e5007c url(../images/angle_titre_reserve.png) no-repeat right;
	width:93%;
	padding-left:10px;
	color:#fff;
	font-family:"Times new roman", serif;
	font-size:1.78em;
	font-weight:bold;
/*	letter-spacing:0.1em; */
	margin:0 0;
}

#content #center .zoom-offre .rub-srit .simple {
	background:none;
}

/**
	Liste des audios guides
*/
#content #center .audio-guide-line {
}

#content .audio-guide-line.simple {
	margin-bottom:10px;
	padding:10px;
	background:#ddd2d8 url(../images/background-labellisees.gif) 0 0 repeat-x;
	/* clear:both; */
}


#content .audio-guide-line .image {
	float:right;
    margin-left:10px;
    width:135px
}

#content .audio-guide-line .texte {
	float:left;
	width:355px;
}
#content .audio-guide-line a {
	color:#320621;
	text-decoration:underline;
	font-size:0.9em;
}

#content .audio-guide-line .intro {
	margin-top:10px;
	margin-bottom:10px;
}

#content .audio-guide-line a:hover,
#content .audio-guide-line a:focus,
#content .audio-guide-line a:active {
	text-decoration:none;
}

#content .audio-guide-line h4 {
	font-size:1.5em;
}

#content .audio-guide-line h4 a {
	text-decoration:none;
	font-size:1em;
}

#content .audio-guide-line .details {
	float:right;
}

#content .audio-guide-line .operation {
	padding-top:10px;
	clear:both;
}

#content .audio-guide-line .operation a.left {
	float:left;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:5px;
	background:transparent url(../images/icone_play.png) 0 0 no-repeat;
	display:inline-block;
}

#content .audio-guide-line .operation a.right {
	float:right;
	display:inline-block;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:5px;
	background:transparent url(../images/icone-download.png) 0 0 no-repeat;
}

#content #center .audio-guide-line .geolocalisation {
	background:transparent url(../images/GMap_Site.png) no-repeat scroll 0 0;
	color:white;
	font-weight:bolder;
	height:26px;
	padding-top:2px;
	text-align:center;
	top:0;
	width:21px;
	display:block;
	float:right;
}


/**
 	Page full des audios-guides
 */
 #content .audio-guide h3 {
 	 font-size:1.6em; 
 	 color:#892061;
 	 font-weight:bold;
 	 margin-top:0.5em;
 	 margin-bottom:0.5em;
}

#content .audio-guide .integrale {
	border-top:1px dotted #892061;
	border-bottom:1px dotted #892061;
	margin-bottom:1em;
	padding-top:5px;
}

#content .audio-guide .integrale h4 {
	font-size:1.3em; 
	color:#892061;
	font-weight:bold;
	float:left;
	padding-left:25px;
	background:transparent url(../images/icone_download_all.png) 5px 6px no-repeat;
	padding-bottom:0.3em;
	padding-top:0.3em;
}

#content .audio-guide .integrale .operation {
	float:right;
}

#content .audio-guide .operation a {
	color:#320621;
	text-decoration:underline;
}

#content .audio-guide .operation a:hover,
#content .audio-guide .operation a:focus,
#content .audio-guide .operation a:active {
	text-decoration:none;
}


#content .audio-guide  .operation .ecouter {
	float:left;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:5px;
	padding-right:15px;
	background:transparent url(../images/icone_play.png) 0 0 no-repeat;
}

#content .audio-guide .operation .telecharger {
	float:left;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:5px;
	background:transparent url(../images/icone-download.png) 0 0 no-repeat;
}

#content .audio-guide .operation a span {
	display:block;
	padding-top:3px;
	text-align:center;
	font-weight:normal;
}

#content .audio-guide .extrait {
	margin-left:50px;
	clear:both;
	margin-top:2px;
	margin-bottom:2px;
}

#content .audio-guide .extrait h5 {
	float:left;
	font-size:1.2em; 
	color:#892061;
	font-weight:bold;
	margin-left:10px;
	margin-top:-4px;
	width:70%;
}

#content .audio-guide .extrait .operation,
#content .audio-guide .extrait .player {
	float:right;
}

#content .audio-guide .extrait .player {
	padding-bottom:2em;
}

#content #center .audio-guide .geolocalisation {
	background:transparent url(../images/GMap_Site.png) no-repeat scroll 0 0;
	color:white;
	font-weight:bolder;
	height:26px;
	padding-top:2px;
	text-align:center;
	top:0;
	width:21px;
	display:block;
	float:left;
}

/**
 * Actualités de la page d'accueil
 */
#content #center .actualite {
    color:#2c0024;
}

#content #center .nombre-resultats {
	font-size:1.4em;
	font-weight:bold;
	padding-top:1em;
	padding-bottom:3px;
	padding-left:10px;
}

#content #center .nombre-resultats span {
	color:#892061;
}

#content #center .actualite .actualites{
    background:#eaecc4 url(../images/background-actualite.gif) repeat-x top;
    padding:1em 0;
}

#content #center .actualite a {
    color:#2c0024;
    text-decoration:underline;
}

#content #center .actualite a:focus,
#content #center .actualite a:hover,
#content #center .actualite a:active {
	text-decoration:none;
}

#content #center .actualite h2 {
    margin-bottom:0;
    background-color:white;
}

#content #center .actualite .simple {
    width:164px;
    margin-left:7px;
    margin-right:6px;
    float:left;
}

#content #center .actualite .simple img {
    width:165px;
    height:124px;
    margin-bottom:5px;
}

#content #center .actualite .simple .date {
	padding-top:0px;
    padding-bottom:10px;
    font-weight:bold;
    font-size:0.9em;;
}

#content #center .actualite .first {
    margin-left:0;
}

#content #center .actualite .last {
    margin-right:0
}

#content #center .actualite .all {
    margin-top:10px;
    background-image:url(../images/triple-double-actu.gif);
}

/** 
 * Liste des offres
 */
 
 #content #center .rubrique-header {
 	 margin-bottom:-150px;
 }
#content #center .rubrique-header .image {
    position:relative;
    top:0;
    left:0;
    width:150px; 
    height:189px;
    z-index:5;
}

#content #center .rubrique-header .texte {
    position:relative;
    top:-179px;
    left:28px;
    width:503px;
    min-height:130px;
    color:white;
    /* padding-left:135px; */
    margin-top:10px;
    padding-bottom:10px;
    border:1px solid white;
    background:#892061 url(../images/background-bas-violet.png) center bottom no-repeat;
    display:block;
}

#content #center .rubrique-header .padding {
	margin-left:135px;
}
/* url(../images/background-bas-violet.gif) */
#content #center .rubrique-header .interieur {
	min-height:135px;
	margin-top:-10px;
	padding-top:10px;
	background:transparent url(../images/ImgArPlan_Li_Site.gif) 0 0 no-repeat;
	
}


#content #center .rubrique-header .texte h3 {
    font-size:1.8em;
    line-height:1.25em;
    display:block;
    margin-left:-20px;
    padding-left:20px;
    padding-top:0.1em;
    padding-bottom:0.3em;
    padding-right:1em;
    margin-top:0.3em;
    margin-bottom:0.7em;
    margin-right:0;
    font-weight:bolder;
    background:#e5007c url(../images/bkgd_titre_fond_rose_right.png) no-repeat left bottom;
}
#content #center .rubrique-header .texte p {
    margin-right:1em;
}
/**
	Rubrique des offres du SRIT
*/

#content #center .rub-srit .simple {
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	background:transparent url(../images/background-offre.gif) 0 0 repeat-x; 
}

#content #center .rub-srit h4 {
	color:#e5007c;
	font-size:1.6em;
	padding-right:2em;
}

#content #center .rub-srit .resultats .simple .texte {
	position:relative;
	float:left;
	width:330px;
}

#content #center .rub-srit .simple .texte .meta {
	padding-top:5px;
	display:inline-block;
	color:#892061;
	
}

#content #center .rub-srit .simple .texte p {
	margin-top:5px;
	margin-bottom:5px;
}

#content #center .rub-srit .simple .texte .details {
	float:right;
	color:#e5007c;
	text-decoration:underline;
	padding-left:15px;
	background:transparent url(../images/details-rose.gif) 0 0 no-repeat;
	margin-top:2px;
	padding-bottom:3px;
}

#content #center .rub-srit .resultats .simple .image{
	float:right;
	width:166px
}

#content #center .rub-srit .simple  .geolocalisation {
	width:21px;
	height:26px;
	text-align:center;
	padding-top:2px;
	font-weight:bolder;
	color:white;
	background:url('../images/GMap_Site.png') 0 0 no-repeat;
	position:absolute;
	top:0;
	right:0;
}


/**
	Rubrique des offres week end
*/
#content #center .rub-weekend .rubrique-header .texte {
	background:#e5007c url(../images/background-bas-violet.png) center bottom no-repeat;
}

#content #center .rub-weekend .rubrique-header .interieur {
	background:transparent url(../images/ImgArPlan_Li_WE.gif) 0 0 no-repeat;
}

#content #center .rub-weekend .rubrique-header .texte h3 {
	background-color:#892061;
	background-image: url(../images/bkgd_titre_fond_violet_right.png);
}

.rub-weekend .pagination ul,
.rub-weekend .pagination ul li a {
	background-color:#892061;
}

.rub-weekend .pagination ul li a:hover, 
.rub-weekend .pagination ul li a:focus, 
.rub-weekend .pagination ul li a:active, 
.rub-weekend .pagination ul li a.selected {
	background-color:white;
	color:#892061 !important;
}

#content #center .rub-weekend .simple {
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	background: url(../images/background-offre-liste.gif) no-repeat top;
    overflow:hidden;
}

#content #center .rub-weekend h4 {
	color:#892061;
	font-size:1.6em;
	padding-right:2em;
    margin-bottom:4px;
}

#content #center .rub-weekend .simple .texte {
	position:relative;
	float:left;
	width:330px;
}

#content #center .rub-weekend .simple .texte .meta {
	display:inline-block;
	color:#892061;
}

#content #center .rub-weekend .simple .texte .meta .prix{
	background-color:#e5007c;
	color:white;
	font-size:1.2em;
	font-weight:bold;
}
#content #center .rub-weekend .simple .texte p {
	margin-top:5px;
	margin-bottom:5px;
}
#content #center .rub-weekend .simple .texte .intro {
	margin:1em 0;
}
#content #center .rub-weekend .simple .texte .avantage-edp {
	margin:1em 0;
}
#content #center .rub-weekend .simple .texte .avantage-edp h5{
	color:#ED0081;
    font-weight:bold;
    background:url(../images/picto_avantage.png) no-repeat left bottom;
    padding-left:14px;
}
#content #center .rub-weekend .simple .texte .avantage-edp ul{
	margin-left:1em;
}
#content #center .rub-weekend .simple .texte .avantage-edp li{
	background:url(../images/tiret_rose.png) no-repeat left 0.6em;
	padding-left:7px;
}
#content #center .rub-weekend .simple .texte .details {
	float:right;
	color:#892061;
	text-decoration:underline;
	padding-left:15px;
	background:transparent url(../images/details-violet.gif) 0 0 no-repeat;
	margin-top:2px;
	padding-bottom:3px;
}

#content #center .rub-weekend .simple .image{
	float:right;
	width:166px
}

#content #center .coup-de-coeur .profils,
#content #center .rub-weekend .profils {
	float:right;
    width:160px;
    font-size:0.9em;
    color:#892061;
    font-weight:bold;
    margin-top:1em;
}

#content #center .coup-de-coeur .profils li,
#content #center .rub-weekend .profils li{
    background:url('../images/picto_profil_amis.png') no-repeat left top;
    padding-left:30px;
    padding-top:3px;
}

#content #center .coup-de-coeur .profils li.couple,
#content #center .rub-weekend .profils li.couple {
    background:url('../images/picto_profil_couple.png') no-repeat left top;
}

#content #center .coup-de-coeur .profils li.famille,
#content #center .rub-weekend .profils li.famille {
    background:url('../images/picto_profil_famille.png') no-repeat left top;
}


#content #center .rub-weekend .simple  .geolocalisation {
	width:21px;
	height:26px;
	text-align:center;
	padding-top:2px;
	font-weight:bolder;
	color:white;
	background:url('../images/GMap_WE.png') 0 0 no-repeat;
	position:absolute;
	top:0;
	right:0;
}
/**
	Rubrique des actus
*/
#content #center .rubrique-actu-full .rubrique-header .texte {
	background:#c1c318 url(../images/background-bas-violet.png) center bottom no-repeat;
	/* background:transparent url(../images/ImgArPlan_Li_Actu.gif) no-repeat scroll 0 0; */

}

#content #center .rubrique-actu-full .rubrique-header .interieur {
	background:transparent url(../images/ImgArPlan_Li_Actu.gif) 0 0 no-repeat;
}
	
#content #center .rubrique-actu-full .rubrique-header .texte h3  {
	background-color:#892061;
	background-image: url(../images/bkgd_titre_fond_violet_right.png);
}


#content #center .rubrique-actu-full h4 a,
#content #center .rubrique-actu-full .rubrique-header .texte p {
	color:#320621;
}

#content #center .rubrique-filtre {
	width:523px;
	padding:5px;
	margin-left:22px;
	margin-right:25px;
	background:transparent url(../images/background-filtre-actu.gif) left bottom no-repeat;
	border-bottom:0;
}

#content #center .rub-srit .rubrique-filtre {
	background:transparent url(../images/background-filtre.gif) left bottom no-repeat;
}

#content #center .rubrique-filtre strong {
	/* display:block; */
	width:493px;
	font-size:1.4em;
	padding-bottom:2px;
	margin-bottom:3px;
	color:#892061;
	margin-left:3px;
	padding-left:0px;
	padding-right:10px;
	border-bottom:1px dotted #892061;
}

#content #center .rubrique-filtre dl {
	margin-top:1em;
	margin-bottom:2em;
	padding-left:3px;
	padding-right:5px;
	margin-right:5px;
}

#content #center .rubrique-filtre dt {
	font-weight:bold;
	display:inline;
	margin-top:1px;
	margin-bottom:1px;
	clear:left;
	color:#892061;
}

#content #center .rubrique-filtre dd {
	display:inline;
	margin-left:0.5em;
	margin-right:-2px;
	margin-top:1px;
	margin-bottom:1px;
	white-space: nowrap;
}


#content #center .rubrique-filtre a {
	display:inline;
	width:95%;
	text-align:right;
	margin-right:25px;
}

#content #center .rubrique-filtre dd a {
	color:#320621 !important;
	width:auto;
	margin-left:0;
	text-align:left;
	margin-right:0;
	white-space: nowrap;
}

#content #center .rubrique-actu-full .simple {
	width:518px;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	background:#f5f5dd url(../images/background-actu-line.gif) center bottom repeat-x; 
}

#content #center .rubrique-actu-full h4 {
	color:#320621;
	font-size:1.6em;
	padding-right:2em;
}

#content #center .rubrique-actu-full .simple .texte {
	position:relative;
	float:left;
	width:351px;
}

#content #center .rubrique-actu-full .simple .texte .meta {
	padding-top:5px;
	display:inline-block;
	color:#320621;
	
}

#content #center .rubrique-actu-full .simple .texte p {
	margin-top:5px;
	margin-bottom:5px;
}

#content #center .rubrique-actu-full .simple .texte .details {
	float:right;
	color:#320621;
	text-decoration:underline;
	padding-left:15px;
	background:transparent;
	margin-top:2px;
	padding-bottom:3px;
}


#content #center .rubrique-actu-full .simple .texte .details:hover,
#content #center .rubrique-actu-full .simple .texte .details:active,
#content #center .rubrique-actu-full .simple .texte .details:focus {
	text-decoration:none;
}

#content #center .rubrique-actu-full .simple .image{
	float:right;
	width:141px
}

#content #center .rubrique-actu-full .simple  .geolocalisation {
	width:21px;
	height:26px;
	text-align:center;
	padding-top:2px;
	font-weight:bolder;
	background:url('../images/GMap_Actu.png') 0 0 no-repeat;
	position:absolute;
	top:0;
	right:0;
	color:#320621;
}

/**
	Vue full des offres week-end
*/
#content #center .week-end-full .first {
	position:relative;
	top:0;
	left:0;
	padding-top:10px;
}

#content #center .week-end-full .first .image img.illustration {
	position:absolute;
	right:30px;
	top:0;
}

#content #center .week-end-full .first .exterieur {
	 background: #E2007D url(../images/angle_bloc_first.png)  bottom left no-repeat;
	 padding-top:0;
}

#content #center .week-end-full .first .texte {
	text-align:right;
    min-height:180px;
    width:223px;	
	padding-right:80px;
    color:white;
    padding-left:15px;
    padding-top:10px;
    padding-bottom:10px;
    background: transparent url(../images/ImgArPlan_Fi_WE.gif)  top left no-repeat;
}

#content #center .first .texte .text-align-right li a {
	color:white;
}

#content #center .week-end-full .first .image {
	position:absolute;
	top:3px;
	right:0px;
}

#content #center .week-end-full  .ie-table {
	background:transparent url(../images/handicap-grand-rose.gif) no-repeat scroll 0 0;
	float:right;
	height:187px;
	padding-left:3px;
	padding-right:3px;
	padding-top:2px;
	width:25px;
}


#content #center .week-end-full .we-prix {
	margin-top:0.5em;
	font-size:2em;
	font-weight:bold;
}

#content #center .week-end-full .we-prix-complement {
	font-weight:bold;
	display:inline;
}

#content #center .week-end-full .first h3 {
	margin-top:1em;
	font-size:1em;
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:0;
}

#content #center .week-end-full .profils li {
	font-size:1.15em;
	color:#892061;
}

/**
	Vue full des offres
*/
#content #center .srit-full .all {
	background-image : url(../images/triple-double-point_violet.png);
}
#content #center .srit-full .all a{
	color:#320621;
}
#content #center .srit-full .categories {
	float:left;
	margin-top:0.2em;
}
#content #center .srit-full .localisation {
	color:#892061;
	font-size:1.25em;
	margin:2em 0 0.4em 0;
	clear:both;
}
#content #center .srit-full .first {
	position:relative;
	top:0;
	left:0;
	padding-top:10px;
}

#content #center .srit-full .first .image img.illustration {
	position:absolute;
	right:30px;
	top:0;
}

#content #center .srit-full .first .exterieur {
	 background: #892061 url(../images/angle_bloc_first.png)  bottom left no-repeat;
	 padding-top:0;
}
#content #center .srit-full .first .texte {
    min-height:180px;
    width:223px;	
    padding-right:80px;
    color:white;
    padding-left:15px;
    padding-top:10px;
    padding-bottom:10px;
    background: transparent url(../images/ImgArPlan_Fi_Site.png) top left no-repeat;
}



#content #center .srit-full .first .image {
	position:absolute;
	top:3px;
	right:0px;
}

#content #center .srit-full  .ie-table {
	background:transparent url(../images/handicap-grand-violet.gif) no-repeat scroll 0 0;
	float:right;
	height:187px;
	padding-left:3px;
	padding-right:3px;
	padding-top:2px;
	width:25px;
}
#content #center .srit-full .after-first .pictos {
	margin:-1.5em 0 1.5em;
}

#content #center .srit-full .after-first .info-complementaire .left,
#content #center .srit-full .after-first .info-complementaire .imageleft{
	float:left;
	width:47%;
}

#content #center .srit-full .after-first .info-complementaire .right,
#content #center .srit-full .after-first .info-complementaire .imageright{
	float:left;
	width:47%;
	padding-left:5%;
}


#content #center .srit-full .after-first .info-complementaire h3 {
	 font-size:1.25em;
	 clear:left;
	 color:#892061;
	 margin-bottom:0.5em;
	 font-weight:bold;
}

#content #center .srit-full .after-first .info-complementaire dl {
	 margin-bottom:1em;
}
#content #center .srit-full .after-first .info-complementaire dt {
	 font-weight:bold;
	 display:inline-block;
	 float:left;
	 clear:left;
}
#content #center .srit-full .after-first .info-complementaire dt.dates {
    margin-top: 0.5em;
}
#content #center .srit-full .after-first .info-complementaire dd {
	 display:inline-block;
	 float:left;
}

#content #center .srit-full .after-first .info-complementaire br.clear {
	margin-bottom:2em;
}

#content #center .srit-full .after-first .info-chambre{
	margin-top:1.5em;
	margin-bottom:1.5em;
}

#content #center .srit-full .after-first .info-chambre dt {
	font-weight:bold;
	float:left;
	clear:left;
	margin:0 0.5em 0.3em 0;
}
#content #center .srit-full .after-first .info-chambre dd {
	margin-bottom:0.3em;
}
/**
	Blocs fin de page
*/
/* Bloc accessibilité */
#content #center .blockAccessibislite {
	background:#fce5f2 url(../images/gradient_rose_bottom.png) repeat-x bottom;
	margin-top:1.5em;
	float:left;
	width:100%;
}
#content #center .blockAccessibislite h3{
	background:#e5007c url(../images/angle_titre_reserve.png) no-repeat right;
	width:93%;
	padding-left:10px;
	color:#fff;
	font-family:"Times new roman", serif;
	font-size:1.78em;
	font-weight:bold;
/*	letter-spacing:0.1em; */
	margin:1em 0;
}
#content #center .blockAccessibislite h3 .info_acces{
	background:url(../images/picto_accessibilite_inline.png) no-repeat left;
	padding-left:85px;
}
#content #center .blockAccessibislite h3 .info_acces_detail{
	padding-left:25px;
}
#content #center .blockAccessibislite .bloc{
	margin:0 0.5em;
}

#content #center .blockAccessibislite .rub-srit .simple {
	background:transparent;
}
/* Bloc mediatheque */
#page_highslide h1 {
	margin-top:0.5em;
	font-size:2em;
	margin-bottom:0.5em;
}

#content #center .thumbwrapper{
	background:#fcd9ed;
	border:0;
	margin:14px;
	margin-top:0;
	padding:5px 8px;
}
#content #center .thumbwrapper-highslide img{
	border:0;
}
#content #center .thumbwrapper-caption-image{
	font-size:0.9em;
	padding-left:15px;
}
#content #center .thumbwrapper-caption-image a{
	color:#320621;
	font-weight:normal;
}




/**
	Liens à la con dans le titre h2
*/

#content .title-link {
	position:relative;
	top:0;
	left:0;
	display:block;
	float:right;
}

#content .title-link li {
	float:left;
	display:inline;
	margin:0 0 0 2px;
}

/**
	Formulaire
*/
#content .tip {
	width:60%;
	margin-left:auto;
	margin-right:auto;
}

#content .tip .bloc label {
	float:left;
	text-align:right;
	display:block;
}

#content .tip .bloc input,
#content .tip .bloc textarea {
	clear:left;
	float:left;
	border:1px solid #5C1F4B;
	width:100%;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

#content .tip div.bloc {
	clear:both;
}

#content .tip p {
	clear:both;
	text-align:center;
}

#content .tip p.consigne {
	text-align:right;
	
}

#content .motor-search h2 {
	font-weight:bold;
}

#content .motor-search .node {
	margin-bottom:1em;
	margin-top:0.4em;
}

#content .motor-search .node h3 {
	font-size:1.2em;
}

#content .motor-search input {
	border:1px solid #ED0081;
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
	margin-right:5px;
}

#content .motor-search label {
	float:left;
	margin-left:5px;
	margin-right:15px;
	padding-top:2px;
	font-weight:bold;
}


#content .motor-search input {
	float:right;
}

#content .motor-search #Search {
	float:left;
	width:290px
}

#content .motor-search .nb-result {
	clear:both;
	padding-top:30px;
	margin-bottom:10px;
	font-size:1.4em;
	font-weight:bold;
}

#content .motor-search .nb-result .number {
	color:#892061;
}

/** 
 * Block XML
 */

#content #center .chapo {
    /* font-weight:bold; */
    font-size:1.5em;
    color:#ED0081;
    margin-bottom:10px;
}

/*
#content .blockXml pre {
    word-wrap:break;
}
*/

#content .blockXml h3 {
	margin-bottom:10px;
    font-size:1.5em;
    margin-top:1.5em;
    font-weight:bold;
    color:#5C1F4B;
    /* clear:both; */
    border-bottom:1px dotted #5C1F4B;
    padding-bottom:0.3em;
}

#content .blockXml h4 {
    font-size:1.3em;
    margin-top:1.3em;
    font-weight:bold;
    color:#5C1F4B;
    /* clear:both; */
}

#content .blockXml h5 {
    font-size:1.15em;
    margin-top:1.15em;
    font-weight:bold;
    color:#5C1F4B;
}

#content .blockXml h6 {
    margin-top:1em;
    font-weight:bold;
    color:#5C1F4B;
}

#content .blockXml a {
    font-weight:bold;
    color:#5C1F4B;
}

#content .blockXml li{
    padding-top:4px;
    padding-bottom:4px;
    padding-left:10px;
}

#content .blockXml ul li {
	list-style-image:url(../images/tiret-violet.gif);
}

#content .blockXml ul li li {
	list-style-image:url(../images/tiret-noir.gif);
}

#content .blockXml ol {
    list-style-type:decimal;
    list-style-position:inside;
}

#content .blockXml ul {
    list-style-type:disc;
    list-style-position:inside;
}

#content .blockXml table {
    margin-top:1em;
    margin-bottom:1em;
    border-collapse:collapse;
    width:100%;
}

#content .blockXml strong {
    font-weight:bold;
}

#content .blockXml em {
    font-style:italic;
}

#content .blockXml table th {
    font-weight:bold;
    text-align:center;
}
#content .blockXml table th,
#content .blockXml table td {
    padding:3px;
    border:1px solid #5C1F4B;
}



.blocXml .object-center,
#content .blockXml .object-center {
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    padding-bottom:10px;
}

.blocXml .object-center,
#content .blockXml .object-center .attribute-caption {
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    padding:0.5em;
}

.blocXml .object-right,
#content .blockXml .object-right {
    float:right;
    padding-bottom:0.5em;
    padding-left:0.5em;
    padding-top:0.5em;
}

.blocXml .object-left,
#content .blockXml .object-left {
    float:left;
    padding-bottom:0.5em;
    padding-right:0.5em;
    padding-top:0.5em;
}

#aside .blockXml h3 {
    color:#320621;
}

#aside .blockXml h4 {
    color:#320621;
}

#aside .blockXml h5 {
    color:#320621;
}

#aside .blockXml h6 {
    color:#320621;
}




/**
 * Colonne de droite 
 */
#content #aside {
    width:209px;
    padding-top:10px;
    padding-bottom:10px;
    margin-left:8px;
    float:left;
}

/*
#content #center .edito {
    background:#fde6d6 url(../images/background-edito.gif) 0 0 repeat-y;
}

#content #aside .edito .blockXml {
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
}
*/

#content #aside .content {
    padding:10px;
    margin-bottom:10px;
}

#content #aside h2 {
    background-color:white;
}

#content #aside .section,
#content #aside .google_map_tiny{
	margin-bottom:10px;
}

#content #aside .illustration img {
    width:193px;
    border:1px solid #db6003;
    margin-top:10px;
    margin-bottom:10px;
}

#content #aside h3 {
    font-size:1.5em;
    margin-bottom:10px;
    font-weight:bold;
}


#content #aside .chapo {
    margin-bottom:10px;
    font-weight:bold;
}

/**
 Block week end 
 */
#content #aside .week-end .simple .texte {
	
}

#content #aside .week-end .simple .image {
	position:relative;
	width:100%;
}

#content #aside .week-end .simple .prix {
	position:absolute;
	background:transparent url(../images/ArPlan_OffrePt_WE.gif) 0 0 no-repeat;
	width:85px;
	height:56px;
	text-align:center;
	color:white;
	padding-top:10px;
	padding-left:10px;
	padding-right:25px;
	margin-top:4px;
	z-index:0;
}

#content #aside .week-end .simple .prix strong {
	display:block;
	font-size:2em;
}


#content #aside .week-end .simple .image img {
	position:absolute;
	top:0;
	right:0;
	width:110px;
	height:65px;
	display:block;
	z-index:5;
}

#content #aside .temoignage {
	background: url(../images/background-temoignage1.png) 0 0 repeat-y;
	padding-bottom: 1em;
}

#content #aside .temoignage .right-temoignage {
	margin-left: 1em;
	padding-bottom:1em;
	border-bottom:1px dotted #B2B609;
}

#content #aside .temoignage .right-temoignage .author {
	margin-top:0.5em;
	margin-bottom:0.5em;	
}

#content #center .author {
	font-style:italic;
}

#content #aside .temoignage h3 {
	font-size:1.07em;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:1em;
}

#content #aside .temoignage a {
	color:#2C0024;
}

#content #aside a.all {
	float:right;
	background:transparent url(../images/triple-double-actu.gif) no-repeat scroll right 60%;
	color:#320621;
	font-size:0.99em;
	padding-right:20px;
	text-decoration:underline;
}

#content #aside .temoignage .long img {
	width:195px;
	border:2px solid #B2B609;
}

#content #aside .temoignage .short img {
	float:left;
	border:2px solid #B2B609;
	width:40px;
}


#content #aside .temoignage .short .text {
	margin-left:50px;
	margin-top:-3px;
}

#content #aside .vu-picardie {
	text-align:center;
}

#content #aside .vu-picardie img {
	margin-top:2em;
	margin-bottom:2em;	
}


#content #sitemap  {
	margin-left:2em;	
}

#content #sitemap h3 {
	display:block;
	margin-top:0.5em;
	margin-bottom:0.5em;
	border:0;
}


/**
 * Footer
 */
#footer {
    clear:both;
    border:1px solid black;
    background-color:#5C1F4B;
    font-size:x-small;
    color:white;
    font-weight:bold;
    font-family:"Verdana",sans-serif;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    margin-top:3em;
    height:250px;
}

#footer .fwrap {
    margin-left:auto;
    margin-right:auto;
    width:965px;
    text-align:left;

}

#footer .column {
    display:block;
    float:left;
    margin-left:10px;
    padding-left:10px;
    margin-top:10px;
    margin-bottom:10px;
    padding-top:10px;
    padding-bottom:10px;
    border-left:1px solid #E5007C;
    width:180px;
    height:200px;
}

#footer .four {
    margin-left:50px;
    /*padding-top:50px;*/
    width:250px;
    /* height:60px; */
}

#footer .four div {
	/*text-align:center;*/
	/*padding-top:1em;*/
	
}

#footer .four .mention_legale_footer {
	/*text-align:center;*/
	/*padding-top:1em;*/
	font-size: 0.9em;
}


#footer li {
    margin-top:8px;
    margin-bottom:8px;
}


.thumbwrapper .vignette a {
	margin:0;
	padding:0;
}

.thumbwrapper .vignette a:hover,
.thumbwrapper .vignette a:focus,
.thumbwrapper .vignette a:active {
	outline:1px solid #E5007C;
}


a.mime_icon {
	background: url(/extension/kaliop_utils/design/standard/images/mime/unknow.png) 0 0 no-repeat;
    padding: 3px 0px 10px 25px;
    display: block;
}

/* Types */
a.mime_icon.document	{ background: url(/extension/kaliop_utils/design/standard/images/mime/document.png) 0 0 no-repeat;   }
a.mime_icon.image		{ background: url(/extension/kaliop_utils/design/standard/images/mime/image.png) 0 0 no-repeat;              }
a.mime_icon.sound		{ background: url(/extension/kaliop_utils/design/standard/images/mime/sound.png) 0 0 no-repeat;              }
a.mime_icon.video		{ background: url(/extension/kaliop_utils/design/standard/images/mime/video.png) 0 0 no-repeat;              }

/* Extensions */
a.mime_icon.ms-excel		{ background: url(/extension/kaliop_utils/design/pictos4/images/mime/ms-excel.png) 0 0 no-repeat;   }
a.mime_icon.msword			{ background: url(/extension/kaliop_utils/design/pictos4/images/mime/ms-word.png) 0 0 no-repeat;     }
a.mime_icon.ms-powerpoint	{ background: url(/extension/kaliop_utils/design/pictos4/images/mime/ms-powerpoint.png) 0 0 no-repeat; }
a.mime_icon.pdf				{ background: url(/extension/kaliop_utils/design/pictos4/images/mime/pdf.png) 0 0 no-repeat; }


.print {
	display:none;
}

#aside h3 {
	margin-top:1em;
	color:#892061;
}
 
#aside .complement-geo {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

#aside .acces {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

#aside .acces dt {
	font-weight:bolder;	
}

#aside .acces li {
	list-style-type: disc;
	list-style-position: inside;

}

#content .video_container ul {
	display:block;
	margin:0;
	padding:0;
}

#content .video_container ul li {
	display:inline-block;
	padding:0;
}

#content .video_container dt {
	font-weight:bolder;	
	float:left;
}

/*
#aside .temoignage {
	display:none;
}
*/

a.highslide-credits, a.highslide-credits i {
	color:black !important;
}

.highslide-number {
	color:black !important;
}


