/*********************************************
	Graphic Design and CSS by EmaGraphik
	
	Copyright 2009 
	www.emagraphik.com
	All rights reserved
	
*********************************************/

/* GENERAL
*********************************************/
* {
margin:0;
padding:0;
background: transparent;
font-size : 1em;
}
.access {
display: none;
}
.hidden {
visibility: hidden;
}
.clear {
clear: both;
}
.spacer {
visibility: hidden;
height:0;
margin-top: 2em;
}
.left {
float: left;
}
.right {
float: right;
}
img {
border: 1px solid #a6abb2;
margin:1em 0;
}
img.left {
margin:0 1em 0 0;
}
p, ul, dl, ol {
margin:0 0 1em 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size:76.01%;
}
em {
font-style:normal;
}
/********/

.bloc {
display: block;
width:40%;
}

/* COLORS
*********************************************/

/* Dark Gray */
*,
ul#submenu a {
color : #202733;
}

/* Orange */
a,
h2,
ul#submenu a:hover,
ul#submenu li.actif a,
.rub01 #home h3,
cite {
color : #e18b04;
}

/* Green */
a.externallink,
h3,
.rub01 em,
.annexe p { 
color : #b1a106 ;
}

.rub01 div#home div p {
color: #87891b;
}
/* Dark Brown */
ul#menu a {
color: #3f2702;
}

/* Blue */
.rub01 h3,
p.def {
color: #3a5789;
}

/* LAYOUT
*********************************************/
html {
border-top : 3px solid #f38503;
background: #a6abb2 url(images/layout/html.png) repeat 0 0 ;
}
body {
border-top : 1px solid #fff;
background: url(images/layout/body.png) repeat-x 0 0;
}
div#wrapper {
position: relative;
width: 830px;
margin:0 auto;
border-left:1px solid #fff;
border-right:1px solid #fff;
background: #eaeff5 url(images/layout/header.jpg) no-repeat -1px 0;
}
h1#top a  {
display: block;
width: 100%;
height:150px; 
text-indent: -9999px;

}

ul#menu {
width: 100%;
margin:0 auto;
height:30px;
text-align: center;
background: #f38503;
border-top: 1px solid #ffcd02;
border-bottom: 1px solid #ffcd02;
}
ul#menu li {
display: inline;
padding:0 0.4em;
}
ul#menu a {
text-transform: uppercase;
line-height: 30px;
font-weight: bold;
font-size:0.8em;
}
ul#menu a:hover,
ul#menu li.actif a {
color: #fff;
}

div#content {
float:right;
width:480px;
padding: 0 2em 1em 0;
}
.rub01 div#content {
width:710px;
padding:0 60px;
}
.rub01 p {
margin: 0 0 0.5em 0;
}
.rub01 ul {
margin:-0.3em 0 0.5em 0;
}
.rub01 div#home {
padding:2em 0;
}
.rub01 div#home div {
width:300px;
}
div.left {
padding-right:1.5em;
}
div.right {
padding-left:1.5em;
}
.rub01 div#home div p,
.rub01 div#home div h3 {
font-size:1.4em;
}
.rub01 div#home li p {
margin: 0;
}
.rub06 div#content {
min-height:438px;
}
ul#submenu,
address,
.annexe {
position: absolute;
top:182px;
left:0;
width:220px;
min-height:438px;
padding:20px;
background: url(images/layout/body.png) repeat-x 0 0;
/*
background: url(images/layout/left.jpg) no-repeat top right;*/
}
.annexe p {
padding:2em 0;
font-size:1.2em;
font-weight: bold;
}
address {
padding-top:4em;
font-style: normal;
font-weight:bold;
}

ul#submenu a {
line-height:1.5em;
font-weight: bold;
}

/* Box Fix Width */

cite {
font-size:2em;
font-style: normal;
font-weight:bold;
display: block;
margin:2em  0;
text-align: center;
}
/*.boxfix {
width: 700px;
position:relative;
margin:25px 0;
}
.boxfix ,
.boxfix .boxcontent {
position:relative;
float:left;
background: url(images/layout/box.png) no-repeat 0 0;
}
.boxfix .boxcontent {
top:25px;
padding:0 25px 25px 25px;
background: url(images/layout/box.png) no-repeat 0 100%;
}*/

ul#footer {
width:810px;
padding:100px 20px 0 0;
background: #3a5789 url(images/layout/footer.jpg) repeat-x 0 0;
margin:0 auto;
height: 100px;
text-align: right;
}
ul#footer li {
display: inline;
padding:0 0.5em;
border-right:1px solid #6980a9;
}
ul#footer li:last-child {
border-right:none;
}
ul#footer a,
ul#footer li {
color:#fff;
font-size:90%;
}
ul#footer p {
display: block;
}

/* HEADINGS
*********************************************/
h2 {
margin: 2em 0 ;
font-size:1.6em ;
}
h3,
.rub01 ul#home li h3 {
margin:1.5em 0 0.4em 0;
font-size:1.2em;
font-weight: bold;
}
h2 span {
font-size:1em;
font-weight:normal;
display:block;
}
h3 span {
font-size:1em;
font-weight:normal;
display:block;
}

/* LINKS
*********************************************/
ul#menu a,
ul#submenu a {
text-decoration: none;
}
a:hover {
text-decoration: none;
}

/* LISTS
*********************************************/
ul {
list-style: none outside;
}
#content ul {
list-style: url(images/layout/ul.png);
margin:0 0 0 3em;
}
#content form ul {
list-style-image: none!important;
}

/* CONTACT FORM
*********************************************/
form {
margin: 2em 0 ;
border: none;
width:250px;
}
div#content form ul {
list-style: none outside;
}
form li {
margin:0 0 1em 0;
}
legend {
display: none;
}
label:hover,
input {
cursor: pointer;
}
fieldset {	
border: none;
}
input,
textarea {
width: 250px;
padding:0.2em;
border:1px solid #a6abb2;
}
input {
background:#fff;
}
input:focus,
textarea:focus {
border:1px solid #e18b04;
}
textarea {
background:#fff;
overflow:auto!important;
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
}
#form_footer {
text-align: right; 
}
#form_footer input {
width:auto!important;
padding:0.3em 0.5em;
margin:0 0 0 0.5em;
border:1px solid #a6abb2!important;
}
#form_footer input:hover {
width:auto!important;
background:#e18b04;
}

