* {
	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 -60px;
}
#footer, .push {
	height: 60px;
}

body {
	text-align: center;
}
#site {
	position: relative;
	width: 760px;
	font-size: 0.9em;
	margin: 0 auto -60px;
	text-align: left;
}
#header {
	height: 154px;
	background-position: center;
	background: url(/media/img/header.jpg) no-repeat;
}

#menu {
	height: 30px;
	background-position: center;
	background: url(/media/img/menu.gif) no-repeat;
}

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

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

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


#content {
    padding: 0px;
    margin: 0px;
}

#footer {
	position: relative;
	width: 760px;
	margin: 0 auto;
	background: url(/media/img/footer.jpg) no-repeat;
}

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


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

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	line-height: 12px;
	font-weight: bold;
	background-color: #4aa8d3;
	padding: 3px;
	/*margin: 3px;*/
	width: 100%;
	display: bloc;
}

h3 {
    top: 10px;
	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 {
    padding-top: 35px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #000000;
}


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

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

#poucet a:hover {
    text-decoration: underline overline;
    color: #6d5f3b;
    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: #666666;
	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;
}

/* -- bloc information --
peut etre présent sur toutes les pages 
il va avec le div #presentation pour avoir une structure de deux bloc cote à cote
*/
#infos {
    width: 250px;
	float: right;
	margin: 0px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7f7f7f;
	background-image: url(/media/img/skylarge2.jpg);
	background-position: left top;
	background-repeat: repeat;
}

#infos p {
    text-align: justify;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #000000;
}

#infos a, #infos a:hover, #infos a:visited {
    font-size: 11px;
	color: #7f7f7f;
}

#infos h2{
    width: auto;
}
/* -- bloc presentation --
peut être présent sur toutes les pages
va avec le bloc div #info pour avoir une présentation de deux bloc cote à cote
*/

#presentation {
    width: 500px;
    height: 300px;
	float: left;
	background-color: transparent;
}

/* -- declaration de position pour le cms */
.float_left {
    float: left;
}
.float_right {
    float: right;
}

.center {
    align: center;
}