
/* Balises générales */




body 
{
	background: url(img/bg.gif) 0 0 repeat #eee;
	color: #333;
	margin: auto;
	font-family: Verdana,sans-serif;
	font-size: 10pt;
}



img {
	border: 0;
	margin: 0.5em;
	float: left;
}



h1, h2, h3 
{
	font-weight: 700;
	font-size: 1.2em;
	background: inherit;
	color: #6a0;
}



ul 
{
	list-style: none;
	margin-left: 20px;
	padding: 1px;
}



li 
{
	line-height: 1.5em;
}



a:link, a:visited, a:active 
{
	text-decoration: none;
	color: #999;
}



a:hover 
{
	text-decoration: underline;
	color: #000;
}





p 
{
	line-height: 1.3em;
}



/* Grosses divisions */



#page 
{
	background: #fff;
	color: inherit;
	width: 750px;
	margin: auto;
}



#haut 
{
	background: url(img/banniere.jpg) no-repeat #fff;
	width: 750px;
	height: 165px;
	margin: 0 auto;
}



#centre 
{
	background: #fff;
	color: inherit;
	width: 750px;
	margin: 1.5em auto;
}



/* On cache le texte du haut (remplacé par l'image) */



.logo
 {
	display: none;
}



/* menu et du pied de page */



.menu, .bas 
{
	background: url(img/menu.jpg) no-repeat #fff;
	color: #fff;
	width: 750px;
	height: 40px;
	font-size: 1em;
	margin: 0 auto;
	clear: both;
}

.menu img {
	margin: 0 0.1em;
	float: none;
}



.gauche 
{
	padding: 10px 0 0 25px;
	float: left;
}

.gauche a:link,
.gauche a:visited,
.gauche a:active {
	text-decoration: none;
	color: #fff;
}

.gauche a:hover {
	text-decoration: none;
	color: #ddd;
}



.droite 
{
	padding: 10px 25px 0 0;
	text-align: right;
	float: right;
}


.droite a:link,
.droite a:visited,
.droite a:active 
{
	text-decoration: none;
	color:#fff;
}



.droite a:hover 
{
	text-decoration: none;
	color: #ddd;
}



/* contenu et blocs de droites */





.contenu
 {
	background: #fff;
	width: 500px;
	padding: 10px 5px 0 25px;
	text-align: justify;
	float: left;
}



.sidebar 
{
	background: #fff;
	color: inherit;
	width: 175px;
	padding: 10px 20px 0 0;
	float: right;
}

.sidebarcontenu {
	border-bottom: #999 1px solid;
	margin-bottom: 20px;
}

.sidebarcontenu p {
	text-align: justify;
	padding: 0 0 0 1em;
}


/* Pages liste */

ol.liste li {
	margin-top: 1em;
	font-style: italic;
}

ol.liste li a {
	font-style: normal;
}

/* Pages Astuces */

p.astuce {
	line-height: 1.5em;
}

p.liens {
	margin-top: 3em;
	text-align: left;
}

p.liens span.url {
}

p.images {
	text-align: center;
}

p.images img {
	float: none;
}

p.windows,
p.office,
p.internet {
	font-style: italic;
	font-weight: bold;
	color: #888;
}

p.windows {
	background: url(../images/logo-windows-small.jpg) left center no-repeat;
	min-height: 50px;
	padding-left: 60px;
}

p.office {
	background: url(../images/logo-windows-small.jpg) left center no-repeat;
	min-height: 50px;
	padding-left: 60px;
}

p.internet {
	background: url(../images/logo-windows-small.jpg) left center no-repeat;
	min-height: 50px;
	padding-left: 60px;
}

p.astuce {
	background: url(img/quo.gif) left center no-repeat;
	min-height: 50px;
	padding-left: 60px;
}

p.liens {
	background: url(img/liens.gif) left center no-repeat;
	min-height: 50px;
	padding-left: 60px;
}

p.liens span.url {
	display: none;
}



/* Ads */



#adHaut {
	margin:2em auto;
	text-align:center;
}

#adDroite {
	margin: 0 0 0 1em;
}


