body {
	background-color: #CDCDCD;
	padding: 0;
	margin: 0;
	text-align: center;		/* pour centrer les div dans la page uniquement pour IE/Win... */
	font-family : Trebuchet MS, Arial, Verdana;
	color: #656565;
	font-size: 0.8em;
}

input,
textarea
{
	font-family : Trebuchet MS, Arial, Verdana;
	color: #656565;
	font-weight: normal;
	text-transform: none;
	font-size: 1.2em;
}

a
{
	color : #2496F5;
	font-weight : bold;
	text-decoration : underline;
}

a:hover
{
	color : #FB3B12;
	font-weight : bold;
	text-decoration : underline;
}

#container
{
	width: 780px;
	margin: 0 auto;
	background-color: White;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

.menu 
{
	float: left;
	/*position : absolute;
	left : 10px;*/
	text-align: left;
	margin: 10px;
	width : 170px;
	
}


.menu h3 {
	font-size : 0.8em;
	margin : 0px;
	padding : 12px 4px 0px 4px;
	border-bottom : none;
	text-transform:uppercase;
	font-family: Tahoma, Verdana;
	color: #7C7C7C;
}

.menu ul {
	list-style : none;
	margin : 0;	
	padding : 0;
	margin-left : 5px;
	margin-bottom : 10px;
	font-size : 0.9em;
}

.menu li {
	margin : 4px 0 0 0px;	
}

#main 
{
	float: left;
	/*margin-left : 200px;*/
	width: 550px;
	background-color : #FFFFFF;
	padding : 10px 10px 10px 18px ;
	border-left : 1px solid #CDCDCD;
	/*border-right : 1px solid #CDCDCD;*/
	text-align: left;

}

#main p
{
	line-height: 1.8em;
}

#footer 
{
	font-family: Verdana, Arial;
	margin : 0 auto;	
	padding-top : 5px;
	text-align : center;
	font-size : 0.7em;
}

#top {
	padding : 10px;
	/*background-color : #FFFFFF;
	color : #000;*/
}

#comments
{
	border-top: 1px dashed #CDCDCD;
	font-size: 0.8em;
	padding-top: 18px;
}

#comments h4
{
	font-size: 1em;
}

#comments h3
{
	font-size: 1.1em;	
	color: #A6A6A6;
	text-transform:uppercase;
}

h2,
h2 a,
h2 a:visited,
h2 a:hover
{
	font-size: 1.4em;
	text-decoration: none;
}

p.date {
	font-size : 1.2em;
	font-weight : bold;
	/*border-bottom : 1px solid #AAA;*/
	margin-bottom : 0px;
	padding : 2px 0px;
}

.spacer
{
	clear: both;
}

p.postfoot {
	font-size : 0.85em;
	font-weight: bold;
	color: #A6A6A6;
	padding-top: 16px;
	text-transform:uppercase;
}

#commentform table
{
	font-family : Trebuchet MS, Arial, Verdana;
	color: #656565;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
	color: #A6A6A6;
	
}

/*
h1 {	
	margin : 0px;
	font-size : 1.5em;
}

h1 a:visited,
h1 a:active,
h1 a:link {
	color : #000;
}

h1 a:hover {
	color : #47F;
	text-decoration : none;
}

h2 {
	margin-top : 10px;
	font-size : 1em;
}

h5 
{
	margin: 0px;
	padding: 0px;
}

#top {
	padding : 10px;
	background-color : #ADF;
	color : #000;
	border-bottom : 4px solid #47F;
}

#tagline {
	font-size : 0.8em;
	margin : 0px;
}

p.date img {
	vertical-align : middle;
}

p.date {
	font-size : 0.9em;
	font-weight : bold;
	border-bottom : 1px solid #AAA;	
	margin-bottom : 0px;
	padding : 2px 0px;
}

blockquote {
	font-style : italic;
}

p.postfoot {
	font-size : 0.75em;
}






input.text {
	width : 300px;	
}

textarea {
	width : 300px;
	height : 200px;	
}

#comments h4 span {
	color : #999;
}

#comments h4 {
	margin : 0px;
	font-size : 0.9em;
}

p {
	margin : 10px 0px;
}

h3 {
	font-size : 1.2em;
	border-bottom : 1px solid #AAA;
}

#relatedlinks ul {
	list-style : none;
	margin-left : 10px;
	padding : 0px;
}
*/
