/* CSS par Dig pour http://www.kits-gratuits.net, modifié par JMA */

* { margin:0;padding:0; }

html {
	height:100%;
	background:#4E4E4E;
}

a.title {
	color:#5BCF4F;
	text-decoration:none;
	font-weight:bold;
}

a.title:hover {
	color:#3C3E3C;
	text-decoration:none;
	font-weight:bold;
}

body {
	height:100%;
	font:normal 0.7em 	Verdana, Arial, Helvetica, sans-serif;
	color:#363636;
	
}

#page {
	width:808px;
	margin-left:auto;
	margin-right:auto;
	background:url('images/interface/fond.jpg') repeat-y;
}

#partie_gauche {
	float:left;
	width:200px;
	margin-left:4px;
	display:inline;
}

h1#header {
	width:200px;
	height:65px;
	text-indent:-9000px;
	background-image: url(images/gui/1x1w1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #850914;
}

#slogo {
	width:200px;
	text-align:center;
	background-repeat: no-repeat;
	background-position: top;
	}

#slogo h2 {
	letter-spacing:4px;
	font-size:2em;
	color:#FFCC66;
	font-weight:normal;
	margin:10px;
	height: 30px;
}

#menu {
	width:200px;
	text-align:center;
}

#menu h2 {
	letter-spacing:4px;
	font-size:1em;
	color:#9F9F9F;
	font-weight:normal;
	margin:10px;
}

#menu ul {
	list-style-type:none;
	width:200px;
	margin-top:10px;
}

#menu li {
	width:170px;
	height:30px;
	border-top:1px solid #4F4F4F;
	margin-left:15px;
}

#menu a {
	display:block;
	width:170px;
	height:25px;
	text-decoration:none;
	color:#9F9F9F;
	padding-top:5px;
}

#menu a:hover {
	display:block;
	width:170px;
	height:25px;
	text-decoration:none;
	color:#CCCCCC;
	background-color:#990000;
}

#partie_droite {
	width:600px;
	float:left;
	background-color:#FFFFFF;
}

#partie_droite p, h3 {
	padding:5px;
}

#barre_haut {
	background-color:#850914;
	width:100%;
	height:20px;
	color:#FFF;
	font-size:1.1em;
	padding-top:2px;
	text-align:center;
}

#barre_haut h2 {
	letter-spacing:4px;
	font-size:1em;
	color:#9F9F9F;
	font-weight:normal;
	margin:10px;
}
#barre_haut a {
	display:block;
	width:170px;
	height:20px;
	text-decoration:none;
	color:#FFF;
	padding-top:5px;
}

#barre_haut a:hover {
	display:block;
	width:170px;
	height:18px;
	text-decoration:none;
	color:#FFF;
	background-color:#999999;
}
#bloc {
	width:400px;
	float:left;
	
}

#bloc_g300 {
	width:300px;
	float:left;
	background-color:#FFFFFF;
}

#bloc_d300 {
	width:300px;
	float:left;
}


#gallerie {
	width:200px;
	float:left;
}

#gallerie img {
	border:1px double #EFEFEF;
}

#gallerie img:hover {
	border:1px double #A3A3A3;
}

