/* Cadres et fenêtres */	

div.erreur {
	background-image:url("erreur/fond.gif");
	width:520px;
	height:550px;
	margin:auto;
	border:0px solid black;
	text-align:center;
	}


/* Mise en page */

#design-02 { /* Colonne gauche */
	background-image:url("design-02.gif");
	background-repeat:repeat-x;
	background-color:#6EA0D3;
	width:26px
	}

#design-05 { /* Colonne droite */
	background-image:url("design-05.gif");
	background-repeat:repeat-x;
	background-color:#6EA0D3;
	width:37px 
	}
	
body {
	background-image:url("fond.gif");
	background-repeat:repeat-x;
	background-color:#6EA0D3;
	font-size:15px;
	font-family:arial;
	margin:0px;
	}

#contenu {
	 width:583px;
	 background-color:#FFFFFF;
	 vertical-align:top;
	 text-align:justify;
	 font-size:11px;
	 font-family:verdana;
	 color:#363636
	}
	
#contenu p {
	padding-left:9px;
	margin:0px
	}
#contenu img.titre {
	border:0px;
	padding-top:3px;
	padding-bottom:10px;
	}
#menu {
	background-image:url("design-08-fond.gif");
	background-repeat:repeat-y;
	width:174px;
	vertical-align:top;
	border:0px solid red;
	}
#menu-liens {
	background-image:url("design-08.gif");
	background-repeat:no-repeat;
	padding-left:6px;
	border:0px solid blue;
	}
ul.menu {
	list-style: none;
	padding: 0;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom:11px;
	margin-right:5px
	}
	
ul.menu li {
	margin: 0;
	padding:0;
	padding-bottom: 5px;
	font-size:10pt;
	font-family:arial;
	color:#646464;
	}
	
ul.menu li a:link, ul.menu li  a:visited {
	color:#4584A9;
	text-decoration:none;
	}
	
ul.menu li a:hover {
	color:#3D97CC;
	}
	
a:link .fleche, a:visited .fleche {
	display:none;
	}
a:hover .fleche{
	display:inline;
	color:#3D97CC;
	}
	
#pied {
	font-size:11px;
	font-family:verdana;
	text-align:center;
	color:#0054A9;
	margin-bottom:5px;
	}
#pied a:link, #pied a:visited {
	color:#0054A9;
	font-weight:bold;
	text-decoration:none;
	}

#pied a:hover {
	color:#FFFFFF;
	}
a:link, a:visited {
	color:#0072E4;
	text-decoration:none;
	}
	

/* Les blogs à l'affiche */

table.affiche {
	margin-bottom:7px;
	}
 
table.affiche td {
	font-size:7pt;
	font-family:verdana;
	color :#868686; 
	padding:0px;
	width:280px;
	padding:2px;
	padding-left:8px;
	padding-right:8px;	
	}

table.affiche img {
	float:left;
	border:1px solid #8F8F8F;
	margin-right:7px;
	}
	
table.affiche-archives td {
	padding-bottom:15px;	
	font-family:verdana;
	color :#868686; 
	padding:7px 8px 0px 8px;
	width:80%;
	}
	
	
table.affiche-archives img {
	float:left;
	border:1px solid #8F8F8F;
	margin-right:7px;
	}
	
table.listebillets {
	margin-bottom:17px;
	}
table.listebillets tr:hover {
	background-color:#F8F8F8
	}
	
table.listebillets td {
	font-size:11px;
	font-family:verdana;
	color :#868686; 
	padding:0px
	}

table.listebillets td.haut {
	background-image:url(listebillets1.gif);
	width:558px;
	height:8px;
	}

table.listebillets td.bas {
	background-image:url(listebillets2.gif);
	width:558px;
	height:8px;
	}

table.listebillets td.hautcol {
	background-image:url(listebilletscol1.gif);
	width:279px;
	height:8px;
	}

table.listebillets td.bascol {
	background-image:url(listebilletscol2.gif);
	width:279px;
	height:8px;
	}
	
table.listebillets td.heure {
	border-left:1px solid #EAEAEA;
	color :#868686;
	padding:0px;
	padding-left:10px;
	width:35px
	}
	
table.listebillets td.billet {
	border-right:1px solid #EAEAEA;
	text-align:left;
	padding:0px;
	padding-left:3px;
	width:523px;
	}
	
h1,h2 {
	margin:0px;
	}
	

input,textarea,select { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: #545454;
	background : #ffffff url(input-blanc-clair.gif) repeat-x 0 100%;
	border: solid 1px #848484;
	-moz-border-radius: 3px;}
	
input.button {
	border: solid 1px #eeeeee;
	background : #ffffff url(input-blanc.gif) repeat-x 0 100%;
	padding: 2px;
	font-size: 11px;;
	font-weight: bold;
	font-family: verdana;
	color:#545454

}
input.button:hover, input.button:focus, input.sbutton:hover, input.sbutton:focus {
	background : #ffffff url(input-bleu.gif) repeat-x 0 100%;
}
input.sbutton {
	border-width : 1px;
	border-color : #eeeeee;
	background : #ffffff url(input-blanc.gif) repeat-x 0 100%;
	font-size: 11px;;
	font-weight: bold;
	font-family: verdana; }

textarea, select { font-family: arial, verdana, tahoma; margin-top: 1px; font-size: 10pt; }
select.small { font-size: 11px; margin-left: 4px; 	color:#545454}
input.status { border: 0px; background: clear; padding-left: 8px; margin-top:10px; font-size: 8pt; font-weight: bold; font-family: verdana, arial, tahoma; } 

/* inscription.php */
table.inscription input{
	width: 120px;
	}
.annuairecadre {
	background : #FDFDFD;
	width:98%;
	margin:auto;
	margin-top:3px;
	margin-bottom:9px;
	border:1px solid #ECECEC
	}
.annuairecadre:hover {
	background : #FEFEFE;
	border:1px solid #F5F5F5
	}

.annuairedescription {
	width:100%;
	height:100%;
	vertical-align:top;
	}
	

	
.annuaireurl {
	margin-top:3px;
	font-size:9px;
	font-family:verdana;
	}

/* servicesplus.php */

fieldset {
	border:1px solid #C2C2C2;
	margin-top:0px;
	margin-bottom:15px !important;
	padding:6px;
	background:#FCFCFC;

}
legend{
	text-align:right;
	font-weight: bold ;
	font-size: 1em ;
	padding-bottom:1px;
	color: #6E6E6E ;
}

td.entry1 {  padding: 5px; text-align:left; padding-top:8px; padding-bottom:3px; padding-right:15px; vertical-align:top }
td.entry2 { padding: 5px; padding-left: 10px; padding-bottom: 0px; }
}