html, body
{
	color: #000000;
	background: none;
	margin: 0 auto;
	font: 0.9em "Verdana,Arial,sans-serif";
	padding: 0 auto;
}

html {
	background: #E97310 url("../img/fond_ter.png") center top repeat-y;
}

/* **************************************************************************************************** */

#header {
	color: #000000;
	background: #E97310 url("../img/headertest.png") center top no-repeat;
	height: 240px;
	margin: 0px auto;
	padding: 0px;	
	position: relative;
}

#page
{
	color: #000000;
	background: none;
	width: 980px;
	height: auto;
	min-height: 1250px;
	margin: 0px auto; 
	padding: 0px;
	position: relative;
	overflow: auto;
	top: -45px;
}

#contenu
{
	color: #000000;
	background: none;
	width: 69%;
	height: auto;
	margin: 0px auto;
	padding: 1%;	
	position: relative;
	float: left;
}

#onglets
{
	color: #000000;
	background: none;
	width: 26%;
	height: auto;
	margin: 0px 9px 0px 0px;
	padding: 1%;
	position: relative;
	float: right;
}

#conteneur {
	color: #000000;
	background: none;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

#conteneur ul.menu {
	background: none;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	z-index:2;
	position: relative;
	top: -63px;
	left: -58px;
}

#conteneur ul.menu li {
	display: inline;
	margin: 0px 0.3em;
	padding: 0px;
}

#conteneur a
{
	color: #DB4902;
	font-weight: bold;
	text-decoration: none;
}

#conteneur a:hover
{
	color: #DB4902;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

#conteneur a:active
{
	color: #DB4902;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

#conteneur a.empty
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#conteneur a.empty:hover
{
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

#conteneur a.empty:active
{
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

#conteneur a.h3
{
	color: #DB4902;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14px;
	text-decoration: none;
}

#conteneur a.h3:hover
{
	color: #DB4902;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14px;
	text-decoration: none;
}

#conteneur a.h3:active
{
	color: #DB4902;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14px;
	text-decoration: none;
}		
		
.suggestionsBox {
    position: relative;
    left: 15px;
    margin: 10px 0px 0px 0px;
    width: 150px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px solid #ccc;
    color: #000;
}

.suggestionList {
    margin: 0px;
    padding: 0px;
}

.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}

/* **************************************************************************************************** */

/* ===== Images ===== */
/* Image flottante à gauche */
.floatleft
{
	float: left;
	margin: 0px 8px 0px 0px;
	vertical-align: text-center;
}

/* Image flottante à droite */
.floatright
{
	float: right;
	margin: 0px 0px 0px 8px;
	vertical-align: text-top;
}

h2 { 
	color: #472F20; 
	font-weight: bold; 
	font-size: 18px;
	margin: 0px 0px 6px 0px;
	text-align: center;
}

h3 { 
	color: #DB4902; 
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14px;
	border-bottom: 1px #DB4902 dotted;
	border-top: 1px #DB4902 dotted;
	margin: 0px 0px 3px 0px;
	padding: 1px 1px 1px 1px;	
}

h3.itw { 
	color: #DB4902;
	font-variant: normal;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px #DB4902 dotted;
	border-top: 1px #DB4902 dotted;
	margin: 0px 0px 3px 0px;
	padding: 1px 1px 1px 1px;	
}

h3.agenda { 
	color: #DB4902; 
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: 0px;
	font-size: 14px;
	margin: 0px 0px 3px 0px;
	padding: 1px 1px 1px 1px;	
}

h3.agendatop { 
	color: #DB4902; 
	font-weight: bold;
	font-variant: small-caps;
	border-top: 0px;
	border-bottom: 0px;
	font-size: 14px;
	margin: 0px 0px 3px 0px;
	padding: 1px 1px 1px 1px;	
}

p#photographes
{
	min-height: 75px;
	border: 0px 0px 0px 0px;
}

div.news_accueil {
	margin: 0;
	padding: 0;
	min-height: 135px;
	list-style: none;
}

input.search {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;	
	-khtml-border-radius:4px;
	background-color: #EEEBAC;
	border: 1px solid #999999;
	color: #000000;
}

textarea  {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;	
	-khtml-border-radius:4px;
	background-color: #EEEBAC;
	border: 1px solid #999999;
	color: #000000;
}

label {
    vertical-align: top;
}

hr {
	border: 1px #DB4902 dotted;
}

select.search {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;	
	-khtml-border-radius:4px;
	background-color: #EEEBAC;
	border: 1px solid #999999;
	color: #000000;
}

/* Champs Input submit */

input[type=submit].search{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;	
	-khtml-border-radius:4px;
	background-color: #EEEBAC;
	border: 1px solid #999999;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
}

/* Meme chose mais au passage de la souris */
input[type=submit].search:hover{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;	
	-khtml-border-radius:4px;
	background-color: #EEEBAC;
	border: 1px solid #999999;
	color:#DB4902;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}

