@charset "UTF-8";
/* CSS Document */

html,body { height:100%;margin:0;padding:0;width:100%; }
body { background:#000 url(../images/background.jpg) center top no-repeat;color:#2c2c2c; font-family:Verdana, Arial, sans-serif;font-size:0.625em;font-style:normal; line-height:18px; }

.clear { clear:both; }
.left { float:left; }
.right { float:right; }

@font-face {
font-family: 'rockwell';
src: url('../fonts/RockwellStd.eot');
src: local('☺'),
url('../fonts/RockwellStd.woff') format('woff'),
url('../fonts/RockwellStd.ttf') format('truetype');
}

@font-face {
font-family: 'rockwell-light';
src: url('../fonts/RockwellStd-Light.eot');
src: local('☺'),
url('../fonts/RockwellStd-Light.woff') format('woff'),
url('../fonts/RockwellStd-Light.ttf') format('truetype');
}

a img { border:none; }
ul { margin:0 0 0 8px; padding-left: 8px;}
p { font-size:1.4em; line-height: 1.8em; }
h1 { font-size:2.4em; }
h2 { font-size:2.2em; }
h3 { font-size:2.0em; }
h4 { font-size:1.8em; }
h5 { font-size:1.6em; }
h6 { font-size:1.4em; }
label.label-titre { font-size:1.4em; font-weight: bold; }

#container { margin:0 auto; width:846px; }

#header { height:425px; position:relative; width:846px; }
	#logo { position:absolute; top:-20px; left:102px; }
	#navigation { background:url(../images/sous-navigation.png) no-repeat; padding:22px 0 0 160px; position:absolute; height:46px; width:846px; top:102px; left:0; }
		#navigation #sloguant { margin:-8px 0 0 -24px; }
	#navigation-seconde { position:absolute; top:148px; left:0; }
		#navigation-seconde-bloc1,#navigation-seconde-bloc2,#navigation-seconde-bloc3 { float:left; }
	
#content { margin-bottom:50px; min-height:569px; width:846px; }
	#content-top { background: url(../images/bloc-contenu-top.gif); height:126px; width:846px; position:relative; }
		#content-top h2 { color:white; font-family: 'rockwell', Georgia, Times; font-size:1.6em; text-transform: uppercase; position:absolute; top:38px; left: 70px; }
		#content-top #bt-don { position:absolute; top:28px; left: 470px; }
	#content-middle { background: url(../images/bloc-contenu-rep.gif) repeat-y; min-height:400px; width:846px; }
		#content-middle #bloc-texte-accueil { float:left; margin-left: 100px; width:670px; padding:0 0 50px 0;}
			#content-middle #bloc-texte-accueil h3 { color:#382d22; font-family: 'rockwell-light', Georgia, Times; font-size:2.8em; margin-top:0;  padding-top:20px;}
			#content-middle #img-accueil { float:right; padding:0 0 20px 0; }
	#content-bottom { background: url(../images/bloc-contenu-bottom.gif); height:43px; width:846px; }

#footer { }


.bt-donner {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	text-transform:uppercase;
	font-weight:bold;
}
.bt-donner:hover {
	text-decoration: none;
}
.bt-donner:active {
	position: relative;
	top: 1px;
}

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}