/*
Theme Name: WordPress Default Fr
Theme URI: http://wordpress.org/
Description: Le thème par défaut de WordPress, basé sur le fameux thème <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets 

Kubrick v1.5
http://binarybonsai.com/kubrick/

This theme was designed and built by Michael Heilemann,
whose blog you will find at http://binarybonsai.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */
body {
font-family: Arial, Verdana,sans-serif; color: #FFFFFF; font-size:68.75%; background:#330000 url(images/bg-body.jpg) top left repeat-x;
}

#page {
background-color: white;
border: 1px solid #959596;
text-align: left;
}

#header {
background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
}

#headerimg 	{
margin: 7px 9px 0;
height: 192px;
width: 740px;
}

#content {
font-size: 1.2em

}

.widecolumn .entry p {
font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
line-height: 1.4em;
}

.widecolumn {
line-height: 1.6em;
}

.narrowcolumn .postmetadata {
text-align: center;
}

.thread-alt {
background-color: #f8f8f8;
}
.thread-even {
background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

border-left: 1px solid #ddd;
}

#footer {
background: #eee url('images/kubrickfooter.jpg') no-repeat top;
border: none;
}

small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
line-height: 1.5em;
}

h1, h2, h3 {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight: bold;
font-size:16px;
}

h1 {
font-size: 4em;
text-align: center;
}

#headerimg .description {
font-size: 1.2em;
text-align: center;
}

h2 {
font-size: 1.6em;
}

h2.pagetitle {
font-size: 1.6em;
}

#sidebar h2 {
font-family: 'Lucida Grande', Verdana, Sans-Serif;
font-size: 1.2em;
}

h3 {
font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
text-decoration: none;
color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {

color:#FFFFFF;
font-family:Georgia,serif;
font-size:20px;

}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
text-decoration: none;
}

.entry p a:visited {
color: #b85b5a;
}

.sticky {
background: #f7f7f7;
padding: 0 10px 10px;
}
.sticky h2 {
padding-top: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
font-size: 1em;
}

.commentlist li {
font-weight: bold;
}

.commentlist li .avatar { 
float: right;
border: 1px solid #eee;
padding: 2px;
background: #fff;
}

.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 1.1em;
}

.commentlist p {
font-weight: normal;
line-height: 1.5em;
text-transform: none;
}

#commentform p {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
font-weight: normal;
}

#sidebar {
font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
color: #777;
}

code {
font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
color: #FFFFFF;
text-decoration: none;
}

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

#wp-calendar #prev a, #wp-calendar #next a {
font-size: 9pt;
}

#wp-calendar a {
text-decoration: none;
}

#wp-calendar caption {
font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
text-align: center;
}

#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
body {
margin: 0 0 20px 0;
padding: 0;
}

#page {
background-color: white;
margin: 20px auto;
padding: 0;
width: 760px;
border: 1px solid #959596;
}

#header {
background-color: #73a0c5;
margin: 0 0 0 1px;
padding: 0;
height: 200px;
width: 758px;
}

#headerimg {
margin: 0;
height: 200px;
width: 100%;
}

.narrowcolumn {
float: left;
padding: 0 0 0px 0px;
margin: 0px 0 0;
width: 650px;
}

.widecolumn {
float: left;
padding: 0 0 0px 0px;
margin: 0px 0 0;
width: 650px;

}

.post {
margin: 0 0 0px;
text-align: justify;
}

.post hr {
display: block;
}

.widecolumn .post {
margin: 0;
}

.narrowcolumn .postmetadata {
padding-top: 5px;
}

.widecolumn .postmetadata {
margin: 30px 0;
}

.widecolumn .smallattachment {
text-align: center;
float: left;
width: 128px;
margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
text-align: center;
margin: 5px 0px;
}

.postmetadata {
clear: both;
}

.clear {
clear: both;
}

#footer {
padding: 0;
margin: 0 auto;
width: 1000px;
clear: both;
}

#footer p {
margin: 0;
padding: 20px 0;
text-align: center;
}
/* End Structure */



/*Begin Headers */
h1 {
padding-top: 70px;
margin: 0;
}

h2 {
margin: 30px 0 0;
}

h2.pagetitle {
margin-top: 30px;
text-align: center;
}

#sidebar h2 {
margin: 5px 0 0;
padding: 0;
}

h3 {
padding: 0;
margin: 30px 0 0;
}

h3.comments {
padding: 0;
margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}

/*Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}
/* End Images */



/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}

html>body .entry li {
margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
content: "\00BB \0020";
}

.entry ol {
padding: 0 0 0 35px;
margin: 0;
}

.entry ol li {
margin: 0;
padding: 0;
}

.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
margin: 0;
padding: 0;
}

#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
margin: 3px 0 0;
padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
margin: 10px auto;
padding: 5px 3px;
text-align: center;
}

#sidebar #searchform #s {
width: 108px;
padding: 2px;
}

#sidebar #searchsubmit {
padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
text-align:center;
}

select {
width: 130px;
}

#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}

#commentform {
margin: 5px 10px 0 0;
}
#commentform textarea {
width: 100%;
padding: 2px;
}
#respond:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#commentform #submit {
margin: 0 0 5px auto;
float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
margin: 0;
padding: 10px;
}

.commentlist {
padding: 0;
text-align: justify;
}

.commentlist li {
margin: 15px 0 10px;
padding: 5px 5px 10px 10px;
list-style: none;

}
.commentlist li ul li { 
margin-right: -5px;
margin-left: 10px;
}

.commentlist p {
margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
margin: 5px 0;
}

.nocomments {
text-align: center;
margin: 0;
padding: 0;
}

.commentmetadata {
margin: 0;
display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
/*padding: 20px 0 10px 0;*/
padding:0px;
margin-left: 0px;
width: 190px;
}

#sidebar form {
margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

.center {
text-align: center;
}

.hidden {
display: none;
}

hr {
display: none;
}

a img {
border: none;
}

.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 60px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}




#top-bg {position:absolute;left:0; top:0;  height:132px; width:100%; z-index:-1; }
#top-bg-left { background:url(images/bg-top-left.jpg) repeat-x scroll left top transparent; float:left; height:100%; width:25%; }
#top-bg-right { background:url(images/bg-top-right.jpg) repeat-x scroll left top transparent; float:left; height:100%; width:75%; }

#top_titre { float:left; margin:45px 0 0 15px;}
#top_titre h1 {background:transparent url(images/bg-le-berkeley.png) top left no-repeat; height:43px; width:236px; text-indent:-9999px;}
#top_adresse {float:right; background:transparent url(images/bg-slideshow-content.png) top left repeat-y; width:180px; padding:5px; margin:20px 10px 0 0;}
#top_adresse p{font: normal 20px Georgia,serif; color:#ffffff; text-align:right;}
#top_adresse p.telephone{font: normal 25px Georgia,serif; color:#ffffff;}

#top {width:1000px; margin : 0 auto; height:135px;}


/* RESET YUI */
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,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:20px; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

label { cursor: pointer; }


#main {width:1000px; margin : 0 auto; }

/* main */
#menu {}
#menu ul{}
#menu ul li{float:left; margin:0px 17px; /*line-height:60px;*/}
/* Hack IE8 */
#menu ul li { height: 20px; }
#menu ul li { padding-top: 20px; padding-bottom:0px; }
/* End Hack IE8 */

#menu ul li a{font: bold 16px Georgia,serif; color:#ffffff;}


/* Center column */
#slideshow {position:relative;}
#slideshow-image {position:relative; background:transparent url(images/bg-slideshow.png) bottom left no-repeat; padding: 0 0 40px 0 ;}
#slideshow-content {position:absolute; top:220px; left:50px;width:560px; height:98px; background:transparent url(images/bg-slideshow-content.png) bottom left no-repeat; }
#slideshow-content h2{font : normal 34px Garamond,"Times New Roman",Georgia,serif; color:#ffffff; padding:10px 0 0 30px; text-transform:uppercase;}
#slideshow-content h3{font : normal 34px Garamond,"Times New Roman",Georgia,serif; color:#ffffff; padding:0 0 0 75px; font-style:italic;}


#bottom {width:100%; background:#330000; border-top: 4px solid #5e0000; }


#bottom_content {width:1000px; margin: 0 auto; height:85px;}
#bottom_content_left {margin:20px 0 0 0; float:left; font: normal 12px Arial,sans-serif; color:#ffffff;}
#bottom_content_right {float:right;margin:20px 0 0 0;}
#bottom_content_right ul {}
#bottom_content_right ul li{float:left; margin: 0 30px 0 0;}
#bottom_content_right ul li a{font: normal 12px Arial,sans-serif; color:#ffffff;}


/* Right column */
#bloc_actualites{width:310px; float:right;}
.bloc_1actualite{width:100%; border-bottom: 1px dotted #5e0000; padding:10px 0;}
.bloc_1actualite_sans{width:100%; padding:10px 0;}
#bloc_actualites h3{font: bold 18px Georgia,serif; color:#ffffff; border-bottom: 1px solid #5e0000; padding: 0 0 10px 0;}
#bloc_actualites h3 span{color:#996600;}
#bloc_actualites h4{font: bold 13px Georgia,serif; color:#ffffff;  padding: 0 0 5px 10px;}
#bloc_actualites p{font: normal 10px Georgia, Arial,sans-serif; color:#780000;  padding: 0 0 10px 10px;}

#bloc_plan_acces{width:310px; float:right; }
#bloc_plan_acces img{border: 4px solid #5e0000;}



#bloc_articles p.lirelasuite{text-align:right; margin:10px 0 0 0;  }
.lasuite a{color:#ffffff; background:transparent url(images/puce-lirelasuite.jpg) top left no-repeat; padding: 0 0 0 20px; float:right;}
#bloc_articles p.lirelasuite a span{border-bottom: 1px solid #5e0000; }

#histoire  {padding:10px 0 20px 0;}
#histoire  #histoire_img {float:left;}
#histoire  #histoire_img img{border: 4px solid #5e0000;}
#histoire  #histoire_titre {float:right; width:655px;}
#histoire  #histoire_titre h3{font: bold 36px Georgia,serif; color:#ffffff; padding: 0 0 10px 0; width:250px;}
#histoire  #histoire_titre h3 span{color:#996600;}
#histoire  #histoire_texte {float:right; width:655px; font: normal 14px Arial,sans-serif; color:#ffffff; }
#histoire  #histoire_texte p.pleft {float:left; width:310px;}
#histoire  #histoire_texte p.pright {float:right; width:310px;}
#histoire  #histoire_texte p.lirelasuite{float:right; text-align:right; margin:10px 0 0 0;  }
#histoire  #histoire_texte p.lirelasuite a{color:#ffffff; background:transparent url(images/puce-lirelasuite.jpg) top left no-repeat; padding: 0 0 0 20px;}
#histoire  #histoire_texte p.lirelasuite  a span{border-bottom: 1px solid #5e0000; }


#right_inner {width:301px; float:right}


#right_inner #reserver{text-align:center; margin:0px 0 30px 0; background:transparent url(images/bg-reserver-bis.jpg) top left repeat-x; width:266px; height:203px;}


/*
#right_inner #reserver h4{font: normal 28px Georgia,serif; color:#ffffff; padding: 50px 0 10px 0; margin:0 0 0 0;}
#right_inner #reserver #reservation_btn{ background:transparent url(images/btn-reserver.png) top left no-repeat; width:132px; height:39px; margin:20px auto; padding:8px 0 0 0; text-align:center;} 
*/

#right_inner #reserver h4{font: normal 24px Georgia,serif; color:#ffffff; width:120px; margin:0 auto; padding:55px 0 0 0; text-align:center;}
#right_inner #reserver #reservation_btn a{ background:transparent url(images/btn-reserver.png) center left no-repeat; padding:10px 30px; text-align:center; font: bold 16px Georgia,serif; color:#663300; position:relative; right:5px;} 


#right_inner #reserver #reservation_btn a:hover{ background:transparent url(images/btn-reserver-hover.png) center left no-repeat; color:#FFFFFF !important; padding:10px 30px; font: bold 16px Georgia,serif;  text-align:center;position:relative; right:5px;} 


/*#right_inner #reserver #reservation_btn a{font: bold 16px Georgia,serif; color:#663300;}*/


#bloc_carte h3{font: bold 18px Georgia,serif; color:#ffffff; border-bottom: 1px solid #5e0000; padding: 0 0 10px 0;}
#bloc_carte h3 span{color:#996600;}
#bloc_carte #bloc_carte_content{background:#2c0000;  padding:20px 15px; margin:0 0 50px 0;}
#bloc_carte #bloc_carte_content p{color:#ffffff; font: normal 14px Trebuchet, Georgia,serif; padding: 0 0 10px 0;}
#bloc_carte #bloc_carte_content #bloc_carte_content_telechargez{text-align:center;  background:transparent url(images/btn-telechargez.jpg) top left no-repeat; width:133px; height:39px; margin:0 auto; padding: 8px 0 0 0;}
#bloc_carte #bloc_carte_content #bloc_carte_content_telechargez a{color:#ffffff; font: bold 16px Georgia,serif; padding: 0 0 0 0;}


#left_inn h2{font: bold 36px Georgia,serif; color:#ffffff; padding: 0 0 10px 0; border-bottom: 1px solid #5e0000; margin:50px 0 0 0;}
#left_inn h2 span{color:#996600;}
#left_inn #photos-repas {margin:30px 10px;}
#left_inn #photos-repas li{float:left; margin: 0 7px;}
#left_inn #photos-repas li img{border:5px solid #5e0000;}
#left_inn h3 {color:#ffffff; font: bold 25px Trebuchet, Garamond,"Times New Roman",Georgia,serif; padding: 10px 0;}
#left_inn p {color:#ffffff; font: normal 16px Trebuchet, Garamond,"Times New Roman",Georgia,serif; padding: 0 0 10px 0;}
#left_inn #saviez-vous {color:#ffffff; background:transparent url(images/bg-saviez-vous.jpg) top left no-repeat; height:214px; width:193px; padding:0; margin:20px 20px 20px 0; float:left;} 
#left_inn #saviez-vous h4 {font : normal 20px Georgia,serif; padding:10px;}
#left_inn #saviez-vous p {font : normal 14px Trebuchet, Garamond,"Times New Roman",Georgia,serif; padding: 10px 10px 10px 10px;}


#journee { width:1000px; margin:0px auto;}
#journee h3{font: bold 24px Georgia,serif; color:#ffffff; padding: 0 0 10px 0; border-bottom: 1px solid #5e0000;}
#journee h3 span{color:#996600;}
#journee #journee_content{margin:0 0 0 40px; padding:0 0 40px 0 ;}
#journee .repas{width:208px; height:299px; background:transparent url(images/bg-repas.jpg) top left no-repeat; margin:10px 0 0 0; float:left; padding:0 12px 0 0 ;}
#journee .repas h4{font: bold 14px Georgia,serif; color:#ffffff; text-align:center; padding:15px 0 10px 0;}
#journee .repas .repas_img{text-align:center; padding:0 0 10px 0;}
#journee .repas p{font: normal 11px Arial,sans-serif; color:#ffffff; width:150px; margin:0 auto;}
#journee #accolade{float:left; background:transparent url(images/bg-accolade.jpg) top left no-repeat;  width:52px; height:252px; }
#journee #reservation{float:right; background:transparent url(images/bg-reserver.jpg) top left no-repeat;  width:202px; height:204px; margin:50px 0 0 0;}
/*#journee #reservation h4{font: normal 24px Georgia,serif; color:#ffffff; width:120px; margin:0 auto; padding:55px 0 0 0; text-align:center;}
#journee #reservation #reservation_btn{ background:transparent url(images/btn-reserver.png) top left no-repeat; width:132px; height:39px; margin:20px auto; padding:8px 0 0 0; text-align:center;} 
#journee #reservation #reservation_btn a{font: bold 16px Georgia,serif; color:#663300;}*/
#journee #reservation h4{font: normal 24px Georgia,serif; color:#ffffff; width:120px; margin:0 auto; padding:55px 0 0 0; text-align:center;}
#journee #reservation #reservation_btn a{ background:transparent url(images/btn-reserver.png) center left no-repeat; padding:10px 30px; text-align:center; font: bold 16px Georgia,serif; color:#663300; position:relative; right:5px;} 


#journee #reservation #reservation_btn a:hover{ background:transparent url(images/btn-reserver-hover.png) center left no-repeat; color:#FFFFFF !important; padding:10px 30px; font: bold 16px Georgia,serif;  text-align:center;position:relative; right:5px;} 
/* Easy Slider */

#sliderart ul, #sliderart li{
	margin:0;
	padding:0;
	width:220px;
	list-style:none;
}
#sliderart{ 
	/* 
		define width and height of container element and list item (slide)
		list items must be the same size as the slider area
	*/ 
	width:655px;
	height:318px;
	overflow:hidden; 
}
span#prevBtn{}
span#nextBtn{}					

/* // Easy Slider */

#text-3{
list-style:none;
list-style-type:none;
padding:0px;
margin:0px;
float:left;
}

#left_rel .bloc_bottom_autres_repas{width:325px; margin: 50px 0 50px 0; padding:0; background: #3c0201 url(images/bg-bloc-repas-bottom.jpg) bottom left no-repeat; }

#left_rel #bloc_bottom_autres_repas_left{float:left; width:300px; margin-right:20px;}
#left_rel #bloc_bottom_autres_repas_right{float:right;}
#left_rel .bloc_bottom_autres_repas .bloc_bottom_autres_repas_image{width:90px; text-align:center; float:left; }
#left_rel .bloc_bottom_autres_repas .bloc_bottom_autres_repas_texte{width:220px; float:left; color:#ffffff;}
#left_rel .bloc_bottom_autres_repas .bloc_bottom_autres_repas_texte h4{font : normal 20px Georgia,serif; padding:15px 0 0 0;}
#left_rel .bloc_bottom_autres_repas .bloc_bottom_autres_repas_texte h4 span{color:#996600;}
#left_rel .bloc_bottom_autres_repas .bloc_bottom_autres_repas_texte h4 span.uppercase{text-transform:uppercase; font : normal 25px Georgia,serif;}
#left_rel .bloc_bottom_autres_repas .bloc_bottom_autres_repas_texte .bloc_bottom_autres_repas_texte_content {height:70px; text-align:justify;}
#left_rel .bloc_bottom_autres_repas .bloc_bottom_autres_repas_texte p {font : normal 14px Trebuchet, Garamond,"Times New Roman",Georgia,serif;}
#left_rel .bloc_bottom_autres_repas .bloc_bottom_autres_repas_texte p.suite {text-align:right;}
#left_rel .bloc_bottom_autres_repas .bloc_bottom_autres_repas_texte p.suite a{color:#ffffff; background:transparent url(images/puce-repas-bottom-suite.jpg) top left no-repeat; padding: 0 0 0 20px;}
#left_rel .bloc_bottom_autres_repas .bloc_bottom_autres_repas_texte p.suite a span{border-bottom: 1px solid #5e0000; }

.hyper{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-size-adjust:none;
padding:0 0 10px;
color:#FFFFFF;
}

.hyper a{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
padding:0 0 10px;
color:#FFFFFF;
}



.hyper a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
padding:0 0 10px;
text-decoration:underline;
color:#780000;
}

#content-top{
color:#FFFFFF;
font-family:Trebuchet,Garamond,"Times New Roman",Georgia,serif;
font-size:25px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
padding:10px 0;
}

#content-top a{
color:#FFFFFF;
font-family:Trebuchet,Garamond,"Times New Roman",Georgia,serif;
font-size:25px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
padding:10px 0;
}

#content-bloc{
padding:0px; 
margin:0px;
}

#reouverture{
font-family:Garamond,"Times New Roman",Georgia,serif;
font-size:22px;

padding-top:10px;
text-align:center;

}
#partners {width:1000px;text-align:center;font-size:20px;letter-spacing:35px;white-space:nowrap;line-height:12px;overflow:hidden;margin:0 auto;background-color:white; margin-top: 20px;}
#partners div { width:306px;height:100px;display:inline-block;vertical-align:middle;}
#partners div {*display:inline;*margin:0 20px 0 20px; }
#partners p { text-align: left; letter-spacing: normal; color: #000; margin: 3px 0 0 3px; }