/* base */

body {
	font-family: Arial;
	font-size: 12px;
}

A {
	color: #000080;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

#corps {

}

#entete {
	font-size: 11px;
	color: #7D187A;
	padding-top: 3px;
	font-weight: bold;
	margin-bottom: 10px;
}

#entete A {
	font-size: 11px;
	color: #7D187A;
	padding-top: 3px;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none;
}

#titre_lettre {
	font-size: 11px;
	color: #7D187A;
	font-weight: bold;
}

#ss_contenu {
	background: url(../../img_graph/gauche.gif) top left no-repeat;
}

/*
#ligne_cote {
	position: absolute;
	z-index: 4;
	background: url(../../img_graph/gauche.gif) top left no-repeat;
	left: 0;
	height: 1207px;
	width: 217px;
	display: block;
} 
*/

#contenu {
	width: 818px;
	margin: auto;
	background-color: #FFFFFF;
}

#pied {
	padding-bottom: 3px;
	font-size: 11px;
}

#separ {
	background-color: #F0F0F0;
	padding: 0px;
}


/* ITEM */

#item_titre {
	text-align: left;
	font-size: 13px;
	color: #000080;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background:url(../../img_graph/traitseul.gif) bottom left no-repeat;
	padding-left: 5px;
}

#item_contenu {
	text-align: left;
	font-size: 11px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

#item_bas {
	background:url(../../img_graph/traitseul_600.gif) top left no-repeat;
	height: 15px;
	width: 818px;
	margin-bottom: 10px;
}

/* ARCHIVES */

.archives_items {
	font-size: 12px;
	padding-bottom: 3px;
	padding-left: 20px;
	background:url(../../img_graph/traitseul_600.gif) bottom left repeat-x;
	margin-bottom: 15px;
	text-decoration: none;
	font-weight: bold;
}

/* FORMULAIRE */

#form {
	width: 500px;
	height: 350px;
	background: url(../../img_graph/fond_form.jpg) top left no-repeat #FFFFFF;
	margin: auto;
	padding: 30px;
	color: #2F62B0;
	font-size: 11px;
	font-weight: bold;
}

.input_text {
	font-size: 12px;
	border: solid 1px #557ABB;
	width: 150px;
}

.input_text_long {
	font-size: 12px;
	border: solid 1px #557ABB;
	width: 300px;
}

.input_textarea {
	width: 100%;
	height: 100px;
	font-size: 12px;
	border: solid 1px #557ABB;
}

.bouton {
	font-size: 12px;
	font-weight: bold;
	color: #7D187A;
	border: solid 1px #557ABB;
	background-color: #DFE1EE;
}

.contact_recap_message {
	border: solid 1px #E2DFFC;
	background-color: #FFFFFF;
	padding: 5px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
}