 @import url(template.css);
 @import url(header.css);
 @import url(menus/index.css);
 @import url(blocks/index.css);
 @import url(footer.css);
 @import url(modules/index.css);
 @import url(member.css);
 @import url(tools/calendar.css);

/*** Titres ***/

  h1, h2, h3, h4, h5 {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
  }
  
    h1 {
      margin: 0 0 20px 0;
      color: #62b5f5;
      font-size: 22px;
	  line-height:24px;
	   background:url(../images/fonds/h1_bg.gif) no-repeat bottom left;
	   padding-bottom:30px
	  
    }
    h2 {
      margin: 0 0 15px 0;
      color: #EC8000;
      font-size: 16px;
	  border-bottom:1px dashed #ccc;
    }
    h3 {
      margin: 0 0 12px 0;
    	color: #62b5f5;
    	font-size: 14px;
    }

/*** Liens ***/

  a, a:visited {
  	text-decoration:none;
  	overflow:hidden;
  	color: #2fa4ff;
	font-size:12px;
  }
  a:hover {
    color: #EC8000;
	font-size:12px;
  }


img {
	text-decoration:none;
	border:0px;
	padding:0px;
	margin:0px;
}
li {
	text-decoration:none;
	list-style:none;
}
ul {
	text-decoration:none;
	list-style:none;
}
p {
  margin: 0 0 15px 0;
  padding: 0;
	text-align: justify;
	color: #6c6c6c;
	font-size: 12px;
	line-height: 21px;
	width: 100%;
}

div.clear {
	clear:both;
}
.spacer {
  clear: both;
}


/*******************/

#prevBtn, #nextBtn {
	display:block;
	width:23px;
	height:23px;
	position:relative;
	left:20px;
	top:135px;
}
#nextBtn {
	left:-183px;
}
#prevBtn a, #nextBtn a {
	display:block;
	width:23px;
	height:23px;
	position:relative;
	left:2px;
	top:42px;
	text-indent:-9999px;
	background:url(../images/down-arrow.png) no-repeat;
}
#nextBtn a {
	background:url(../images/up-arrow.png) no-repeat;
	left:205px;
	top:0px
}



/*** Elements de formulaires ***/

form input[type=text], 
form input[type=password], 
form select, form textarea {
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 3px;
	border: 1px solid #ccc;
	color:#6c6c6c;
}
textarea {
  padding: 3px;
}

form input.inputfondmini, 
form input.inputfondshort, 
form input.inputfondmedium, 
form input.inputfondlarge, 
form select.selectfond1,
form select.selectfond2 {
  height: 25px;
  line-height: 26px;
  font-size: 12px;
  padding-left: 10px;
  background-image: url(../images/font_input_text.jpg);
  background-repeat: repeat-x;
  border:1px solid #ccc;
  background-position: right;
  color:#6c6c6c;
  font-weight: normal;
}
form input.inputfondmini {
  width: 90px;
}
form input.inputfondshort {
  width: 200px;
}
form input.inputfondmedium {
  width: 320px;
}
form input.inputfondlarge {
  width: 470px;
}
form select.selectfond1 {
  padding-left: 20px;
  border: 1px solid #ccc;
}
form select.selectfond2 {
  padding-left: 20px;
  border: 1px solid #ccc;
  font-size: 12px;
  font-weight: normal;
}
form select.selectfond1 option {
}

/********************************************/

.retour-erreur {
  width: 500px;
	font-weight: bold;
	color: Red;
	font-size: 14px;
	border: 3px solid red;
	padding: 20px;
	margin: 0 0 20px 0;
}
.retour-erreur h2 {
  color: Red;
}
.retour-success {
  width: 500px;
	font-weight: bold;
	color: rgb(50,205,50);
	font-size: 14px;
	border: 3px solid rgb(50,205,50);
	padding: 20px;
	margin: 0 0 20px 0;
}
.retour-success h2 {
  color: rgb(50,205,50);
}

/************************/
div#pagination {
  margin: 10px; 
  font-size: 12px;
  color: #6c6c6c;
}
div#pagination strong {
  color: #6c6c6c;
  border: 1px solid #6c6c6c;
  padding: 1px;
  padding-left: 4px;
  padding-right: 4px;
  background-color: #fff;
}
div#pagination a, 
div#pagination a:visited {
  border: 1px solid #ccc;
  padding: 1px;
  padding-left: 4px;
  padding-right: 4px;
}
div#pagination a:hover {
  color: white;
  border: 1px solid #EC8000;
  background-color: #EC8000;
}

/*****************/

