/*
####
### Elements et attributs principaux
####
*/

body
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(../images/fond.jpg) repeat-x top;
	background-color: #fff;
	text-align: center;
	font-size: 12px;
	line-height:1.5em;
	font-family: "Lucida Grande", Arial, sans-serif;
}

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

a:hover
{
	color: #000;
}

form
{
	display: inline;
}

input, select, textarea
{
	font-size: 14px;
	font-family: tahoma, verdana, arial;
	border: 1px solid #888;
	color: #222;
}

input[type=submit],input[type=button]
{
	border: 1px solid #888;
	border-left: 2px solid #888;
	background-color: #eee;
	font-weight: bold;
	color: #555;
}

input[type=submit]:hover,input[type=button]:hover
{
	border-left: 2px solid #444;
	cursor: pointer;
}

/*
####
### Elements conteneurs / du design principaux
####
*/

#header
{
	width: 1000px;
	height: 180px;
	text-align: center;
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	background: url(../images/header.png) no-repeat center top;
}

#contenu
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	z-index: 15;
	padding: 0px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer_out
{
	width: 100%;
	background-color: #f5f5f5;
	border-top: 2px solid #e1e1e1;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#footer
{
	width: 1000px;
	text-align: center;
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 25px;
}

#copyright
{
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	text-align: justify;
	width: 800px;
	line-height: 12px;
}


/* Menu */

#dolphinnav
{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px;
	height: 25px;
	width: 800px;
	margin-left: auto;
    margin-right: auto;
	z-index: 15;
}

#dolphinnav ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: auto;
	float: left;
	margin-left: 0px;
	position: relative;
	top: 70px;
	right: 100px;
}

#dolphinnav ul li
{
	position: relative;
	display: block;
	float: left;
	margin: 0px;
}

#dolphinnav ul li a
{
	font-size: 12px;
	display: block;
	float: left;
	color: #111;
	background: transparent url(../images/bouton1.png) no-repeat;
	text-decoration: none;
	padding: 0px;
	height: 25px;
	width: 121px;
	text-align: center;
}

#dolphinnav ul li a span
{
	display: block;
	padding: 5px 0px 0 0;
	height: 20px;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}

#dolphinnav ul li a:hover, #dolphinnav ul li a.current
{
	position: relative;
	top: 1px;
	color: #000;
	background: transparent url(../images/bouton2.png) no-repeat;
	font-size: 13px;
	width: 147px;
}

#dolphinnav ul li a:hover span, #dolphinnav ul li a.current span
{
	display: block;
	cursor: pointer;
	padding: 5px 0px 0 0;
}

#dolphin_inner
{
	text-align: center;
	color: #000; 
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
}

#dolphin_inner a
{
	color: #000;
	font-size: 13px;
	font-weight: bold;
}

#dolphin_inner a:hover
{
	color: #000;
}

.innercontent{
	display: none;
	text-align: center;
}

