html {
	/* font-size: 100%; */
	font-size: 10px;
}

body {
	background: #ffffff;
	/* color: #dddddd; */
	color: #222222;
	font-size: 11px;
	font: arial, verdana, sans-serif;
	width: 95%;
}

a {
	text-decoration: none;
	color: #aa8800;
	/* text-transform: uppercase; */
}

p {
	margin : 5px;
}

img:hover {
	background: transparent;
}

a:hover {
	background-color: #760404;
	color: #dddddd;
}

pre {
	overflow: auto ;
}

h4 {
	font-size:18px;
}

h1 {
	font-size:16px;
	color: #760404;
	margin : 5px;
	margin-top : 15px;
	margin-bottom: 20px;
}

h6 a {
	color: #222222;
}

h6:hover a {
	background: transparent;
	color: #222222;
	text-decoration: none;
}

h6:hover {
	/*font-size:1.3em;*/
	font-variant: small-caps;
	border-bottom: 1px solid #760404;
}

h6:first-letter {
	font: verdana, arial, sans-serif;
	font-size: 14px;
	color: #760404;
}

h6 {
	font-size:12px;
	border-bottom: 1px solid #760404;
}

img {
	border: 0px;
}




/* menu */
#menu dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*text-decoration: underline;*/
}

#menu {
	position: absolute;
	top: 100;
	left: 25;
	z-index:100;
	width: 100%;
	background: transparent;
}

#menu dl {
	float: left;
	width: 10em;
	margin: 0 1px;
}

#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}

#menu dd {
}

#menu dl:hover {
	font-size: 10px;
}

#menu li {
	text-align: center;
	background: #760404;
}

#menu li a, #menu dt a {
	color: #fff;
	text-decoration: none;
	text-transform: none;
	display: block;
	height: 2.2em;
	border: 0 none;
}

#menu li a:hover, #menu dt a:hover {
	background: #5a5a5a;
}

#menuactif {
	color: #760404;
	font-style: italic;
	
}


.envoyez {
text-indent:80px;
color: #ff8700;
width:262px;
height:50px;
border:none;
background: transparent url(img/envoyez.png) no-repeat center center;
}

input {
height:30px;
background-color:transparent; 
border: 1px solid #5c8940;
font-size: 120%;
}

.godon {
border: 0px;
width: 262px;
height: 50px;
}

textarea {
background-color:transparent; 
border: 1px solid #5c8940;
font-size: 120%;
}



#all {
	margin-left: 20px;
}

#header {
	/*background: url(fond_header.png) repeat-x;*/
	height: 95px;
}

#banniere {
	background: url(ban.png) no-repeat;
	text-align: right;
	color: #760404;
	font-weight: bold;
}

#contenu {
	/*border: 1px solid #5a5a5a;*/
	border-bottom: 1px solid #5a5a5a;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	background: url(img/bkgaccueil.png) no-repeat 50px 30px;
	background-attachment: fixed;
	text-decoration: none;
}

#contenu table {
	padding-left: 20px;
	padding-right: 25px;
	font-size: 11px;
}

#contenu ol li {
	padding-bottom: 11px;
	list-style-image: none;
	list-style-type: decimal;
}

#contenu ul li {
	list-style-image: url(img/ul.png);
	list-style-type: disc;
	padding-bottom: 11px;
}
#contenu ul {
	padding-left: 25px;
	padding-top: 20px;
}


.note {
	font-style: italic;
	font-size: 10px;
	text-align: center;
}

.note2 {
	font-style: italic;
	font-size: 10px;
	text-align: left;
}

.accueil img:hover{
	width: 90%;
	/*height: 102%;*/
}

.tabaccueil td {
	padding: 10px;
	width : 50%;
}

.tabaccueil td p {
	position:relative; 
	padding-right:140px;
	z-index: 1;
}

.tabaccueil td p img {
	position:absolute; 
	right:0;
	width: 125px;
	z-index: 2;
}



#footer {
	color: #760404;
	font-size: 9px;
	text-align: center;
	margin-top: 5px;
}


