/*
	CSS par Akmotte www.akmotte.fr
*/

html,body {
    height: 95%;
}

body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

#wrapper {
    min-height: 95%;
    overflow: hidden;   
}

* html #wrapper {
    height: 95%;
}

.container1 {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.container2 {
    width: 765px;
    margin: 0 auto;
    position: relative;
}

.animation {
    width: 1000px;
    height: 240px;
    margin: 0 auto;
    position: relative;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

a {
    color: #ffb453;
    text-decoration: none;
}

a:hover {
    background: #ffb453;
    color: #fff;
}

.clear {
    float: none;
    clear: both;
    overflow: hidden;
}

h3 {
    font-size: 18px;
    line-height: 20px;
    color: #ffb453;
    font-weight: normal;
    padding: 0 25px;
}

h3 span {
    padding: 0 0 0 5px;
    font-size: 12px;
}

h3 span a {
    color: #66c7ff;
}

h4 {
    font-size: 13px;
    line-height: 1.3em;
    color: #505050;
    font-weight: normal;
    padding: 0 25px;
}

h5 {
    font-size: 11px;
    line-height: 20px;
    color: #05a6ff;
}

/* Header
--------------------------------------------------------------------- */
#header {
    height: 100px;
    width:1000px;
    margin-left: auto;
    margin-right : auto;
}

#header #menu {
    height: 16px;
    padding: 0px 0 0 0;
    float:right;
    font-size: 11px;
    color: #ffb453;
}

#header h1 {

    height: 36px;
    float: left;
    margin: 0px 0px 0 0;
}

#header h1 a {
    display: block;
    height: 36px;
    text-indent: -999em;
    background: none !important;
}

#header h2 {
    margin: 37px 0 0 10px;
    float: left;
    font-size: 36px;
    color: #ffb453;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
}

/* Content
--------------------------------------------------------------------- */
#pub
{
	width:auto;
	float:left;
	position:absolute;
}

#content 
{
	border-top: 1px dotted #ffb453;
    background: url(../images/bg_contenu.jpg) repeat-x;
    padding: 45px 0 25px 0;
    margin: 0 0 240px 0;
    min-height: 200px;
    overflow: hidden;
    width:1000px;
    margin-left: auto;
    margin-right : auto;
}

#content2 
{
	border: 1px dotted #ffb453;
    padding: 0px 0 0px 0;
    margin: 0 0 0px 0;
    min-height: 200px;
    overflow: hidden;
    width:640px;
    margin-left: auto;
    margin-right : auto;
}

#content3
{
	border-top: 1px dotted #ffb453;
    background: url(../images/bg_contenu.jpg) repeat-x;
    padding: 0px 25px 25px 25px;
    margin: 25px 0px 0px 0;
    min-height: 200px;
    overflow: hidden;
    width:640px;
    margin-left: auto;
    margin-right : auto;
}

#content3 td
{
	color:#ffb453;
}

#minilien
{
	font-style:italic;
}

#minilien img
{
	border: 1px solid #ffb453;
}

#minilien a
{
	background-color:#ffffff;
}

#minilien img:hover
{
	border: 1px dotted #ffb453;
}

.buttons {
    color: #767676;
    font-size: 12px;
}

.buttons a {
    margin: 0 0 0 10px;
}


.static {
    padding: 10px 25px 5px 25px;
}

/* Textes
--------------------------------------------------------------------- */
.splitform {
    width: 49%;
    float: left;
}

.splitform.full {
    width: 100%;
}

h3.static {
    padding: 0 0 15px 0;
    margin: 0 25px;
}

.splitform div {
    overflow: hidden;
}

.splitform fieldset {
    border: 2px solid #70b85d;
    padding: 25px;
    margin: 5px 10px 5px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.splitform.right fieldset {
    margin: 5px 0 5px 10px;
}

.nofieldset {
    padding: 52px 0 5px 10px;
}

.splitform legend {
    color: #70b85d;
    font-weight: bold;
}

.splitform label {
    display: block;
    float: none;
    padding: 10px 0 0 4px;
    width: 100%;
    clear: both;
    line-height: 25px;
    font-size: 13px;
    color: #666;
}

.splitform label.in {
    float: left;
    width: auto;
    clear: none;
}

.splitform label.first {
    padding: 0 0 0 4px;
}

.splitform label span {
    font-size: 11px;
    line-height: 25px;
    padding: 0 15px;
    color: #aaa;
    float: right;
}

.splitform input.in {
    float: left;
    margin: 15px 6px 0 4px;
}

.splitform .text {
    display: block;
    clear: both;
    float: none;
    width: 99%;
    border: 1px solid #ddd;
    font-size: 15px;
    color: #555;
}

.splitform .big {
    height: 300px;
}

.splitform p {
    font-size: 13px;
    line-height: 1.4em;
    margin: 0 0 15px;
    color: #666;
}

.splitform ul {
    font-size: 13px;
    color: #666;
    line-height: 1.4em;
    list-style: disc;
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
}


/* pied
--------------------------------------------------------------------- */
#pied {
    margin: -240px 0 0 0;
    padding: 20px 0 0 0;
    height: 240px;
    font-size: 11px;
    color: #8c8c8c;
    overflow: hidden;
    clear: both;
    width:1000px;
    margin-left: auto;
    margin-right : auto;
}

#pied2 {
    margin: 0px 0px 0 0;
    padding: 20px 0px 0px 0px;
    height: 74px;
    font-size: 11px;
    color: #8c8c8c;
    overflow: hidden;
    clear: both;
    width:640px;
    margin-left: auto;
    margin-right: auto;
}

#ami img
{
	display:none;
	border:0px;
	width:166px;
	height:54px;
	background:none;
}

#ami
{
	width:166px;
	height:54px;
	float:left;
	background-image:url(../images/bn_ami1.jpg);
	
}

#ami:hover
{
	background:none;
	background-image:url(../images/bn_ami2.jpg);

}

#contact img
{
	display:none;
	border:0px;
	width:166px;
	height:54px;
	background:none;
}

#contact
{
	width:166px;
	height:54px;
	float:left;
	background-image:url(../images/bn_contact1.jpg);
	
}

#contact:hover
{
	background:none;
	background-image:url(../images/bn_contact2.jpg);

}

#pied #menu {
    height: 30px;
    padding: 15px 0 0 0;
    text-align: right;
    font-size: 11px;
    color: #05a6ff;
}

#pied p {
    float: right;
    padding: 0px 0 0 0;
    line-height: 20px;
}

#pied2 p {
    float:right;
    padding: 0px 0px 0px 0px;
    line-height: 20px;
}
