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

Layout principal
premierciel.com

*/

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #332f2d url(../images/bg.jpg) repeat-x;
}
#content {
	border:0px;
	border: 6px solid #000000;
	margin:auto auto;
	width:960px;
	height:580px;
	position:absolute; 
  left: 50%;  
  top: 50%; 
  margin-top: -290px; /* moitié de la hauteur */ 
  margin-left: -480px; /* moitié de la largeur */ 
}
#includebox {
	border: 2px solid #606e30;
	background-color: #FFFFFF;
}
#intro {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	color:black;
}

#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: 10px;
	color: #d09952;
	letter-spacing:0px;
}

#box ul {
 	text-align: left;
	padding: 0;
 	margin: 0;
 	list-style-type: none;
 }
 
#box li {
	list-style-type: none;
	text-indent: 0px;
	color: #f5edc2;
	margin-bottom:4px;
	font-size: 10px;
}
#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: black;;
	
}

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

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

a {
	color: #6f6c69;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

