/* @override http://localhost:8080/idees/css/index.css */

html,body {
	background: #4975bc url(../images/fond-accueil.jpg) repeat-x;
	text-align: center;
	/* ie6 */
	width: 100%;
}

#accueil {
	margin: 20px auto 0;
	width: 800px;
	text-align: center;
	height: 600px;
	background-color: #fff;
}

img {
	margin-top: 80px;
	background-color: #fff;
}

h1 {
	width: 600px;
	text-align: left;
	color: #666;
	font: bold 18px/20px Helvetica, "Trebuchet MS", sans-serif;
	margin-bottom: 10px;
	margin-left: 100px;
	margin-top: 49px;
}

p {
	text-align: left;
	width: 600px;
	color: #666;
	font: 14px/18px Helvetica, "Trebuchet MS", sans-serif;
	margin-bottom: 10px;
	margin-left: 100px;
}

p a {
	color: #666;
	text-decoration: none;
}

p a:hover {
	color: #666;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#entrez a {
	color: #999;
	font: 12px/14px Helvetica, "Trebuchet MS", sans-serif;
	text-align: center;
	height: 14px;
	padding-top: 25px;
	display: block;
}


