/* CSS issu des tutoriels css.alsacreations.com/ */
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover	{color: red;}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color: #FAE6E6;
}

#conteneur {
	width: 100%; background-color: #FAE6E6;
}

#header_civ {
	height: 33px;	padding-left: 5px;	padding-right: 1px;
}

#pied {
	color: Red;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#portfolio {
	width: 100%;
	background-color: #E6F0FA;
	text-align: center;
	border: medium double Silver;
}
#clio {
	background-color: #FAE6E6;
	margin-left: 20px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#centre {
	background-color: #FAF0E6;
	margin-left: 145px;
	margin-right: 1px;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#gauche {
	position: absolute;
	left: 0;
	width: 140px;
	padding-left: 5px;
}
#gauche #page_courante a {
	color: Red;
}

.tdgauche_niv0
{
background-color:Maroon;
border-bottom : solid thin #FFFFFF; border-top : solid thin #FFFFFF;
HEIGHT=35;
text-align : center; 
}
.tdgauche_niv1
{
background-color:#E72D18;
border-bottom : solid thin #FFFFFF; border-top : solid thin #FFFFFF;
HEIGHT=35;
text-align : center; 
}
.tdgauche_niv2
{
	background-color:#FF9900;
	border-bottom : solid thin #FFFFFF; border-top : solid thin #FFFFFF; 
	HEIGHT=35;
	text-align : center;
}
.tdgauche_niv3
{
	background-color:#E6E6FA;
	border-bottom : solid thin #FFFFFF; border-top : solid thin #FFFFFF;
	HEIGHT=35;
	text-align : center;
}

.menugauche {
	white-space: normal;
	margin: 0;
	padding: 0;
}
.menugauche a {
	margin: 2px;
	color: #483D8B;
	font-size: 8pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
}
.menugauche a:hover {
	text-decoration: none;
	color: Red;
}
.men_rub_niv0
{
	color: white;	font-size: 11pt;	text-decoration: none;	font-weight: bold;
}
.men_rub_niv1
{
	color: yellow; font-size: 11pt;	text-decoration: none;
}
.men_rub_niv2
{
	color: white; font-size: 9pt; text-decoration: none; 
}
.men_rub_niv3
{
	color: Red;	font-size: 9pt; text-decoration: none;
}

H1 {text-align:center;}

img { border: none; }

.spip_doc_titre{
	font-size: 8pt;
	font-style: italic;
}

form fieldset {
	width: 60%;
	}

/* Formulaire de  recherche */
	
.bouton_OK{
	background: url(../gif/bt_form_ok.gif);
	background-position: center;
	padding-left: 5px; /* sert uniquement pour Internet Explorer */
}

#recherche{	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background: #eee url("../gif/search.gif") no-repeat 0px center;
	padding-left: 18px;
	width: 89px;}
#recherche:focus {background: #fff url("../gif/search.gif") no-repeat 0px center;}

.recherche_quoi{
	font-style: italic;
	color: Olive;
}


