/* Begin Typography & Colors */
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000000;
	color: #000000;
	text-align: center;
	}

#pagenews {
	background-color: white;
	text-align: left;
	border: none;
}


	
#footernews {	
	border: none;
	padding: 0;
	margin: 0 auto;
	width: 630px;
	height: 40px;
	clear: both;
	}
	#footernews2 {	
	border: none;
	padding: 0;
	margin: 0 auto;
	width: 680px;
	height: 40px;
	clear: both;
	}
.widecolumn .entry p {
	font-size: 4em;
	}

.widecolumn .entry {
	line-height: 1.4em;
	}

#widecolumn {
	line-height: 1.4em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 3em;
	text-align: center;
	}

#headernews .description {
	font-size: 1.3em;
	text-align: center;
	}

h2 {
	font-size: 1.5em;
	}

small{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
	}

.copyr {
	font-size: 10px;
	font-weight: bold;
}
.gras {
	font-weight: bolder;
}
.grassoulign{
	font-weight: bolder;
	text-decoration: underline;
}

/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#pagenews {
	background-color: white;
	margin: 20px auto;
	padding: 5px;
	width: 630px;
	}
	#pagenews2 {
	background-color: white;
	margin: 20px auto;
	padding: 5px;
	width: 680px;
	}

#headernews {
	margin: 10px;
	padding: 5px;
	height: 110px;
	width: 600px;
	background-color: #CCCCCC;
	}
#headernews2 {
	margin: 10px;
	padding: 5px;
	height: 110px;
	width: 630px;
	background-color: #CCCCCC;
	}

#widecolumn {
	padding: 10px;
	margin: 5px;
	line-height: 1.4em;
	width: 600px;
	}
#widecolumn2 {
	padding: 10px;
	margin: 5px;
	line-height: 1.4em;
	width: 630px;
	}
.post {
	margin: 0 0 40px;
	text-align: justify;
	}


.widecolumn .post {
	margin: 0;
	}


#footernews p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	border-top: 2px solid #CCCCCC;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 20px;
	margin: 0;
	}

h2 {
	margin: 0;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will  align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
.rougegras {
	font-weight: bold;
	color: #FF0000;
}
.souligne {
	text-decoration: underline;
}
.rougegrassoulign {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

