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

Feuille de style créée le 9 Février 2007
*/
html, body{
height:100%;
background:url('images/head.jpg');
}

body 
{
	font-family: "Lucida Grande", "Trebuchet MS", Arial, serif;
	font-size: 1.2sem;
	color: #fff;
	margin:0;
	padding:0;
	
}
	

h1{
	background:url('images/logo.png') no-repeat;
	display:inline-block;
	margin:25px 0 0px;
	width:220px !important;
	height:135px;
	text-indent: -10000px;
}
h1 a{
	display:block;
	width:100%;
	height:100%;
}


div#conteneur{
	/*height:auto;
	min-height:100%;*/
	background:url('images/body.jpg');
}
.divcenter
{
	width: 960px;
	margin: 0 auto;
	position:relative;
	height:100%;
	
}
header, nav, section, footer{
	display:block;
}
/* en tête */

nav.acces_rapide
{
	display: none;
}

header
{
height:180px;	
background:url('images/head.jpg') repeat-x;
border-bottom:1px solid #adaeae;
}

header nav {
position:absolute;
right:0;
bottom:15px;
font:1em "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 */

#corps{
	padding: 20px 0;
}

h2
{
	font:1.3em "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
	color:#628880;
	margin: 10px 0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255, 255, 255, 0.4);
}

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

li{
	margin: 7px 0;
}

ul, p, dl, label{
	color:#fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255, 255, 255, 0.4);
}

dt{
	color:#4E4B42;
	/*float:left;
	clear:left;*/
	padding-top: 1px;
}
dd{
	/*float:left;*/
	margin-left:15px;
}
dt, dd{
	margin-top:7px;
	margin-bottom: 7px;
}

dd li:first-child{
	margin-top:0 !important;
}
dd ul{
	margin-left: 12px;
}

p{
	padding: 0 0 15px;
	line-height:20px;
}


/* pied de page */

#footer{
	background:url('images/head.jpg') repeat-x;
	padding: 15px 0;
}


/* Style global */
hr{
	margin: 2em 4em;
	height: 2px;
	border:none;
	background:url('images/hr.png') repeat-x;
}
img
{
	border: none;
}

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

section a
{
	color: #fff;
	text-decoration: none;
}

section a:hover{
	text-decoration:underline;
}

.souligne
{
	text-decoration: underline;
}

.centre
{
	text-align: center;
}

.clear{
	clear:both;
}

input[type=text], textarea
{
	border: 1px solid #4C5A6F;
	margin: 1px;
	box-shadow:inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	background:rgba(29, 50, 51, 0.20);
	color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-top:1px solid #797a76;
	border-bottom:1px solid #c0c0bc;
	border-left:1px solid #898c87;
	border-right:1px solid #898c87;
	padding:10px;
	width:350px;
	margin-bottom:10px;
}
input[type=text]
{
	height: 24px;
}

label
{
	display: block;
	width: 140px;
	text-align:right;
	float: left;
	cursor: pointer;
	padding:7px;
}

input[type=submit]
{	
	border-top:1px solid #797a76;
	border-bottom:1px solid #c0c0bc;
	border-left:1px solid #898c87;
	border-right:1px solid #898c87;
    color: #fff;
    cursor: pointer;
	font-weight: bold;
	margin-left: 154px;
	background:#61867e;
	padding: 5px 0;
	width:100px;
}

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