/*
CSS par Bruno Lussier - info[AT]brunolussier,.com

Layout principal
premierciel.com

*/

body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #3F5465; 
}

#content {
	border: 2px solid #022C50;
}

#includebox {
	border: 2px solid #304F6E;
	background-color: #FFFFFF;
}

#intro {
	text-align: justify;
	font-weight: bold;
	font-size: 11px;
	margin-top: 10px;
}

#box {
	margin-top: 16px;
	margin-right: 20px;
	margin-bottom: 16px;
	margin-left: 30px;
	text-transform: uppercase;
	
}

#box h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #70D0E4;
}

#box ul {
 	text-align: left;
	padding: 0;
 	margin: 0;
 	list-style-type: none;
 }
 
#box li {
	list-style-type: none;
	text-indent: 0px;
	color: #FFFFFF;
}
#box a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.ville {
	margin-top: 7px;
	font-size: 12px;
}
#credits {
	font-size: 9px;
	text-align: center;
	color: #999999;
	
}

#credits a {
	color: #999999;
	text-decoration: none;
}

#credits a:hover {
	text-decoration: underline;
}

a {
	color: #696D6F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
