@charset "utf-8";
/*-------------------------------------------------------RESET CSS--------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0pt none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
outline-color:invert;
outline-style:none;
outline-width:0pt;
padding:0pt;
vertical-align:baseline;
}

table {
border-collapse:separate;
border-spacing:0pt;
}
caption, th, td {
font-weight:normal;
text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}

blockquote, q {
quotes:"" "";
}
strong {
font-weight:bold;
}
em {
font-style:italic;
}
* {
margin:0pt;
padding:0pt;
}
/*------------------------------------------------FIN DU RESET CSS---------------------------------------------------------*/

body {
	background-color: #009761;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
}

#global {
	background-image: url(images/fond_global.jpg);
	background-repeat: no-repeat;
	min-height:900px;
	height:auto !important;
	height: 900px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	background-image: url(images/fond_content.jpg);
	width: 980px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	position: relative;
	top: 50px;
}

#texte {
	min-height:600px;
	height:auto !important;
	height: 600px;
	width: 663px;
	padding-top: 200px;
	padding-bottom: 50px;
	padding-right: 110px;
	background-image: url(images/fond_damier.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 207px;
}

#footer {
	background-image: url(images/fond_footer.jpg);
	background-repeat: repeat-x;
	height: 50px;
}

#logo_blitz {
	position: absolute;
	left: 38px;
	top: 29px;
}
h1 {
	font-size: 2.2em;
	text-transform: uppercase;
	color: #00784b;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}

h2 {
	font-size: 1.8em;
	text-transform: uppercase;
	color: #00784b;
	margin-bottom: 20px;
	margin-top: 20px;
}

h3 {
	font-size: 1.6em;
	color: #00784b;
	margin-top: 40px;
	margin-bottom: 10px;
	font-weight: bold;
}

p {
	font-size: 1.2em;
	margin-bottom: 15px;
	text-align: justify;
}

a {
	color: #009761;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	}

.liste li {
	font-size: 1.2em;
	list-style-type: none;
	background-image: url(images/puce.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-left: 20px;
}

#infos {
	list-style-type: none;
	width: 500px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

#infos a{
	background-repeat: no-repeat;
	display: block;
	height: 154px;
	text-indent: -5000px;
}

.infos_club a{
	background-image: url(images/btn_info_clubs.jpg);
	width: 182px;
	float: left;
	}

.infos_joueur a{
	background-image: url(images/btn_info_joueurs.jpg);
	width: 234px;
	float: right;
	}
	
	
/*-------------------------FORMULAIRE------------------------------*/
form {

	background:#eee;
	margin:20px;
	padding:10px 20px;
	
	}
	
	form ol {
		list-style:none;
		margin:0;
		padding:0;
		}
		
		form li {
	padding:6px;
	background:#e1e1e1;
	margin-bottom:1px;
	list-style-type: none;
	clear:both;
	min-height:20px;
	height:auto !important;
	height: 20px;
			}
			
			form li#send {
				background:none;
				margin-top:6px;
				}
		
		form label {
	float:left;
	width:150px;
	text-align:right;
	margin-right:7px;
	line-height:15px;
	margin-top: 5px;
	font-size: 1.2em;
			}
			
		form input,
		form textarea {
			padding:4px;
			font:13px Georgia, "Times New Roman", Times, serif;
			border:1px solid #999999;
			width:350px;
			}
			
			form input:focus,
			form textarea:focus {
				border:1px solid #666;
				background:#e3f1f1;
				}
			
		form li#send button {
	background:#009761 url(images/css-form-send.gif) no-repeat 8px 50%;
	border:none;
	border-radius:15%;
	-moz-border-radius:15%;
	-webkit-border-radius:15%;
	color:#fff;
	margin-left:300px;
	cursor:pointer;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 28px;
	display: block;
			}
			
			form li#send button:hover { 
				background-color:#006633;
				}
#Genre_0, #Genre_1, #Genre_2 {
	margin-left: 10px;
	width: 30px;
	display: block;
	float: right;
	border: none;
}

.genre {
	padding-left: 55px;
	}


#livraison {
	height: 60px;
}
