/* Feuille de styles écran du site http://www.acis-group.org */
/* par Dimension Web - http://www.dimensionweb.be */

/* Styles globaux */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: right;
	padding: 0;
	border-top: 60px solid #788dc4;
	margin: 0;
}

#container {
	position: absolute;
	top: 0;
	right: 0;
	width: 860px;
	margin: 0 8px;
}
#definition {
	font-size: 24px;
	margin: 140px 0 10px;
}
#leslogan p {
	font-size: 18px;
	padding: 8px 0;
	border-top: 1px solid #d2222a;
	border-bottom: 1px solid #d2222a;
	margin: 20px 0 20px 16%;
}
#bienvenue {
	margin-bottom: 80px;
}
#bienvenue a {
	background: url(../design/arrow_left.png) no-repeat center right;
	font-size: 18px;
	text-decoration: none;
	color: #000;
	padding-right: 20px;
}
/*#logoacis {
	background: url(../design/fondlogoacis.gif) repeat-x center center;
}*/
.premierelettre {
	color: #d2222a;
	font-weight: bold;
}
.image {
	height: 120px;
	width: auto;
}
.definition {
	background: url(../photos/logo-acis-big.gif) no-repeat 20px center;
	height: 30px;
	padding-top: 90px;
}

