/* Page d'accueil */


/* Général */
#accueil p {
	margin-right: 470px;
}
#accueil p.liens {
	height:21px;
	line-height:20px;
	padding-right:5px;
	text-align:right;
}
#accueil p.liens a {
	font: italic bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

/* Titre */
#accueil h1 {
	margin: 0 365px 2em 0;
}
/* Témoignage client */
#accueil #temoignages {
	position: absolute;
	top: 215px;
	right: 30px;
	width: 560px;
	height: 100px;
	z-index: 100;
}
#accueil #temoignages h2 {
	background: url(../images/temoignagesclients.png) no-repeat right top;
	text-align: right;
	margin-right: 0px;
	height: 43px;
	margin-top: 0px;
}
#accueil #temoignages h2 span {
	margin-right: -3000px;
}
#accueil #temoignages p {
	font-size: 11px;
	line-height: 1.5;
	margin-right: 0px;
	font-style: italic;
}
#accueil #temoignages p.liens {
	background: url(../images/btntemoignages.png) no-repeat right center;
	text-align: right;
}

/* Projets */
#accueil #projets {
	width: 390px;
}
#accueil #projets h2 {
	background: url(../images/projetsaffiche.png) no-repeat left top;
	height: 43px;
	width: 182px;
	margin-top: 0;
}
#accueil #projets h2 span {
	margin-left: -3000px;
}
#accueil #projets p {
	text-align: center;
	margin-right: 0px;
}
#accueil #projets p#conteneurImg {
 height: 230px;
}
#accueil #projets p.liens {
	background: url(../images/btnportfolio.png) no-repeat right top;
	text-align: right;
	margin-top: 20px;
}

/* Blog */
#accueil #blog {
	width: 390px;
	font-style: italic;
	text-align: left;
	font-size: 11px;
	line-height: 1.1;
	background: url(../images/fondblog.jpg) no-repeat right 43px;
	margin: 0 40px;
	/*position: absolute;
	top: 327px;
	right: 30px;
	z-index: 100;*/
}
#accueil #blog h2 {
	color: #0F0;
	background: url(../images/surblog.png) no-repeat left top;
	height: 43px;
	margin: 0;
}
#accueil #blog h2 span {
	margin-left: -3000px;
}
#accueil #blog p.liens {
	background: url(../images/btnblog.png) no-repeat right top;
	margin-top: 20px;
	margin-right: 40px;
}

/* Bloc des news (après JQuery) */
#news .tailleTexte {
	text-align: right;
	font-weight: bold;
	color: #0F0;
	font-size: 110%;
	font-style: italic;
	float: right;
}
.tailleTexte .grand {
	font-size: 110%;
}
.tailleTexte .petit {
	font-size: 75%;
}

/* Bloc des news (avant JQuery) */
#accueil #news {
	height: 222px;
	width: 390px;
	line-height: 1;
	overflow: scroll;
	padding-top: 10px;
	font-size: 11px;
}
#news h2 {
	margin: 0em 1em 1em;
}
#news h3 {
	font-size: 100%;
	color: #0F0;
	margin: 0 1em 0.5em;
}
#news .news {
	margin: 0px 10px 2em;
}
#news .news p {
	font-style: normal;
	clear: both;
	margin: 0px 0px 0.5em;
}
#news a {
	color: #0F0;
	text-decoration: underline;
}
#news .suite {
	text-align: right;
}
#news .suite a {
	color: #CCC;
}
