/* CSS par dig^^ pour http://www.kits-gratuits.net */

* { margin:0;padding:0; }

body { 
	font:normal 0.7em Verdana, "Trebuchet MS", Tahoma, Helvetica, Sans-serif;
	background:white url(./images/interface/bg.png) repeat-x;
	color:#535252;
}

#page {
	width:720px;
	margin:0 auto;
}

h1 {
	background:url(./images/interface/header.jpg) top left no-repeat;
	text-indent:-9000px;
	width:100%;
	height:100px;
	margin-top:23px;
}

h3 {
	background:url(./images/interface/header_sonic_gl.jpg) top left no-repeat;
	text-indent:-9000px;
	width:100%;
	height:100px;
	margin-top:23px;
}

h1 span {
	color:#1187CB;
	text-transform:uppercase;
}
h3 span {
	color:#1187CB;
	text-transform:uppercase;
}
img#logo { border:0;margin:35px 0 0 20px; }

img { border:0; }

ul#menu {
	list-style-type:none;
	float:right;
	text-align:center;
	margin-top:-2px;
}

ul#menu li {
	display:inline;
}

ul#menu a {
	display:block;
	float:left;
	width:80px;
	height:25px;
	color:#535252;
	text-transform:uppercase;
	background:url(./images/interface/puce_menu.png) 100px no-repeat;
	text-decoration:none;
}

ul#menu a:hover {
	display:block;
	float:left;
	width:80px;
	height:25px;
	color:#535252;
	text-transform:uppercase;
	background:url(./images/interface/puce_menu.png) bottom no-repeat;
	text-decoration:none;
}

#contenu {
	width:654px;
	margin-top:-32px;
}

#menu_gauche {
	background:url(./images/interface/bg_menu.png) top left no-repeat;
	width:162px;
	float:left;
}

#menu_gauche h2 {
	color:#1187CB;
	text-transform:uppercase;
	font:normal 1.3em Verdana, Sans-serif;
	margin:10px 0 5px 10px;
}

#menu_gauche ul {
	list-style-type:none;
	margin-left:20px;
	width:125px;
}

#menu_gauche a {
	border-bottom:1px dotted #CCCACA;
	height:20px;
	display:block;
	padding:15px 0 0 10px;
	text-decoration:none;
	color:#535252;
}

#menu_gauche a:hover { text-decoration:underline; }


#bloc {
	background:url(./images/interface/bg_contenu.png) top left no-repeat;
	width:459px;
	float:right;
	text-align:justify;
}

#bloc h2 {
	color:#1187CB;
	font:normal 1.6em Verdana, Sans-serif;
	background:url(./images/interface/puce_titre.png) left no-repeat;
	text-indent:15px;
	margin:5px 10px;
}

#bloc p {
	width:440px;
	margin:0 10px;
}

p.desc { color:#DCDADA;font:normal 0.8em Verdana, Sans-serif;padding:0 0 5px 10px; }
p.desc a { color:#DCDADA;text-decoration:none; }
p.desc a:hover { text-decoration:underline; }

p.commentaires { padding:15px 0 3px 0;text-align:right;width:100%;border-bottom:1px dashed #807F7F; }
p.commentaires a { color:#1187CB;text-decoration:none; }
p.commentaires a:hover { color:#1187CB;text-decoration:underline; }
p.commentaires em { font-style:normal;font-weight:bold; }





input, textarea		{margin: 1; font-size: 8pt; font-family: verdana; color: #4c4c4c; background-color: #FFFFFF; border: 1 solid #4c4c4c}
form			{margin-bottom: 0; margin-top: 0;}
input			{background-image: url('fondform.gif'); text-align: center}

.help			{cursor: help}
