/* styles en2clics.fr */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Styles pour les formulaires */
input {background-color: transparent;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CSS pour les balises HTML */

body {margin-top: 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f2f2f2;
	color: black;
}
div {margin: 0px; }
h1 {margin: 10px 0px 5px 0px;font-size: 16px;}
h2 {margin: 20px 0px 5px 0px;font-size: 14px;}
h3 {margin: 10px 0px 5px 0px;font-size: 12px;}
p {margin: 6px 0px 6px 0px; font-size: 11px;}
img {border: 0;padding: 0px;}

.chaussePied {
	clear: both;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#principal {
	margin:0 auto;
	width: 760px;
	background-image: url(ressources/fond/fond.jpg);
	background-position: top;
	background-repeat: repeat-y;
	text-align: left;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Cadres pour les images du bandeau haut */

#entete {height: 75px; background: url(ressources/fond/haut.jpg) no-repeat;}
#entete #logo {
	float:left;
	margin-top: 25px;
	margin-left: 25px;
}
#entete #telephone {
	float:right;
	font-size: 20px;
	font-weight: bold;
	color: #fb6600;
	margin-top: 25px;
	margin-right: 15px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Cadre pour les mentions en bas de page */

#pied {
	clear: both;
	height: 50px;
	background-image:url(ressources/fond/bas.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	padding-top: 10px;
	text-align:center;
	color:#858585;
	font-size: 9px;
}
#pied a, a:link, a:visited {color:#333333;text-decoration: none;}
#pied a:hover {color:#FF6600;text-decoration:underline;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Cadre hors cadre en2clics pour les références */
#references {
	font-size: 10px;
	color: gray;
	margin: 20px auto;
	width: 800px;
	text-align: left;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Cadre comprenant les contenus */

#milieu {}
#milieu a, a:link, a:visited {color: #7272fc;text-decoration: none;}
#milieu a:hover {color: #c76b2b;text-decoration: none;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Cadre pour les contenus gauche et droite */
.colonne1 {
	float:left;
	width:190px;
	padding: 0 20px;
}

.colonne2 {
	float: left;
	width: 515px;
	padding: 0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Menu */

#menu {
	width: 180px;
	font-size: 10px;
}
#menu #tete {
	width: 180px;
	height: 10px;
	background: url(ressources/menu/haut.jpg) no-repeat;
}
#menu #pied {
	width: 180px;
	height: 10px;
	background: url(ressources/menu/bas.jpg) no-repeat;
}

#menu #contenu {
	padding: 5px;
	background-color: #EDEBDE; }
#menu ul {
	padding: 0px;
	margin: 0px;
	line-height: 18px;
	list-style:none;}
#menu a, #menu a:link, #menu a:visited {
	margin: 0px;
	padding: 0px 15px; 
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	background: transparent url("ressources/menu/puceOff.gif") left no-repeat;
}
#menu a:hover {
	color: #FF6600;
	text-decoration: none;
	background: transparent url("ressources/menu/puceOn.gif") left no-repeat;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Styles des publicités et des encards sur la colonne1 */
.colonne1 p {
	width:180px;
	margin: 5px 0px;
	font-size: 11px;
	text-align: justify;
	font-weight: bold;
	color: #fb6600;
}

.colonne1 #ecologie {
	width:170px;
	height:50px;
	margin: 5px 0px;
	padding: 105px 5px 25px 5px;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	color: #0894f5;
	background: transparent url("ressources/annexe/petitesFleurs.jpg") left no-repeat;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Messages globaux de l'application Erreurs et Information */
.erreur {
	display: block;
	font-size: 10px;
	color: red;
}
.information {
	font-size: 10px;
	color: blue;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Fenêtre de la page d'accueil */
#accueilHaut {
	width:515px;
	padding:0px;
	height: 290px;
	background: url(ressources/accueil/fondHaut.jpg) no-repeat;
}

#accueilMilieu {
	width:495px;
	margin-top: 10px;
	padding: 10px;
	text-align: justify;
	background: url(ressources/accueil/fondArticle2.jpg) no-repeat;
}
#accueilMilieu ul {
	margin: 0px;
	padding: 0px;
	list-style: disc;
	list-style-position: inside;
}
#accueilMilieu li {
	font-size: 11px;
	text-align: justify;
}

.actualite {
	width:515px;
	height: 116px;
	padding: 0;
	margin-top: 10px;
	background: url(ressources/accueil/fondActus.jpg) no-repeat;
}
.actualite .contenu {
	width: 495px;
	height: 96px;
	padding: 10px;
	overflow: auto;
	background-color: transparent;
}
.actualite p {
	font-size: 12px;
	color: white;
	text-align: left;
	line-height: 2;
	padding: 0px;
	margin: 0px;
}
.actualite .date {
	margin-right: 1em;
	font-style: italic;
	font-weight: bold;
}
/* Corresponds à la fenêtre de popup qui s'ouvre pour avoir le détail des actualités. */
.actualite .popup {
	width: 10cm;
	padding: 5px;
	font-size: 10px;
	text-align: justify;
	color: black;
	background-color: #EDEBDE;
	border: 1px dotted black;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Fenêtre des pages de suite */
#pageHaut {
	width:514px;
	height: 160px;
	padding:0px;
	background: url(ressources/pages/entete.jpg) no-repeat;
}
.article {
	width:515px;
	margin-top: 10px;
	font-size: 10px;
	text-align: justify;
	background: url(ressources/pages/article.jpg) repeat-y;
}
.article .tete {
	width:495px;
	min-height:120px;
	padding: 10px 10px 0px 10px;
	background: url(ressources/pages/articleHaut.jpg) no-repeat;
}
.article .pied {
	width:515px;
	height: 16px;
	background: url(ressources/pages/articleBas.jpg) no-repeat;
}
.article h1 {
	color: #0894f5;
	font-size: 12px;
	font-variant: small-caps;
	text-align: left;
	padding: 0em;
	margin: 1.5em 0em 1em;
	line-height: 1em;
}
.article h2 {
	font-size: 11px;
	text-align: left;
	padding: 0em;
	margin: 1em 0em;
	line-height: 1em;
}
.article p.manuscrit {
	font-size: 11px;
	font-family: Comic Sans MS, fantasy;
	text-align: left;
}

.saisie {
	width:515px;
	margin-top: 10px;
}
.saisie #titreG {
	float: left;
	width:10px;
	height: 16px;
	background: url(ressources/pages/titreOngletGauche.gif) bottom left no-repeat;
}
.saisie #titre {
	float: left;
	height: 16px;
	padding: 0px;
	background-color: #fb6600;
	color: white;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}
.saisie #titreD {
	float: left;
	width:44px;
	height: 16px;
	background: url(ressources/pages/titreOngletDroite.gif) bottom left no-repeat;
}
.saisie .contenu {
	clear:both;
	width:493px;
	padding: 10px;
	border: solid 1px #fb6600;
	font-size: 12px;
	text-align: justify;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Essai de fenetre */
.saisie2 {
	width:515px;
	margin-top: 10px;
}
.saisie2 #titreG {
	float: left;
	width:13px;
	height: 16px;
	background: url(ressources/pages/titreOngletBleuG.png) left no-repeat;
}
.saisie2 #titre {
	float: left;
	height: 16px;
	background: url(ressources/pages/titreOngletBleu.png) left repeat-x;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}
.saisie2 #titreD {
	float: left;
	width:30px;
	height: 16px;
	background: url(ressources/pages/titreOngletBleuD.png) left no-repeat;
}
.saisie2 .contenu {
	clear:both;
	width:493px;
	padding: 5px 10px;
	border: solid 1px #0894f5;
	font-size: 11px;
	text-align: justify;
}
.saisie2 h1 {
	font-size: 16px;
	text-align: center;
	color: #0894f5;
	font-weight: bold;
}
.saisie2 img {
	display:inline;
	float: right;
	margin-left: 5px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Styles pour les formulaires */

.saisie fieldset {
	margin: 5px 0px;
	color: #0894f5;
}
.saisie legend {
	font-weight: bold;
}
.saisie label {
	color: gray;
	width: 35%;
	display: block;
	float:left;
	text-align:right;
	padding: 0px 5px;
	font-style: oblique;
	font-weight: bold;
}
.saisie textarea {
	width: 55%;
	background-color: transparent;
	margin: 5px 0px;
	padding: 0px;
	border: 1px solid #0894f5;
}
.saisie input {
	width: 55%;
	background-color: transparent;
	margin: 5px 0px;
	padding: 0px;
	border: 1px solid #0894f5;
}
.saisie input.bouton {
	width: auto;
	text-align: center;
	color: white;
	font-weight: bold;
	background-color: #fb6600;
	margin: auto;
	padding: 2px;
	border: 1px solid black;
}
.saisie .erreurs {
	color: red;
	font-size: 8px;
	display: block;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Tableau des tarifs */
table#tarifs {
	border: 1px solid black;
	width: 100%;
	background-color: white;
}
table#tarifs th {
	background-color: silver;
}
table#tarifs td {
	border-top: 1px solid black;
}