/*	Desc: *title* Screen Style Sheet
	Author: Fabrik numerique
	Date: 11.03.08
	+ Colours
	- *#f2e4c3* *marron clair* (*footer*)
	- *#7dc122* *vert*			(*titre*)
	- *#56b4e5* *bleu*			(*h2*)
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html {}
body {
background:url(../img/design/bg_uni.gif);
color:#333;
font:Arial, Helvetica, sans-serif;
}
#wrapper{
background:url(../img/design/bg_head.gif) repeat-x left top;
width:100%;
}
#subwrapper{
background:url(../img/design/bg-content.png) repeat-y left top;
margin:0 auto;
padding-bottom:.3em;
width:970px;
}
/*=COMMON
=== === === === === === === === === === */
* {
	padding: 0;
	margin: 0
}
p,
li {
	line-height: 150%
}

img {
	border: 0
}
a {

}
/*=MASTHEAD
=== === === === === === === === === === */
#masthead{
	background:url(../img/design/crayon.jpg) no-repeat left top;
	height:180px;
	margin:0 auto 0 11px;
	padding:2em 0 0 250px;
	position:relative;
	width:710px;
}
#masthead h1 {
	background:url(../img/design/titre.jpg) no-repeat left top;
	height:68px;
	text-indent: -9999px;
	width:565px;
}
#masthead h2{
	color:#56b4e5;
	font-size:.7em;
	font-weight:100;
	position:absolute;
	right:1.5em;
	text-align:right;
	top:.5em;
}
#masthead img{
	float:right;
	margin:-1.2em 1em 0 0;
}
/*=NAVIGATION
=== === === === === === === === === === */
#navigation {margin:-2em 0 0 5em;position:relative;}
#navigation ul{list-style:none;}
#navigation ul li{display:inline;}
#navigation li a{
	background:url(../img/design/menu1.jpg) no-repeat left top;
	color:#f81000;
	display:block;
	float:left;
	font-weight:bold;
	height:58px;
	margin:0 .5em 0 0;
	padding:1.5em 0 0 0;
	text-decoration:none;
	text-align:center;
	width:160px;
}
#navigation li a:hover{color:#fff;}
#adsgoo{margin:-5px 0 5px 1em;}
#submenu{margin:5px 0 5px 1em;border-bottom:1px dotted #C00;padding-bottom:3px;}
#submenu a{font-size:13px;font-weight:bold;text-decoration:none;color:#000}
#submenu a:hover,#submenu a:visited{color:#c00;}
form{float:right;}
.listrep{list-style:none;margin-left:4em;}
.listrep li{
	background:url(../img/design/puce_liste.gif) no-repeat left .6em;
	padding-left:13px;
}
.listrep a{color:#660;font-size:13px;text-decoration:none;}
/*=CONTENT
=== === === === === === === === === === */
#content {padding:0 1em;

}
#content h2{
	background:#F2E4C3;
	color:#D5500E;
	margin:4.1em 0 .5em;
	padding:3px 1em;
}
#content h3{
	color:#7dc122;
	font-size:1em;
}
#nb{
	color:#666;
	float:right;
	font-size:small;
}
#coloriage{
	margin:.5em;
}
#coloriage a img{
	border:none;
}
#coloriage a{margin:.5em;}
#edito{
	background:url(../img/design/blocnote.jpg) no-repeat left .2em;
	float:left;
	margin:1em 0 0 1em;
	padding:0 0 0 55px;
	width:300px;
}
#edito p{font-size:.9em;}
#edito img{margin:1em 0 0 -50px}
#liste {
	float:left;
	background:url(../img/design/bg_liste.jpg) no-repeat right top;
	margin:1em 0 0 2em;
	width:480px;
}
#liste h3{color:#56b4e5;margin:0 0 0 3em;}
#liste img{float:left;}
#liste ul{	
	list-style:none;
	float:left;
	font-size:.9em;
	height:580px;
	margin:1em 0 0;
	padding:0 0 0 2em;
	overflow:auto;
	width:165px;
}
#liste li a,#liste li a:visited{color:#660;text-decoration:none}
#liste li a:hover{color:#f00;font-weight:bold;}
#adgoo1{}
#goosky{float:right;}
/*=FOOTER
=== === === === === === === === === === */
#footer {
	background:#f2e4c3;clear:both;
	height:18px;
	margin:1em auto 0 11px;
padding:5px 1em 5px 570px;
	width:362px;
}
#footer a{text-decoration:none;color:#C53;font-size:xx-small;display:inline; }
