/* Feuille de style pour le contenu des pages
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */

/* Import des style pour la charte */
@import "charte.css";

br{
  line-height: 0.5em;
}


#suggestions{
  background: url(../images/charte/bg-tableau.gif) center top no-repeat;
  width: 300px;
  height: 210px;
  float: right;
  margin-left: 20px;
}

#contenuSuggestions{
  padding: 8px 5px 0px 5px;
  width: 250px;
  margin: 85px auto 0 auto;
  font: bold 1.2em/1.5em Arial;
  color: #FFFFFF;
}

#contenuSuggestions p{
  font: bold 1.4em/1.5em Arial;
  color: #FFFFFF;
  text-align: center;
}
#contenuSuggestions div{
  font: normal 13px Arial;
  color: #FFFFFF;
  float:left;
  text-align: justify;
}
#contenuSuggestions a{
  color: #ec3c49 !important;
	font-size:12px;
}


/********************** AUTRES ************************/

#bouttons{
  width: 800px;
	height: 50px;
}

#menu-carte{
  background: url(../images/charte/bg-menu.gif) right top no-repeat;
  min-height: 500px;
}
#adresse-menu{
  width: 800px;
  padding-top: 50px;
  padding-bottom: 5px;
}
#adresse-menu p{
font: bold 1.2em/0.9em Arial, Helvetica, sans-serif;
text-align: center;
color: #FFFFFF;
}

.boutton{
  float: left;
  padding: 0px 16px;
}

#bouttons .boutton a:link, #bouttons .boutton a:active, #bouttons .boutton a:visited{
  font: bold 1.3em/1.7em Arial, Helvetica, sans-serif;
  color: #C21717;
  text-decoration: underline;
}
#bouttons .boutton a:hover{
  font: bold 1.3em/1.7em Arial, Helvetica, sans-serif;
  color: #5B0F00;
  text-decoration: none;
}

#adresseContact{
  width: 800px;
  height: 35px;
  background: url(../images/charte/bg-adresse-plan.jpg) center top no-repeat;
}
#adresseContact p{
  font: bold 1.2em/3.2em Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  letter-spacing: 0.01em;
  text-align: right;
}

#horaires{
  background: url(../images/charte/bg-horaires.jpg) center top no-repeat;
  width: 300px;
  height: 222px;
  float: right;
}

#contenuHoraires{
  padding-top: 45px;
  width: 280px;
  margin: 20px auto 0 auto;
  height: 200px;
}

#contenuHoraires p{
  font: bold 1.2em/0.9em Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  text-align: center;
}

#contenuTexte .text-contact p{
	font:normal 1em/4em Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #5B0F00;
	text-decoration: none;
}

/***************** label *****************/
.label-left{
	width:80px;
	float:left;
	font:bold 1.2em Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align:justify;
	color:#5B0F00;
}
.label-right{
	width:60px;
	float:left;
	font:bold 1.2em Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align:justify;
	color:#5B0F00;
}

/***************** input *****************/
.input-left{
	float:left;
	margin-bottom: 10px;
}
.input-right{
  float:right;
	margin-bottom: 10px;
}
.br-form{
	clear: both;
	padding: 0px;
	margin: 0px;
}
.inputForm{
  border: 1px solid #ED2424;
	background-color: #FFFFFF;
  letter-spacing: 1px;
  width:161px;
	font:normal 1.2em/1.4em Arial, Helvetica, sans-serif;
	color:#0060A1;
  float: left;
  height: 18px;
}
.inputFormOver{
  border: 1px solid #5B0F00;
  background-color: #ED2424;
	width:161px;
  letter-spacing: 1px;
	font:normal 1.2em/1.4em Arial, Helvetica, sans-serif;
	color:#0060A1;
  float: left;
  height: 18px;
}

/***************** btns *****************/

.envoyer{
  background: url(../images/charte/envoyer.jpg) center top no-repeat;
	width: 80px;
	height: 22px;
	cursor: pointer;
  border: 1px solid #921213;
}
.envoyerOver{
  background: url(../images/charte/envoyer-hover.jpg) center top no-repeat;
  width: 80px;
	height: 22px;
	cursor: pointer;
  border: 1px solid #921213;
}

.retablir{
  background: url(../images/charte/retablir.jpg) center top no-repeat;
  width: 80px;
	height: 22px;
	cursor: pointer;
  border: 1px solid #921213;
}
.retablirOver{
  background: url(../images/charte/retablir-hover.jpg) center top no-repeat;
  width: 80px;
	height: 22px;
	cursor: pointer;
  border: 1px solid #921213;
}
#page-suggestion
{
  width:800px;
  font:normal 12px Arial, Helvetica, sans-serif;
	text-align: justify;
  float: left;
	color: #5B0F00;
	padding-bottom:10px;
}
#page-suggestion p
{
  font:normal 12px Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #5B0F00;
}
.page-suggestion-title
{
  width:800px;
  font:bold 14px Arial, Helvetica, sans-serif;
	text-align: justify;
  float: left;
	color: #5B0F00;
  padding-bottom:3px;
  border-bottom:solid 1px #dddddd;
  margin-bottom:5px;

}

.pop
{
 font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:bold;
 color:#C90101;
}
.pop a:link, .pop a:visited{
	color:#C90101;
  text-decoration:none;
}
.pop a:hover, .pop a:active{
	color:#ffffff;
  text-decoration:underline;
}
