body {
	background-color: #fff;
	color: #333;
}
#logo {
	margin-top: 0.2em;
	margin-left: 0.2em;
	position: static;
}

img {
	border: none;	
}

.img {
	border: 1px solid #666666;
}

form {
	margin: 0.6em;
	padding: 0.4em;
}

.input {
	width: 500px;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

.select {
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

.input:focus {
	background-color:#FFF7E6;
}

.bouton {
	width: 500px;
	margin: 0.5em;
	text-align: center;
}

.titre_gal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #999999;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

textarea {
	width: 500px;
	height: 250px;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

textarea:focus {
	background-color:#FFF7E6;
}

#newsletter {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 9pt;
	color: #FFF;
	background-color: #369;
	position:absolute;
	right:6%;
	text-align: center;
	top: 0;
	width:25em;
	border: 3px solid #CCC;
}

#newsletter input {
	padding: 2px;
}

#newsletter input:focus {
	background-color:#FFF7E6;
}

#newsletter form {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

#label label {
	line-height: 2em;
}

/*Début du menu*/
#menu {
	width: 19%;
	left:1%;
	top:110px;
	position: absolute;
	overflow:hidden;
}

#sohier h2, #divers h2, #webs h2{
	background-color: transparent;
	color: #369;
	border-color: #f90;
	border-style: solid;
	border-width: 0 0 3px 0;
	font-size: small;
	font-weight: 700;
	margin: 0;
	padding-left: 0em;
	text-transform: uppercase;
}

#sohier h2:first-letter, #divers h2:first-letter, #webs h2:first-letter {
	color: #f93;
	background-color: transparent;
	font-size: medium;
}

#sohier ul, #divers ul, #webs ul {
	margin-bottom:0.5em;
	margin-top:0.5em;
}

#sohier li, #divers li, #webs li {
	display:inline;
	list-style:none;
}

#sohier a, #divers a, #webs a {
	color:#f60;
	background-color:transparent;
	display:block;
	font-weight:400;
	margin-left:-3em;
	padding-left:0.5em;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#sohier a:hover, #divers a:hover, #webs a:hover {
	color:#f30;
	background-color:#FFDFBF;
	display:block;
	font-weight:400;
	margin-left:-3em;
	padding-left:0.5em;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#sohier a:active, #divers a:active, #webs a:active {
	color:#FFFFFF;
	background-color:#666666;
	display:block;
	font-weight:400;
	margin-left:-3em;
	padding-left:0.5em;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

/*Fin du menu*/

/* Début pages intérieures */
#contenu {
	color:#666666;
	background-color:#f5f8fc;
	border:1px solid #69c;
	line-height:150%;
	margin:0 1em 20px 21%;
	padding:0 1% 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: 100;
	text-align: justify;
}

#contenu h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:transparent;
	color:#336699;
	font-size:large;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #369;
	line-height: 2em;
}

#contenu h2:first-letter {
	color:#f93;
	font-size: 1.7em;
}

#contenu h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:transparent;
	color: #39c;
	font-size:small;
	line-height: 2em;
}

#contenu p:first-letter {
	color: #000033;
	font-size: 20pt;
	padding-right: 0.1em;
}

#contenu a {
	color:#f60;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	text-decoration: underline;
}

#contenu a:hover {
	color:#f30;
	background-color:#FFDFBF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	text-decoration: underline;
}

#contenu a:active {
	color:#fff;
	background-color:#666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	text-decoration: underline;
}

#contenu blockquote {
	background-color: #fff;
	font-family:"Courier New", Courier, mono;
	font-size: 9pt;
	text-decoration: none;
	border: 1px dotted #369;
	margin: 1em;
	padding: 0.5em;
}

#copyright {
	color:#666666;
	background-color:#f5f8fc;
	border:1px solid #69c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: 100;
	text-align: center;
	margin:1em 1em 20px 21%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;

}

table {
	border: 1px solid #999999;
}

.tete {
	background-color: #CCCCCC;
}

.tete_col {
	padding: 0.2em;
	text-align: center;
}

.col1 {
	width: auto;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	padding-right: 0.7em;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;	

}

.col2 {
	padding: 0.2em;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;	
}

.col3 {
	padding: 0.2em;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;	
}

.new {
	padding: 0.4em;
	color:#f30;
	background-color:#FFDFBF;
}
/*Fin page intérieures*/

/*Debut décoration*/
acronym {
	cursor: help;
}

.inline {
	display: inline;
	margin: 0.5em;
}

#mess {
	color: #666;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px dotted #369;
	margin: 0.5em;
	padding: 0.5em;
}

/*Fin décoration*/
