body {
	width: 900px;
	margin: auto;
	color: #ffffff;
	background: #122981 url(/img/degrade_fond.jpg) repeat-x;
	font-size: 14px;
}
h1.deepstop {
	font-size: 17px;
}
a.deepstop {
	text-decoration: none;
}
#header {
	background: #122981 url(/img/degrade_titre.jpg) repeat-x;
	padding: 30px;
	height: 150px;
}
#header_sous_titre {
	font-size: 12px;
	text-align: right;
}
#header_slogan {
	font-size: 11px;
	text-align: right;
}

#menu {
	background: #122981 url(/img/degrade_menu.jpg) repeat-x;
	width: 200px;
	float: left;
}

#centre {
	width: 680px;
	display: inline;
	padding: 5px;
	padding-left: 10px;
	float: left;

}
.spacer {
	clear : both;
}
#footer {
	font-size: 9px;
	text-align: center;
}
img {
	border: none;
}
img.copyleft {
	width: 12px;
	height: 12px;
}

li.menu_titre {
	margin-top: 6px;
	list-style-type: none;
}
li.menu_detail {
	font-size: 12px;
	list-style-type: none;
	margin-left: 6px;
}
a {
	text-decoration: underline;
	color: #ffffff;
}
#centre a {
	text-decoration: underline;
	color: #ffff90;
}

h2 {
	font-size: 15px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}

.erreur {
	color: red;
	font-weight: bold;
}

.gras {
	font-weight: bold;
}

.souligne {
	text-decoration: underline;
}

.italique {
	font-style: italic;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

a.lien_ext {
	text-decoration: underline;
	color: #7f0000;
}

a.lien_ext:visited {
	text-decoration: underline;
	color: #ff1900;
}

a:hover {
	text-decoration: underline;
}

textarea,select {
	cursor: text;
	background-color: #ffffff;
	padding: 1.5px 0.2em;
	border: 1px solid #000000;
	color: #000000;
}

input {
	padding: 2px 0.2em;
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
}

.petit {
	font-size: 9px;
}