/***************************************************
    Le cri de la souris pour la compagnie daredart
       DATE: 2007

 ***************************************************/


/***************************************************
   Styles des elements HTML
 ***************************************************/

body {
  margin:0px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 0.62em;
  color: #fff;
  background-color: #6D0835;
}
/*force le retour à la ligne apres des elements flottants*/
hr { 
	clear: both;
	visibility: hidden;
}

h1, caption{
  clear: both;
  padding: 5px 0 12px 10px;
  margin: 0;  
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -1.5px;
}

th {
  clear: both;
  padding: 5px 0 12px 10px;
  margin: 0;  
  font-size: 1.5em;
  font-weight: bold;
  color:#a02a1b;
  letter-spacing: -1.5px;
  background-color:#390425;
  
}
td {    
  line-height: 15px;
  padding: 8px 0 8px 5px;
  margin: 5px 0 5px 0;
  text-transform: uppercase;
  
}
#text h1 {
  background: url(../images/h1_bg.jpg) no-repeat bottom left;
}

h2 {
  clear: both;
  padding: 0 0 0 5px;
  margin: 0 0 -10px 0;  
  font-size: 1.0em;
  font-weight: bolder;
  text-transform: uppercase;
  color: #B9261E;
}
h3 {
  clear: both;
  padding: 0 0 0 5px;
  margin: 0 0 -10px 0;  
  font-size: 2em;
  font-weight: bolder;
  color: #B9261E;
}

p {
  line-height: 20px;
  padding: 8px 0 8px 5px;
  margin: 5px 0 5px 0;
}

p:first-letter {
  font-size: 1.2em;
}

#news p {
  padding: 8px;
}

a {
  font-weight: bold;
  color: #B9261E;
}

a:hover {
  color: #FFFFFF;
  background-color: #A02A1B;
}
img{
	border:none; /*pour empêcher IE d'ajouter une bordure aux images-liens*/
}
#news   a:hover,
#footer a:hover {
  background-color: #6D0736;
}

ul, ol {  
  padding-bottom: 8px;
  line-height: 20px;
}

ul {
  list-style-image: url(../images/li_bullet.gif);
}

acronym {
  border-bottom: 1px solid #BBB;
  cursor: help;
}



/***************************************************
   Site Layout Container:
   -------------------------------------------
   ajuster l'attribut width et ajuster aussi
    #news or #text widths pour changer la largeur du site.
 ***************************************************/

#siteBox {
  width: 800px;
  margin: 0px auto;
  text-align: left;
  background-color: #6D0835;
}





/***************************************************
   Style entete
   --------------------------------------------
   changer l'image de fond du header dans l'attribut background
 ***************************************************/


#header {
  height: 185px;
  background: url(../images/entete_01.jpg) no-repeat top center;
}

#header .title {
  DISPLAY: none;
  padding: 10px 0 0 10px;
  font-size: 2.5em;
  line-height: 0.9em;
  letter-spacing: -1.5px;
  color: #EEE;
}

#header .subTitle {
  DISPLAY: none;
  padding: 0 0 0 12px;
  color: #EEE;
}

#header .subTitle a {
  text-decoration: none;
  color: #EEE;
}

#header .subTitle a:hover {
  color: #BBB;
  background-color: transparent;
}


/***************************************************
  Style Menu
 ***************************************************/

#menu {
  text-align: center;
  margin-bottom: 22px;
}

#menu a {
  padding: 7px 10px 0 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 1.1em;
  color: #b9261e;
}

#menu a:hover, #menu a.active {
  background: url(../images/menu_tab.gif) no-repeat top center;
}





/***************************************************
   Colonne gauche des news
   -------------------------------------------
   1. Change to right side column by altering
      #news float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#news {
  float: left;
  width: 175px;
  padding: 0 20px 0 0;
  background-color: #6D0835;
}

#news .block {
  margin-bottom: 20px;
  background: #390425 url(../images/block_top.gif) no-repeat top center;
}

#news .block .bottom {
  height: 28px;
  background: #390425 url(../images/block_bottom.gif) no-repeat bottom center;
}

#news .links {
  margin: 10px 0 10px 0;
}

#news .links a {
  display: block;
  padding: 6px 0 6px 20px;
  text-transform: uppercase;
  text-decoration: none;  
}

#news .links a:hover {
  background: #390425 url(../images/link_news.gif) no-repeat center center;
}

#news a img {
  border: 0px;
}



/***************************************************
   Colonne droite de contenu
   -------------------------------------------
   1. Change to left side column by altering
      #text float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#text {
  float: left;
  width: 587px;
  background: #6D0736;
}
/***************************************************
   Colonne droite de contenu
   -------------------------------------------
  legende litebox
 ***************************************************/
#text a.legendeLitebox{
	display:block;
	width:0;/*pour limiter la largeur de la zone de lien à l'image*/
	text-decoration:none;
	border:none;
}
#text a.legendeLitebox:after{
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	width:500px;/*pour permettre une légende sur une ligne*/
	margin-top:0;
	padding-top:10px;
	font-size:9px;
	line-height:11px;
	display:block;
}
#text a.legendeLitebox:after{
	content:attr(title)" [cliquez pour voir toutes les photos]";
}

/***************************************************
   Styles pied de page
 ***************************************************/

#footer {
  height: 100px;
  padding: 28px 3px 0 5px;
  margin: 20px 0 20px 0;  
  background: url(../images/footer.gif) no-repeat top right;
}

p#footer:first-letter {
  font-size: 1.0em;
}

#footer img.right {
  padding: 5px 2px 0 2px;
  border: 0px;
}



/***************************************************
   Large <ul> Link Styles
   --------------------------------------------
   Crée des blocs liens larges qui peuvent etre utilise
   pour des sections #text
 ***************************************************/


ul.links {
  float: left;
  padding: 0px;
  margin: 0px;
}

ul.links li {
  float: left;
  list-style-type: none;
  list-style: none;
}

ul.links li a {
  float: left;
  width: 370px;
  padding-top: 5px;
  margin: 0px;  
  cursor: pointer;
  text-decoration: none;
}

ul.links li a:hover {
  background: #a02a1b url(../images/link_top.gif) no-repeat top center;
}

ul.links li a span.title {
  display: block;
  margin-left: 11px;
  text-indent: 20px;  
  background: url(../images/link_arrow.gif) no-repeat center left;
}

ul.links li a span.desc {
  float: left;
  width: 350px;
  padding-right: 3px;
  margin-left: 10px;
  color: #390425
}

ul.links li a span.bottom {
  display: block;
  height: 18px;
  clear: both;
}

ul.links li a:hover span.bottom {
  background: #6D0834 url(../images/link_bottom.gif) no-repeat top center;
}




/***************************************************
   Display Classes
 ***************************************************/

.date {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: #B9261E;
}

p.quote {
  float: left;
  padding: 8px 0 0 8px;
  /*margin: 5px 0 20px 5px !important;*/
  margin: 5px 0 10px 3px;
  background: #a02a1b url(../images/quote_top.gif) no-repeat top right;
  border-left: 2px solid #3e0405;
}

p.quote span.bottom {
  float: right;
  width: 20px;
  background: url(../images/quote_bottom.gif) no-repeat bottom right;
}

img.right {
  float: right;
  padding: 3px;
}

img.left {
  float: left;
  padding: 3px;
}

.grey {
  color: #AAA;
}
.tableau {
  border:2px solid #FFFFFF;
}
.pair {
  background: #390425;
}
/*styles  pour les lien video et galerie photos*/
.video{
  float: left;
  padding: 5px 0 0 5px;
  margin: 5px 0 5px 3px;
  height:100px;
  background: url(../images/bobinevideo.jpg) no-repeat top left;
  
}
span.descvideo {
  display: block;
  font-size: 1.3em;
  margin-top: 20px;
  margin-left: 100px;
  text-indent: 10px;  
}
.galphoto{
  float: right;
  padding: 5px 0 0 5px;
  margin: 5px 0 5px 3px;
  height:120px;
  background: url(../images/iconegalerie.jpg) no-repeat top right;
  
}
#text a.galphoto{
	display:block;
	width:0;/*pour limiter la largeur de la zone de lien à l'image*/
	text-decoration:none;
	border:none;
	font-size: 1.3em;
  margin-top: 20px;
  margin-left: 10px;
  text-indent: 10px;  
}