@import "layout.css";
@import "layout-ie.css"; /*Sers à débugguer IE6 :d */
 
/* Les éléments HTML en général
*******************************************************************************/
body{
	background: #fff;
	color: #444;
 	font-size: 11px;
	line-height: 1.6em;
 	font-family: "Trebuchet MS", sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
}

h1{font-size: 26px;margin: 0px;0px;0px;0px;}
h2{font-size: 1.3em;}
h3{font-size: 1.2em;}
h4{font-size: 1.1em;}
h5{font-size: 1em;}
h6{font-size: 0.9em;}

textarea{
	width: 100%;
	border: 1px inset #eee;
	background: #F7F7F7;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.submit, .preview { border-style: outset;}

a{
	color: #3875b4;
	text-decoration: none;
	border-bottom: 1px dotted #444;
}

a:visited{
	color: #3875b4;
}

a:hover{
	color: #4f90c3;
	border-bottom: 1px dotted #eee;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
*******************************************************************************/
#page{
 	background: #fff url(images/page.png) repeat-y center top;
	color: inherit;
	width:1000px;
	padding-left: 0px;
	padding-right: 0px;
}
 
/* L'entête
*******************************************************************************/
#top{
	width:840px;
	height: 150px;
	/*padding-top: 20px;*/
 	background: #fff url(images/header.png) no-repeat top left;
}

	#top h1{
		height: 80px;
		line-height: 80px;
		margin: 0 20px 0 30px;
		padding-top: 0px;
		color: #6699FF;
		text-align:right;
	}
	
		#top h1 a, #top h1 a:hover{
			text-decoration: none;
			border-bottom: none;
			color: #6699FF;
		}
			#top p{
				color: #fff;
				margin-top: -30px;
				margin-left: 30px;
			}
/* Le prélude
*******************************************************************************/ 
#prelude{
 	background: transparent;
	color: #DFDFDF;
	text-align: center;
}
 
 	#prelude a{
 		color: #DFDFDF;
		background: transparent;
 	}
	
	#prelude a:hover{
		color: #666;
		background: transparent;
	}
	
/* Le contenu
*******************************************************************************/

.main {
	width: 750px;
	float: left;
	padding-left: 60px;
}

/* La sidebar avec google adsense
*******************************************************************************/

.sidebar {
	color: inherit;
	margin-bottom: 5px;
	float: right;
	padding-right: 60px;


}


/* Le pied de page
*******************************************************************************/	
.footer{
	width:899px;
	text-align: center;
	color: #666;
	border-top: 1px solid #ddd;
	background: #eee;
	margin-left: 50px;
	margin-right: 50px;

}

#footer a{
	color: #999;
}

.spacer {
	clear:both;
}


