/* ================================================== */

/* design général - start */
* {
	margin: 0; 
	padding: 0;
	border: 0;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 100%;
}
html {
	background: #666666;
}
body {
	width: 980px;
	margin: auto;
	margin-top: 10px;
}
.css_top {
	height: 10px;
	background: url(../img/back_top.jpg) no-repeat;
	/* Fix pour IE6 : bug du height trop petit */
	overflow: hidden;
	/* end: fix pour IE6 : bug du height trop petit */
}
.css_middle {
	background: url(../img/back_middle.jpg) repeat-y;
}
.css_bottom {
	height: 10px;
	background: url(../img/back_bottom.jpg) no-repeat;
}
#global {
	width: 796px;
	margin: auto;
}
/* design général - end */

/* ================================================== */

/* header - zone hachurée - start */
.header_top {
	height: 25px;
	background: url(../img/head.jpg);
	border-bottom: solid 4px #003366;
}
/* header - zone hachurée - end */

/* header - zone inférieure - start */
.header_bottom {
	position: relative;
	height: 63px;
	border-bottom: solid 4px #d5d5d5;
}
/* header - zone inférieure - end */

/* ---------------------- */

/* header - zone inférieure - logo - start */
.header_bottom img {
	position: absolute;
	margin-top: 6px;
	margin-left: 20px;
}
/* header - zone inférieure - logo - end */

/* header - zone inférieure - lien accueil - start */
.header_bottom a, .header_bottom a:visited {
	position: absolute;
	display: block;
	width: auto;
	height: 15px;
	right: 30px;
	margin-top: 26px;
	font-size: 70%;
	text-transform: uppercase;
	text-decoration: none;
	color: #000066;
}
.header_bottom a:hover {
	color: #cc0033;
}
/* header - zone inférieure - lien accueil - end */

/* ================================================== */

/* menu - start */
.menu {
	position: relative;
	height: 210px;
	margin-top: 2px;
	margin-bottom: 5px;
	background: none;
	border-top: solid 2px #c2d4ec;
	border-bottom: solid 2px #c11923;
}
.menu_left {
	float: left;
	width: 170px;
	height: 180px;
	margin-top: 15px;
	margin-left: 23px;
	/* Fix pour IE6 : bug du double margin */
	display: inline;
	/* end: fix pour IE6 : bug du double margin */
}
.menu_right {
	float: right;
	width: 560px;
	height: 180px;
	margin-top: 15px;
	margin-right: 23px;
	/* Fix pour IE6 : bug du double margin */
	display: inline;
	/* end: fix pour IE6 : bug du double margin */
}
/* menu - end */

/* menu - no flash - start */
/*
.menu_left ul {
	list-style: none;
}
.menu_left li {
	display: block;
	width: 170px;
	height: 35px;
	border-bottom: solid 1px #bbbbbb; 
}
.menu_left li a, .menu_left li a:visited {
	display: block;
	width: 160px;
	height: 25px;
	padding-top: 10px;
	padding-right: 10px;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
	color: #000066;
	font-size: 70%;
}
.menu_left li a:hover {
	color: #cc0033;
	background: #dddddd;
}
*/
/* menu - no flash - end */

/* ================================================== */

/* content split - start */
/* content - start */
.content_left {
	float: left;
	margin-left: 23px;
	/* Fix pour IE6 : bug du double margin */
	display: inline;
	/* end: fix pour IE6 : bug du double margin */
}
.content_right {
	float: right;
	margin-right: 23px;
	/* Fix pour IE6 : bug du double margin */
	display: inline;
	/* end: fix pour IE6 : bug du double margin */
}
/* content - end */

/* content - width : 370 - 370 - start */
.content_left1 {
	width: 370px;
}
.content_right1 {
	width: 370px;
}
/* content - width : 370 - 370 - end */

/* content - width : 400 - 340 - start */
.content_left2 {
	width: 400px;
}
.content_right2 {
	width: 340px;
}
/* content - width : 400 - 340 - end */

/* content - width : 340 - 400 - start */
.content_left3 {
	width: 340px;
}
.content_right3 {
	width: 400px;
}
/* content - width : 340 - 400 - end */
/* content split - end */

/* content large - start */
.content_large {
	width: 750px;
	margin: auto;
}
/* content large - end */

/* ---------------------- */

/* content - barre de titre - start */
.content_title {
	display: block;
	width: auto;
	padding: 4px 10px 5px 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #ffffff;
	font-size: 80%;
	background: url(../img/content_title.jpg) repeat-x;
}
/* content - barre de titre - end */

/* content - zone de texte - start */
.content_text {
	display: block;
	padding: 10px;
	color: #000000;
	font-size: 75%;
	text-align: justify;
	background: #F4F9FF;
}
.content_text a, .content_text a:visited {
	color: #000066;
}
.content_text a:hover {
	color: #cc0033;
}
/* content - zone de texte - end */

/* ================================================== */

/* float clear - start */
.clear {
	clear: both;
}
/* float clear - end */

/* ================================================== */

/* page index.php : en bref - start */
.news {
	list-style: none;
}
.news li {
	display: block;
	width: 316px;
	/*height: 20px;*/
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.li_back_a {
	background: #ffffff;
}
.li_back_b {
	background: #F4F9FF;
}
.news li a, .news li a:visited {
	text-decoration: none;
	text-align: right;
	color: #000000;
}
.news li a:hover {
	color: #cc0033;
	text-decoration: underline;
}
.date {
	font-size: 75%;
	color: #0072bb;
}
/* page index.php : en bref - end */

/* ================================================== */

/* page presentation.php - end */

/* page presentation.php - end */

/* ================================================== */

/* page sports.php : lieux de pratique - start */
.sportslist {
	float: left;
	list-style: none;
}
.sportslist li {
	display: block;
	width: 131px;
	padding: 3px;
}
.backgroundcolor {
	background: #ffffff;
}
.sportslocation {
	float: right;
	list-style: none;
}
.sportslocation li {
	display: block;
	width: 231px;
	padding: 3px;
}
.sportslist1 a {
	text-transform: uppercase;
	text-decoration: none;
}

/* page sports.php : lieux de pratique - end */

/* ================================================== */

/* page services.php : les services en location - start */
.hr_dashed {
	height: 0px;
	border-bottom: 1px dashed gray;
}
.services_text {
	float: right;
	width: 545px;
}
.ul_title {
	list-style: inside url(../img/puce_fleche.jpg);
	font-weight: bold;
	font-size: 110%;
	color: #cc0033;
}
/* page services.php : les services en location - end */

/* ================================================== */

/* page contact.php : formulaire - start */
#formu {
	width:350px;
	margin: auto;
}
#formu label {
	display:block;
	width:140px;
	float:left;
	color: #2C485C;
}
#formu p {
	margin-bottom: 10px;
}
#formu input[type=text] {
        width: 210px;
        background: #dddddd;
}
#formu textarea {
        width: 210px;
		height: 200px;
        background: #dddddd;
}
.captcha {
	display: block;
	float: left;
	width: 140px;
	color:  #E34405;
}
.info {
   color: #008000;
   font-style: italic;
}
.asterisque {
  color: red;
}
/* page contact.php : formulaire - end */

/* page contact.php : Google Maps - start */
#map_canvas {
	width: 370px;
	height: 250px;
	overflow: hidden;
}
/* page contact.php : Google Maps - end */


/* ================================================== */

/* divers - start */

.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.inside {
	list-style: inside;
}
/* divers - end */

/* ================================================== */

/* footer - start */
.footer {
	height: 60px;
	margin-top: 15px;
	background: url(../img/head.jpg);
	border-top: solid 4px #003366;
	position: relative;
}
.footer img {
	position: absolute;
	margin-left: 346px;
}
/* footer - end */

/* ================================================== */

/* copyright Entente Gisorsienne - start */
.copyright_eg {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 70%;
	text-align: center;
	color: #aaaaaa;
}
.copyright_eg a, .copyright_eg a:visited {
	text-transform: uppercase;
	text-decoration: none;
	color: #aaaaaa;
}
.copyright_eg a:hover {
	color: #dddddd;
}
/* copyright Entente Gisorsienne - end */

/* ================================================== */