* {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
html, body {
	height: 100%;
}
#site {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -21px;
}
.footer, .push {
	height: 21px;
}

body {
	text-align: center;
}
#site {
	position: relative;
	width: 780px;
	font-size: 0.9em;
	margin: 0 auto -20px;
	text-align: left;
	border-left: 1px dotted #bedcda;
	border-right: 1px dotted #203d43;
	/*
	background: url(/media/img/fond.gif);
	background-position: center;
    background-repeat: repeat;
    */
}
#header {
	height: 117px;
	background-position: center;
	background: url(/media/img/header.gif) no-repeat;
}

#menu {
	height: 25px;
	width: 780px;
	background-color: #bedcda;
}

#navigation {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 760px;
	position: absolute;
	left: -200px;
	top: 80px;
	z-index: 4000;
}

/* Pour IE 6 */
* html #navigation {
    width: 760px;
	position: relative;
	top: -62px;
	z-index: 4000;
}

/* Pour IE7 */
*+html #navigation {
    width: 860px;
	position: relative;
	top: -62px;
	z-index: 4000;
}


#content {
    padding: 15px 28px 0px 28px;
}

#footer {
	position: relative;
	width: 780px;
	margin: 0 auto 20px;
	background-color: #bedcda;
}

.blank {
	width: 100%;
	height: 1px;
	clear: both;
	background-color:  transparent;
}


h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E01177;
	line-height: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	background-image: url(/media/img/bottom.gif);
	background-position: left top;
	background-repeat: repeat;
	height: 20px;
	width: 100%;
}

h2 {
    top: 10px;
    margin-left:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #665297;
	line-height: 25px;
	font-weight: bold;
	background-color: #CCCCCC;
	background-position: center center;
	padding: 3px;
	display: inline;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7f7f7f;
	text-align: justify;
	padding: 5px;
}

.intro {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	margin: 5px 0px 10px 0px;
}

.info_presentation, .info_presentation_seconde, .info_presentation_third {
    width: 230px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border: solid 1px #cccccc;
    margin-bottom: 10px;
}

#footer p {
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #ffffff;
}


img {
	margin: 0px;
	border: 0px;
}

#poucet a, #poucet a:visited, #poucet a:link {
    text-decoration: none;
    color: #203d43;
		font-size: 9px;
		font-weight: normal;
}

#poucet a:hover {
    text-decoration: underline overline;
    color: #203d43;
    font-size: 9px;
	font-weight: normal;
}

#poucet {
    font-size: 9px;
	font-weight: normal;
    margin-left: 0px;
	float: left;
}



#titre {
	margin-top: 20px;
	font-size: 16px;
	color: #203d43;
	width: 100%;
	height: 16px;
	text-align: center;
}

/* --> Divers */

#formu_submit {
	margin: 0px 0px 0px 0px;
	width: 100%
	height: 12px;
	background-color: #f1ebd8;
}

#formu_submit a, #formu_submit a:hover, #formu_submit a:visited{
	display: block;
	font-size: 12px;
	color: #b31284;
	font-weight: bold;
	text-align: right;
}