@charset "utf-8";
/********** hack png ie6 **********/
img, div {
	behavior: url(fileadmin/templates/lib/js/iepngfix.htc)
}
/********** general **********/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body  {
   	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	background: #74829D url(../../img/body-background.jpg) repeat-x;
	text-align: center; /* to center #page in IE6 */
}
#page {
	width: 956px;
	margin: auto;
	color: #5A606E;
   	background: #FFF url(../../img-production/photo1-background.jpg) center top no-repeat;
	text-align: left;
}
#page .clearfloat { /* cette classe doit Ãªtre placÃ©e pour un Ã©lÃ©ment div ou break et doit Ãªtre l'Ã©lÃ©ment final avant la balise de fin d'un conteneur qui doit contenir entiÃ¨rement un Ã©lÃ©ment flottant */
   	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#page a {
	text-decoration: none;
}
#page a:hover, #page a:hover img {
	opacity: 0.7;
}
#page li {
	list-style: none;
}
.text-align-right {
	text-align: right;
}
.color-red {
	color: #CC4C33 !important;
}
.line {
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	background-color: #C8CDD8;
	margin: 10px 0;
	padding: 0 !important;
}
/********** #header **********/
#page #header {
	background: url(../../img/header-background.png) repeat-x;
	height: 200px;
}
#page #header #logo-presence-verte {
	position: absolute;
	width: 138px;
	height: 164px;
	margin-top: 52px;
}
#page #header h1 {
	padding: 8px 20px;
   	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	text-align:right;
	line-height: 22px;
}
#page #header .box.red {
	width: 163px;
	margin-left: 780px;
}
#page #header .box.red .top {
	height: 11px;
	background: url(../../img/box-red-top.png);
}
#page #header .box.red .int {
	background: url(../../img/box-red-repeat-y.png) repeat-y;
	font-size: 14px;
	color: #FFF;
	padding: 0 11px 4px 6px;
	line-height: 18px;
}
#page #header .box.red .bottom {
	height: 11px;
	background: url(../../img/box-red-bottom.png);
}
#page #header .box.red h3 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
#page #header .box.red p {
	font-size: 14px;
	text-align: center;
	color: #FFF;
}
#page #header .box.red a {
	color: #FFF;
}
/********** #menu **********/
#page #menu {
	padding-right: 5px;
}
#page #menu li {
	float: right;
	position: relative;
	line-height: 22px;
	padding: 0 8px;
	border-right: 1px solid #D6DAE2;
	color: #74829D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
#page #menu li#last-item {
	border: none;
}
#page #menu li#last-item ul {
	margin-left: -60px;
}
#page #menu li a {
	color: #74829D;
	display: block;
}
#page #menu li ul {
	display: none;
	position: absolute;
	width: 130px;
	background-color: #FFF;
	border: 1px solid #D6DAE2;
	padding: 4px 10px;
}
#page #menu li li a {
	width: 130px;
}
#page #menu li:hover ul {
	display: block;
	z-index:100;
}
#page #menu li li {
	float: none;
	line-height: 1.1em;
	padding: 0 0 8px;
	border: none;
	font-size: 0.8em;
}
/********** #ariane **********/
#page #ariane {
	line-height: 20px;
	height: 20px;
	margin: 0 15px 10px 15px;
	padding: 10px 0 4px 0;
	clear: both;
	border-bottom: 1px solid #C8CDD8;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#page #ariane a {
	font-style: italic;
	color: #74829D;
}
#page #picto-print, #page #picto-font-bigger, #page #picto-font-smaller {
	display: block;
	width: 24px;
	height: 20px;
	float: right;
	margin-left: 6px;
}
#page #picto-print {
	background-image: url(../../img/picto-print.gif);
}
#page #picto-font-bigger {
	background-image: url(../../img/picto-font-bigger.gif);
}
#page #picto-font-smaller {
	background-image: url(../../img/picto-font-smaller.gif);
}
#page #picto-print:hover, #page #picto-font-bigger:hover, #page #picto-font-smaller:hover {
	background-position: 0 -20px;
}
/********** #main **********/
#page #main a {
	color: #CC4C33;
}
#page #main h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #CC4C33;
	padding-bottom: 6px;
}
#page #main h1 {
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #CC4C33;
	padding-bottom: 20px;
}
/********** formulaires **********/
#main form {
}
#main form fieldset {
	border: 0;
}
#main form legend {
	font-weight: bold;
	color: #74829D;
	line-height: 3em;
	font-size: 14px !important;
}
#main form label {
	float: left;
	width: 260px;
	font-weight: bold;
	height: 1.4em;
	text-align: right;
	padding-right: 5px;
	font-size: 12px !important;
}
#main form input, #main form textarea {
	width: 260px;
	margin-bottom: 6px;
	height: 1.4em;
	background-color: #F2F2F2;
	border: 1px solid #C8CDD8;
}
#main form select {
	margin-bottom: 6px;
	height: 1.8em;
	background-color: #F2F2F2;
	border: 1px solid #C8CDD8;
}
#main form textarea {
	height: 200px;
}
#main form .powermail_submit {
	width: auto;
	cursor: pointer;
	margin-left: 265px;
	height: 2em;
	background-color: #74829D;
	border: 1px #74829D solid;
	color: #FFFFFF;
}
#main form .powermail_radio {
	display: block;
	float: none;
	width: 1em;
	border: 0;
	background-color: #FFFFFF;
}
/********** #footer-in **********/
#page #footer-in {
	clear: both;
}
/********** #footer-out **********/
#page #footer-out {
   	background-color: #74829D;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	font-size: 0.8em;
}
#page #footer-out a {
	color: #FFF;
}

