body {
	font: 70%/130% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #E7D79C;
	margin: 0px;
	padding: 0px;
}
a, strong a {
	color: #7b0000;
	text-decoration:none;
	outline: none;
}
a:visited {
	color: #7b0000;
	text-decoration: none;
}
a:hover {
	color: #E7D79C;
	text-decoration: none;
}
img {
	margin: 0px 0px 5px;
	border: none;
}
p {
	margin: 0px 0px 12px;
}

h1 {
	margin: 0px 0px 2px;
	color: #7b0000;
	border-bottom: 1px dashed #A9B96C;
	font: normal 170%/100% "Trebuchet MS", Arial, sans-serif;
	padding-bottom: 2px;
	
}
form {
	display:inline;
	margin:0px;
	padding:0px;
}
#body {
	width: 924px;
	margin: 0px auto;
	padding-bottom: 10px; 
}


/* HEADER */
#header {
	background: #E7D79C url(http://www.corroboree.fr/files/images/corroboree.jpg) no-repeat;
	width: 924px;
	height: 180px;
	position: relative;
	margin: 0px auto;
}
#headerimg {
	position: relative;
	padding: 50px 0px 0px 40px;
	height: 60px;
}

/* HAUT DU BANDEAU HAUT */
#addthis {
	padding: 0px 0px 0px 799px;
}


/* CADRE */
code {
	font: 8pt "Courier New", Courier, monospace;
	margin: 5px 15px 5px 5px;
	padding: 10px;
	margin-bottom: 15px;
	display:block;
	border: 1px dashed #818181;
}
.bleu   {background-color: #f0f9ff;}
.orange {background-color: #F7EECC;}
.vert   {background-color: #D9F0AC;}


/* CONTENEURS */
#gauche {
	float: left;
	width: 210px;
}
#droite {
	float: right;
	width: 700px;
}
.saut {
	margin-top: 12px;
}


/* MENU */
#menu a {color: #000000;}
#menu a:visited {color: #000000;}
#menu a:hover {
	color: #7B0000;
	font-style: italic;
	padding-left: 10px;
}
.menu-liste {
	margin: 0 0 -8px 0; 
	padding: 0;
	list-style-type: none
}
.menu-liste li{
	margin: 0 0 0 10px;
	padding-right: 6px;
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	border-bottom: 1px dashed #CCCCCC;
	background: url(images/fleche1.gif) no-repeat left center;
	line-height: 160%;
	list-style-type: none
}

/* LIENS */
.liens-liste {
	margin: 0px;
	padding-right: 0px; 
	padding-left: 0px;	
	padding-bottom: 5px;	
	padding-top: 5px;
/*	font-size: 90%;*/ 
	list-style-type: none;
}
.liens-liste li {
	margin: 0px;
	padding-right: 0px; 
	padding-left: 10px; 
	padding-bottom: 0px;
	padding-top: 0px;
	background: url(images/fleche2.gif) no-repeat left center; 
	list-style-type: none
}
.liens-liste li a {color: #000000;}
.liens-liste li a:visited {color: #000000;}
.liens-liste li a:hover {
	color: #7B0000;
	font-style: italic;
	padding-left: 10px;
}

/* CONTENU */
.entry {
	clear:both;
	padding-top: 10px;
	padding-bottom: 15px;
}
.italique {font-style: italic;}
.gras     {font-weight: bold; font-style: bold;}
.rouge    {color: #7B0000;}
.grand    {font-size: 110%;}
.centrer  {text-align: center;}


/* COPYRIGHT */
#copyright {
	margin: -10px 0 0 0;
	width: 100%;
	color: #7d7d7d;
	font-size: 90%;
	padding-top: 0px;
	padding-bottom: 5px;
}

#copyright a:hover {
	color: #000000;
	text-decoration: none;
}

/* DECOR */
.termite {
	position: absolute;
	top: 40px; 
	left: 687px; 
	height: 110px;
	width: 17px;
	background: url(images/termite.gif) repeat left center;
}

/* OMBRES */
#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	padding-bottom: 10px;
}
#shadow-container .shadow1 {
	background: #ADA175;
}
#shadow-container .shadow2 {
	background: #B16C4D;
	position: relative;
	left: -1px;
	top: -1px;
}
#shadow-container .shadow3{
	background: #963627;
	position: relative;
	left: -1px;
	top: -1px;
}
#shadow-container .container {
	height: 100%;
	background: #ffffff;
	border: 1px solid #000000;
	padding: 10px;
	position: relative;
	left: -1px;
	top: -1px;
}
.inputbutton {	
	border:1px;
	background: #ffffff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	vertical-align: middle;
}
   
.inputbutton:hover {	
	color: #7b0000;
	font-style:italic;
}

.inputbutton:active {
	color: #000000;
	font-style:none;
}

