a
{
    color:#333;
    text-decoration:none;
}
a:active
{
    color:#333;
    text-decoration:none;
}
a:hover
{
    color:#333;
    text-decoration:underline;
}
#page
{
background: #fff url('images/affiches/fond-dubosc.jpg') no-repeat fixed left bottom;
    margin-top:0px;
    text-align: left;
}

#entete_page {
	top:0px;
	position:relative;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	

}
#logo 
{
	top:0px;
	position:relative;
	margin-left:0px;
	width:990px;
    height:120px;	
    background-image:url(images/bandeau-haut.png);
    background-repeat:no-repeat;
	border-width:0px;	
}
#contenu_page {
	position:relative;
	width: 990px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFF;

}
#bas_page
{
	position:relative;
	width:990px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	text-align:center;
}

.titre-menu
{
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	font-weight:100;
	color:#333;
	text-align:justify;
}
.titre-menu-turquoise
{
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: #009ACA;
    font-variant: normal;
    text-transform: uppercase;
    font-style: normal;
}
.titre-focus
{
    font: 0.8em verdana, arial, sans-serif;
    font-weight: normal;
    text-align: left; /*turquoise = #3BBD5A*/
    color: #3BB5DA;
    font-style: normal;
    letter-spacing: 0.05em;
}
.copyright
{
	font-family:verdana, arial, sans-serif;
	font-size:10px;
	color:#000;
	font-weight:900;
}
.img{

    border:solid 1px #666666;
    margin:1px;
    
  }

.titre-gris
{
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bolder;
    color: #333;
    font-variant: normal;
    letter-spacing: 0em;
    word-spacing: 0em;
    text-transform: uppercase;
}
.texte-date
{
    font-family: verdana, arial, sans-serif;
    font-size: 9px;
    font-weight:normal;
    color: #000;
    font-variant: normal;
}
.texte-page
{
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-weight:normal;
    color: #000;
    font-variant: normal;
}
.texte-manif
{
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-weight:bold;
    color: #009ACA;
    font-variant: normal;
    text-transform:uppercase;
}
.texte-lieu
{
    font-family: verdana, arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #333333;
    font-variant: normal;
    text-transform: uppercase;
    line-height: 10px;
}
.label-alerte-email
{
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: 900;
    color: #000;
    font-variant: normal;
    text-decoration: underline;
}
.form-alerte-email
{
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    background-color: #009ACA;
    color: #000000;
    right:0px;
    height:15px;
    width:180px;
}
.Error
{
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.Textbox_Recherche
{
    padding: 5px;
    margin: 5px;
    border: thin solid #999;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #009ACA;
    line-height: 20px;
    width: 200px;
}

.Textbox_AutoComplete
{
   
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    
    width: auto;
}
.rounded {
  -moz-border-radius:0.8ex;
  -webkit-border-radius:0.8ex;
  
}
.img_round {
/*border:solid 1px #666666;*/
  -moz-border-radius:1.0ex;
  -webkit-border-radius:1.0ex;
  }
  
  .img_round_bouton {
/*border:solid 1px #666666;*/
    /*-moz-border-radius-bottomleft:1.0ex;*/
  -moz-border-radius-bottomright:1.0ex;
  -webkit-border-bottom-left-radius:1.0ex;
  /*-webkit-border-bottom-right-radius:1.0ex;*/
  }
  
  .img_round_titre {
    /*border:solid 1px #999999;*/
    -moz-border-radius-topleft:1.0ex;
    -moz-border-radius-topright:1.0ex;
  -webkit-border-top-left-radius:1.0ex;
  -webkit-border-top-right-radius:1.0ex;
    background-image:url(images/background/fond-degrade-titre.gif);
    background-repeat:repeat-x;
    background-position:top left;
    background-color:#fff;
  }
 
 .img_round_rectangle {
    border:solid 1px #666666;
    -moz-border-radius:1.0ex;
    -webkit-border-radius:1.0ex;
  }
  
  
.cadre-texte-evenement-titre { 
    font-family: verdana, arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
  -moz-border-radius-bottomleft:1.2ex;
  -moz-border-radius-bottomright:1.2ex;
  -webkit-border-bottom-left-radius:1.2ex;
  -webkit-border-bottom-right-radius:1.2ex;
  -moz-opacity:0.9;
  opacity: 0.9;
  filter:alpha(opacity=90); 
  color: #009ACA; }
  
  .cadre-photo-arrondi-bas { 
    font-family: verdana, arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    border-top:1px solid #ccc;
  -moz-border-radius-bottomleft:1.2ex;
  -moz-border-radius-bottomright:1.2ex;
  -webkit-border-bottom-left-radius:1.2ex;
  -webkit-border-bottom-right-radius:1.2ex;
 }
  
  .cadre-texte-evenement-infos { 
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color:#FFF;
  }
  
  .div-titre-rubrique
  {
      border-bottom:1px solid black; 
      border-bottom-style:dotted;
      width:100%;
  }







