@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

#deg_fond {
	background: url(images/deg_fond.gif) left top repeat-x;
	margin-top: 5px;
	height: 77px;
	width: 100%;
}

#centrer {
	position: relative;
	width: 980px;
	top: -80px;
	margin: 0 auto;
}

#logo {
	position: absolute;
	top: 0px;
	left: 10px;
}

#menu {
	position: absolute;
	top: 25px;
	left: 350px;
}

#rubrique {
	font: 17px Verdana, Geneva, sans-serif;
	color: #CCC;
	
}

#menu a {
	color: #ff6600;
	text-decoration: none;
}

#menu a:hover {
	color: #ff6600;
	text-decoration: underline;
}

#localisation {
	position: absolute;
	top: 85px;
	left: 25px;
}

#localisation a {
	color: #ff6600;
	text-decoration: none;
}

#localisation a:hover {
	color: #ff6600;
	text-decoration: underline;
}


#localisation p {
	font: 12px Verdana, Geneva, sans-serif;
	color: #666;
}

#trait {
	position: absolute;
	top: 100px;
	left: 20px;
	background: url(images/trait.gif) left top no-repeat;
	height: 9px;
	width: 880px;
}

#contenuAccueil {
	position: absolute;
	top: 120px;
	left: 25px;
	font: 12px Verdana, Geneva, sans-serif;
}

.textHead {
	font: 14px Verdana, Geneva, sans-serif;
	font-weight:bold;
	color: #666;
}

.texteStandard {
	font: 12px Verdana, Geneva, sans-serif;
	color: #666;
}

.texteBasPage {
	font: 10px Verdana, Geneva, sans-serif;
	color: #666;
}

.texteStandardOrange {
	font: 12px Verdana, Geneva, sans-serif;
	color: #ff6600;
}

#lienOrange a {
	color: #ff6600;
	text-decoration: none;
}

#lienOrange a:hover {
	color: #ff6600;
	text-decoration: underline;
}
