html, body
{
	height: 100%;
	margin: 0;
	font: 90% "Trebuchet MS", sans-serif;
}

body
{
	background: url(../image/la_robe.jpg);
}

div#pature
{
	color: #c00;
	height: 80px;
	position: relative;
}

div#pature h1
{
	margin: 0;
	position: absolute;
	bottom: 10px;
	left: 35px;
	font: 3em Georgia, serif;
}

div#global
{
	min-height: 100%;
	width: 1024px;
	top: 50px;
	margin: 0 auto;
	position: relative;
	padding: 0 ;
	background: url(../image/pature-tuto.jpg) ;
}

div#center
{
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	padding-bottom: 30px; 
	overflow: auto;
	color: #2f4f4f;
}

div#content
{
	float: left;
	width: 750px;
	margin-left: 10px;
	text-align: justify;
}

div#content a
{
	text-decoration: none;
	font-weight: normal;
	color: #ff0060;
}

div#content h2
{
	padding-left: 35px;
	background: #cc3366 center no-repeat;
	color: #fff;
}

div#content h3
{
	color: #c00;
	font-variant: small-caps;
}

div#barre_cote
{
	float: right;
	width: 250px;
}

div#barre_cote h3
{
	color: #c00;
	padding: 0 10px;	
}

div#barre_cote p
{
	padding: 0 10px;	
}

div#pied p {
	padding: 0 10px;	
	margin: 2px 0;
	font-size: 0.9em;
	}

div#pied
{
	position: absolute;
	width: 100%;
	bottom: 0;
	background: #CC3366 repeat-x;
	color: #fff;
}

div#pied a
{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

div#pied li a:hover
{
	color: #c00;
}

div#pied ul li {
	display: inline;
	margin-left:16px;
	}

ul#menu
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#menu li a
{
	display: block;
	width: 200px;
	height: 40px;
	line-height: 30px;
	background: url(../image/marguerite2.png) no-repeat left bottom;
	padding-left: 35px;
	margin: 2px 0;
	border-bottom: 1px solid #cc6633;
	color: #c00;
	font: small-caps 1.1em/30px Georgia,serif;
	text-decoration: none;
}

ul#standard li a
{
	text-decoration: none;
	background: url(../image/marguerite-mini.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
}

#standard
{
	list-style: none;
}

ul#lien li a
{
	text-decoration: none;
	background: url(../image/marguerite-mini.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
}

#lien
{
	list-style: none;
}
	
ul#menu li a:hover
{
	background-position: left top;
	color: #c0c;
}

	a
{
	color: #c00;
	font-weight: bold;
}

ul#du_dl li a
{
	text-decoration: none;
	background: url(../image/marguerite-mini.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;	
}

ul#du_dl li
{
	list-style: none;
}

#css-contenu a:visited{
	color: #ff6300;
	text-decoration: none;
}

#css-contenu a:hover{
	color: purple;
	text-decoration: none;
}

#side-a {
	float: left;
	width: 33%;
	margin: 5px 0 5px 0;
}

#side-b {
	float: left;
	width: 33%;
	margin: 5px 0 5px 0;
}

#milieu { 
	float: left;
	width: 33%;
	margin: 5px 0 5px 0;
}
div.rss {
	margin: 7px 7px 14px 7px;

}
div.titre {
	font-size: 120%;
	padding: 0.2em 0 0.2em 1em;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #ff0040;
}

div.items a {
	font-weight: normal;
	background: url(../image/marguerite-mini.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
}

div.items li {
	list-style: none;
}

#promis
{
	width:480px;
	height:230px;
	padding:10px;
	margin:auto;
	background: url(../image/promis.png);
}

#promis p
{
	font-weight: bold;
	font-size:40px;
	color:#fff;
	text-align: center;
}	
	
/* Je remercie Alsacreations pour ses tutos: http://www.alsacreations.com */
