/* CSS par Dig pour http://www.kits-gratuits.net - Tous droits réservés - */

html { height:100%; }

body {
	margin:0;padding:0;
	background-color:#4B738D;
	font-family:"Trebuchet MS", Verdana, Sans-Serif;
	font-size:0.7em;
	color:#454545;
	height:100%;
}

a { color:#3A586C;text-decoration:underline; }

a:hover { color:#7BB5DB;text-decoration:none; }

#splash {
    position:absolute;
    left: 50%; 
    top: 50%;
    width: 531px;
    height: 234px;
    margin-top: -117px;
    margin-left: -265px;
    border: 1px solid #000;
	border:none;
}

#page {
	margin:0 auto 0 auto;
	background:url('images/interface/fond.png') repeat-y;
	width:768px;
	position: relative;
	height:100%;
    min-height: 100%
}

h1#logo {
	text-indent:-9000px;
	background:url('images/interface/logo.png') no-repeat;
	width:239px;
	height:79px;
	margin:auto;
	position:relative;top:20px;
}

#contenu {
	background-color:#303030;
	width:669px;
}

.bloc {
	background:url('images/interface/haut_bloc.png') top no-repeat #FFF;
	width:669px;
	text-align:justify;
	margin:40px 47px;
	padding-top:10px;
}

#menu {
	width:100%;
}

#menu ul {
	padding:0;margin-left:4px;padding-bottom:15px;
	list-style-type:none;
	clear:both;
}

#menu li {
	width:220px;
	height:24px;
	display:inline;
	text-align:center;
}

#menu a {
	display:block;
	float:left;
	width:220px;
	margin-right:1px;
	height:24px;
	background-color:#E8E8E8;
	padding-top:6px;
	color:#303030;
	text-decoration:none;
	font-size:110%;
	text-align:center;
}

#menu a:hover {
	display:block;
	width:220px;
	height:24px;
	background-color:#858585;
	color:#FFF;
	text-decoration:underline;
}

.bloc p{
	padding:0 5px 0 5px;
}

.bloc p:first-letter {
	padding-left:15px;
	font-weight:bold;
	font-size:130%;
}

.bloc h2 {
	background:url('images/interface/fond_titre.png') no-repeat;
	width:153px;
	height:36px;
	font-size:110%;
	color:#FFF;
	text-align:center;
	margin-left:10px;
	font-weight:normal;
	padding-top:10px;
	clear:both;
}

.bas_bloc {
	width:669px;
	height:5px;
	background:url('images/interface/bas_bloc.png') bottom no-repeat;
}

#copyright {
	font-size:90%;
	color:#FFF;
	text-align:center;
	width:100%;
	position:absolute;
	bottom:0;
}
