@import "layout.css";


/* Valeurs par default
================================================================*/
*{ margin:0; padding:0; list-style:none}

body {
	font: 63.5% Tahoma, Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	background:#D9D9D9;
	color: #8c8c8c;
}
a {text-decoration:none; color:#8B8B8B}
a:hover { color:#bbb; text-decoration:underline}
a img{border: 0}
hr{ visibility:hidden; clear: both; height:0}




/* Contenu de content
----------------------------*/
/* intro */
#intro h2{ font-size:1.2em; padding: 25px 0 10px;}
#intro ul{ font-size:1.1em; padding: 0 0 0 10px;}

/* news */
.news {font-size:1.1em; margin-bottom:60px;  background:url(images/news.jpg) no-repeat 0 100%}
.news .avatar{float: left; margin: 0 10px 2px 0}
.news h3{
	margin:0 0 3px 90px;
	font-size:1.2em;
}
.news h3 span{font-size:0.8em;}
.news h3 span small{
	margin: 0 3px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.news .p1, .news ul{
	padding:1px 15px 5px 100px;
	text-align:justify
}
.news .com_news{
	font-size:1em;
	text-align:right;
	font-weight:bold;
	padding:20px 15px 0 0px;
	color:#fff
}
.news h3 a{
   font-weight:bold; text-decoration:underline;
}

.infos {font-size:1.1em; margin-bottom:60px;  background:url(images/news.jpg) no-repeat 0 100%}
.infos h3{
	margin:0 0 8px 0px;
	font-size:1.2em;
	color: #0099CC;
}
.infos p{
	padding:1px 15px 10px 0px;
	text-align:justify
}








/* Contenu de sidebar
------------------------------------------------------------------------------*/
#sidebar h2{
	font-size:1.2em;
	text-align:center;
	padding:20px 0 15px
}
#sidebar ul{ font-size:1.1em; padding: 0 0 10px 30px; line-height:16px;}
#nav, #nav a, .blue, .blue a{color: #589DD6;}
#infos, #infos a, .pink, .pink a{color: #CE6AA0;}
#multi, #multi a, .vert, .vert a{color: #B0C371;}



/* Contenu de footer
------------------------------------------------------------------------------*/
#footer{ line-height:12px;}
#footer a{ text-transform:uppercase; letter-spacing:1px; font-weight:bold}
