/** styles de base **/ 
/*les styles de base pour td, p, a sont dans stylebase.css*/ 
html {
overflow-x:hidden;
height:100%;
}
body {
	margin: 0px;
	padding: 0px;
	background:#FFFFFF;
	overflow-x:hidden;
	height:100%;
	}
	
.spacer {
  clear:both;
}	

a.lienlire {
    color: #143d6b;
    text-decoration: underline;
}
a.lienlire:hover {
    color: #EB7E31;
    text-decoration: underline;
}
a.lienconsulter {
    color: #143d6b;
    text-decoration: none;
}
a.lienconsulter:hover {
    color: #EB7E31;
    text-decoration: none;
}


.titreHaut {
    color:#7B7E93;
    font-weight:bold;
    font-size:12px;
}



.menuHaut {
    color: #7B7E93;
    text-decoration: underline;
}
.menuHaut:hover {
    color: #FF9900;
    text-decoration: underline;
}



/**forms**/
input,textarea,select {
  border:1px ridge #ACC22D;
  font-family: verdana;
  font-size:11px;
}
input.submit {
  border:1px outset #555;
  font-family: verdana;
  font-size:12px;
  background:#ACC22D;
  color: #FFFFFF;
  font-weight:bold;
  cursor:pointer;
}

hr {
    color: #a7a7a7;
    text-align:center;
    width: 75%;
    size:1;
}

/*test*/
.test {
background-repeat:no-repeat;
background-position:left;
background-image:url(images/puces/puceBleue.gif);
padding-left:10px;
}

.hrSeparateur {
    color: #a7a7a7;
    text-align:center;
    width: 400px;
    size:1;
}

/* special ancre */
.divanchor {
    background-image: url(images/anchor.gif);
}

/* bas */
a.lienBas {
    color: #fff;
    text-decoration: none;
}
a.lienBas:hover {
    color: #eee;
    text-decoration: none;
}
.tdBas {
    font-size:10px;
    color: #fff;
    background:#ACC22D;
    border-top:1px solid #aaa;
    height:14px;
}

/* haut*/
a.lienHaut {
    color: #fff;
    text-decoration: none;
    background-image: url(../upload/puces/puce_carree_blanche.gif);
    background-repeat: no-repeat;
    padding-left:11px;
}
a.lienHaut:hover {
    color: #eee;
    text-decoration: none;
}
td.tdHaut {
    font-size:12px;
    color: #fff;
    height:14px;
    font-family: Arial;
}



/*
event accueil
*/

.accueil_event_bloc_vert {
  padding:10px;
  height:194px;
  width:518px;
  background-image:url('images/fond_vert.jpg');
  background-repeat:no-repeat;
  padding:0px;
  margin:0px;

}
.accueil_event_bloc_vert_conteneur {
  padding-left:10px;
  padding-top:10px;
}
.accueil_event_bloc_marron {
  
  height:194px;
  width:255px;
  background-image:url('images/fond_marron.jpg');
  background-repeat:no-repeat;
  padding:0px;
  margin:0px; 
  padding-left:10px; 
}

.bloc_accueil_titre {
  text-transform:uppercase;
  font-weight:bold;
  font-size:13px;
}

.accueil_event_titre {
  font-size:16px;
  color:#ffffff;
  /*text-transform:uppercase;*/
  font-weight:bold;
}
.accueil_event_resume {
  color:#ffffff;
  text-align:justify;
  margin-right:20px;
}
.accueil_event_dates {
  color:#ffffff;
  font-weight:bold;
  margin-top:5px;
}

.accueil_event_menu {
  border-bottom: 1px dotted #ffffff;
  margin-bottom:5px;
  padding-top:5px;
  padding-bottom:5px;
  width:225px;
  display:block;
}
.accueil_event_menu_titre {
  font-size:11px;
  color:#ffffff;
  /*text-transform:uppercase;*/
  float:left;
  width:200px;
}
.accueil_event_fleche {
  float:left;
  height:10px;
  width:10px;
  margin-right:5px;
  padding-top:2px;
}
.accueil_event_menu_titre a {
  color:#ffffff;
}
.accueil_event_menu_titre a:hover {
  color:#ffffff;
  text-decoration:underline;
}
