@charset "UTF-8";

/* CSS Document */

/* Site général */
body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #666666;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 970px;
}

#header {
	margin: 0px;
	padding: 0px;
}

#site{
	float:left;
	width: 790px;
	background: #F7F6E4 url(../images/fond.jpg) repeat-y;
}

#menu{
	float:left;
	margin-top: 0px;
	background: url(../images/S.jpg) repeat-y;
	font-size : 12px;
}

#menu li {
	font-size : 11px;
	list-style-type: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
/*	font-weight: bold;*/
	text-decoration: underline;
/*	color:#666666;*/
	margin-left: -1em;
	line-height:120%;
}

#content {
	float:left;
	width: 620px;
}

#footer{
	width: 790px;
	background: url(../images/bas.jpg) repeat-x;
}

#partenaria {
	float: left;
	width: 700px;
	margin-top: 20px;
	margin-left: 20px;
}

ul {
	
	margin: 0px;
	text-align: left;
}

img {
	border:none
}

a {
	color: #666666;
	text-decoration: none;

}

a:hover {
	color: #CC3300;
	font-style : normal;
	text-decoration: underline;

}

h1 {
	color: #CC3300;
	text-decoration: none;
	font-size : 12px;
	display:inline;
}


.orange {
	color: #CC3300;
	text-decoration: underline;
}

.underCategListLigne {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.underCategList {
	float: left;
	text-align: center;
	margin: 5px;
}

.smileyList {
	margin: 10px;
	float: left;
	text-align: center;
}

#pubCentre250{
	height: 250px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#pubDroite {
	float: left;
	height: 600px;
	width: 160px;
	margin-top: 10px;
	margin-left: 15px;
}


