/*
style.css
--------------		Par Loïs ESTIENNE

Feuille de style créée le 9 Février 2007
*/
html, body{
height:100%;
}
html{
	background:#00415D url('images/bg.jpg') no-repeat;
}
body 
{
	font-family: "Lucida Grande", "Trebuchet MS", Arial, serif;
	font-size: 1.2sem;
	color: #fff;
	margin:0;
	padding:0;
}
a{
	outline:none;
}

h1{
	text-align:right;
	display:inline-block;
	margin-top:0;
	width:353px !important;
}
h1 a{
	font-family: "IM Fell DW Pica", "Lucida Grande", "Trebuchet MS", arial, serif;	
	color:#fff;
	text-shadow: 0px 0px 5px #fff;
	font-size:68px;
	
	line-height:0.8;
	text-decoration: none;
}
h1 a:hover{
	text-decoration: none;
	text-shadow: 0px 0px 10px #fff;
}
h1 span{
	color:#000;
	font-size:48px;
}
div#conteneur{
	height:auto;
	margin:0 auto -130px;
	min-height:100%;
}
div#content, footer
{
	width: 960px;
	margin: 0 auto;
	
}
header, nav, section, footer{
	display:block;
}
/* en tête */

nav.acces_rapide
{
	display: none;
}

header
{
	position:relative;
	padding-top: 15px;
	border-bottom:1px solid #335768;
}

header nav {
position:absolute;
right:0;
bottom:15px;
font:1em "IM Fell DW Pica", "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
}

header nav a {
color:#FFF;
text-decoration:none;
padding:6px 12px;
font-weight:bold;
}
header nav a:hover {
	-moz-border-radius:8px;
	 -webkit-border-radius: 8px;
    border-radius: 8px;
	background-color:rgba(255, 255, 255, 0.2);
	text-decoration:none;
}
/* corps */

h2
{
	font:1.3em "IM Fell DW Pica", "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
	text-align:center;
	margin-top: 5px;
	margin-bottom:0;
	color: #fff;
}
section.bloc
{
	width: 466px;
	padding: 5px;
	float:left;	

}


ul
{
	padding: 0;
	margin-left: 12px;
	list-style-type: square;
}

li{
	margin: 7px 0;
}


/* pied de page */
#push{
	height:130px;
}
div.bgfoot{
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
	height:130px;
}
footer{
	padding-top:8px;
	position:relative;
}
footer nav.social{
	position:absolute;
	right: 5px;
}
footer nav a{
	padding:0 5px;
}
footer nav a:hover,footer nav a:focus {
-moz-transform:rotate(8deg);
-o-transform: rotate(8deg);
-webkit-transform:rotate(8deg);

}

/* Style global */
img
{
	border: none;
}

abbr, acronym{
	cursor:help;
	border-bottom:1px dotted #fff;
}

section a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color:rgba(255, 255, 255, 0.2);
	padding:1px 3px;
}

section a:hover{
	background-color:rgba(255, 255, 255, 0.4);
}

.souligne
{
	text-decoration: underline;
}

.centre
{
	text-align: center;
}

.clear{
	clear:both;
}

select, input, textarea
{
	border: 1px solid #4C5A6F;
	margin: 1px;
}

fieldset
{
	border: 1px solid #fff;
}

legend
{
	color: #fff;
	font-weight: bold;
}

label
{
	display: block;
	width: 160px;
	float: left;
	cursor: pointer;
}

input[type=submit]
{	
	border-style: outset;
	border-width: 1px;
	color:#4C5A6F;
}

input[type=submit]:hover, input[type=submit]:focus
{
	background-color:white;
	cursor:pointer;
	color:#4C5A6F;
}