@charset "utf-8";
* {
	outline: none;
}
div.clear, span.clear {
	display: block;
	overflow: hidden;
	height: 0;
	clear: both;
}
header, section, article, nav, footer, aside, address {
	display: block;
}
address {
	font-style: normal;
}
body {
	margin: 0;
	padding: 0;
}
/* ---------------------------------------------------------- */
/* ------------------- IMAGEM DE FUNDO ---------------------- */
/* ---------------------------------------------------------- */

#bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	min-width: 1002px;
}
#bg img {
	width: 100%;
	height: auto;
}
#footer-liens {
	width: 993px;
	margin: 0 auto;
}
body.page #footer-liens {
	width: 1024px;
}
#global {
	width: 1064px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
div.shadow {
	position: absolute;
	top: 0;
	width: 20px;
	height: 763px;
	background-repeat: no-repeat;
}
div.shadow.left {
	left: 0;
	background-image: url(../imagens/icones/bord-content-left.png);
}
div.shadow.right {
	right: 0;
	background-image: url(../imagens/icones/bord-content-right.png);
}
#global-inner {
	margin: 0 20px;
	background: #fff;
}
body.page #global-inner {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
#global-container {
	background: url(../imagens/icones/bg-fade.png) repeat-x 0 348px;
	position: relative;
	min-width : 1064px;
}

/* ---------------------------------------------------------- */
/* ----------------------- header --------------------------- */
/* ---------------------------------------------------------- */

#header {
	margin-bottom: 226px;
	height: 71px;
	background: #0a7a3f;
	color: #fff;
}
#header-inner {
	margin: 0 auto;
	width: 1002px;
}
#logo-container {
	width: 32%;
	float: left;
}
#logo {
	margin: 0;
	overflow: hidden;
}
#header #logo span.titre {
	display: block;
}
#header-liens {
	float: left;
	margin-top: 40px;
	width: 46%;
}
#header-liens h2 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.7em;
}
#header-liens h2 span.couleur1 {
	display: inline-block;
	font-size: 1.8em;
	line-height: 1em;
	color: #c9d200;
}
#header-liens ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header-liens li {
	display: inline;
	margin-left: 12px;
}
#header-liens li:first-child {
	margin-left: 0;
}
#header-liens li a {
	color: #fff;
	text-decoration: none;
	font-size: 1em;
}
#header-liens li a:hover {
	text-decoration: underline;
}
/* ---------------------------------------------- */
/* ------------------- menu --------------------- */
/* ---------------------------------------------- */

#menu {
	width: 1024px;
	margin: 0 auto 15px auto;
	position: relative;
	z-index: 10;
}
/* ---------------------------------------------------------------------- */
/* ----------------------     Pesquisar      --------------------------- */
/* ---------------------------------------------------------------------- */

#caixaPesquisa {
	float: left;
	width: 22%;
	margin-top: 35px;
}
#caixaPesquisa form {
	margin: 0;
	padding: 0;
}
#caixaPesquisa form label {
	display: none;
}
#caixaPesquisa input {
	background: #5DAB82;
	padding: 0 10px;
	border: 0;
	color: #fff;
	font-weight: bold;
	width: 70%;
	line-height: 22px;
	height: 22px;
	float: left;
}
 #caixaPesquisa input::-webkit-input-placeholder {
 color: #fff;
 opacity: .8 !important;
}
#caixaPesquisa button {
	border: 0;
	background: #5DAB82 url(../imagens/icones/icone-loupe.png) no-repeat center center;
	width: 25px;
	height: 22px;
	cursor: pointer;
	text-indent: -10000px;
	float: left;
}
/* ---------------------------------------------------------- */
/* ---------------------Lateral Direita---------------------- */
/* ---------------------------------------------------------- */


#content-colonne1 {
	float: left;
	width: 794px;
}
#inner-colonne1 {
	padding-right: 20px;
}
#bloc-a-la-une {
	margin-bottom: 20px;
}
#scol-1 {
	float: left;
	width: 28%;
}
#inner-scol-1 {
	margin-top: -27px;
	padding-right: 20px;
}
/* LINKS RAPIDOS */

#bloc-en-un-clic {
	background: #ebe8ea;
}
#bloc-en-un-clic h1 {
	background: url(../imagens/icones/rato.png) no-repeat 164px 0;
	line-height: 27px;
	color: #1570a6;

	font-weight: bold;
	font-size: 2em;
	margin: 0px;
	padding:11px 0 9px 10px;
}
#bloc-en-un-clic ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#bloc-en-un-clic li {
/*	margin-bottom: 6px;*/
}
#bloc-en-un-clic li a {
	padding: 5px 30px;
	display: block;
	color: #1570a6;
	text-decoration: none;
	background: url(../imagens/icones/puce-bleue.png) no-repeat 20px 11px;
	font-size: 1.1em;
}
/* FIM LINKS RAPIDOS */


#bloc-reseaux-sociaux ul {
	margin: 25px 0 0 0;
	padding: 0;
	list-style: none;
}
#bloc-reseaux-sociaux li a {
	display: inline-block;
	line-height: 1em;
}
#bloc-reseaux-sociaux li a.newsletter {
	padding-top: 6px;
	padding-bottom: 10px;
}
#bloc-reseaux-sociaux li a.twitter {
	padding-top: 10px;
	padding-bottom: 20px;
}
#bloc-reseaux-sociaux li a.icineuilly {
	padding-top: 10px;
	padding-bottom: 20px;
}
#scol-2 {
	float: left;
	width: 37%;
}
#inner-scol-2 {
	padding-right: 20px;
}
#scol-3 {
	float: left;
	width: 35%;
}
#bloc-kiosk {
	margin-top: 60px;
}
#content-colonne2 {
	float: left;
	width: 200px;
}
/* ------------------------------------------------------ */
/* -------------------     RODAPE   --------------------- */
/* ------------------------------------------------------ */

#footer {
	background: #0a7a3f;
}
#footer-liens {
	background: #0a7a3f;
	color: #fff;
	padding-top: 24px;
	height: 40px;
}
#footer-liens ul {
	margin: 0;
	padding: 0 0 0 24px;
	list-style: none;
}
#footer-liens ul li {
	display: block;
	float: left;
	border-left: 1px solid #49ad3c;
	padding: 0 5px;
}
#footer-liens ul li:first-child {
	border-left: 0 !important;
	padding-left: 0;
}
#footer-liens ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
}
#footer-liens a {
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
}
#footer-liens ul li a:hover {
	color: #49ad3c;
}
#footer-liens a:hover {
	color: #49ad3c;
}
/* ------------------------------------------------------ */
/* -------------------  FIM RODAPE  --------------------- */
/* ------------------------------------------------------ */



/*    COLUNA ESQUERDA */

#colonne-gauche {
	float: left;
	width: 25%;
}
/* menu vertical */

#menu-vertical {
/*	padding: 22px 0;*/
	background: #ebe8ea;
}
#menu-vertical h1 {
	color: #1570a6;
	font-weight: normal;
	font-weight: bold;
	font-size: 2em;
	margin: 0px;
	padding:11px 0 9px 10px;
	/*letter-spacing: -1px;*/
/*	line-height: 1em;*/
}
#menu-vertical h1 a {
	text-decoration : none;
	display: inline-block;
	width: 100%;
	color: #fff;
	margin: 0px;
	letter-spacing: -1px;
	line-height: 1em;
}
#menu-vertical ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu-vertical ul li a {
	    display: block;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    color: #1570a6;
    font-size: 1.1em;
    /* background-image: url(../imagens/icones/puce-bleue.png); */
    /* background-repeat: no-repeat; */
    /* background-position: 25px 16px; */
    border-top: 1px solid #cccccc;
}
#menu-vertical ul li li a {
	background-image: none;
	padding-left: 37px;
	font-size: 1.4em;
}
/*seleciona menu*/
#menu-vertical li a:hover, #menu-vertical li a.selected, #menu-vertical li a.selected:hover, #menu-vertical h1 a:hover {
	background-color: #1570a6;
    color: white;
    /* background-image: url(../imagens/icones/puce-blanche.png); */
    /* text-decoration: underline; */
}
body.page #bloc-en-un-clic {
	margin-bottom: 50px;
}
body.page #bloc-reseaux-sociaux {
	margin-left: 15px;
	margin-right: 25px;
	margin-bottom: 18px;
}
/* FIM COLUNA ESQUERDA */

/* CORPO */

#corps {
	float: left;
	width: 75%;
}
#corps-header {
	background: #ebe8ea;
	/*padding: 10px 30px;*/
	margin-left: 20px;
}
/* breadcrumb navegacao*/
#navigation {
	font-size: 1em;
	/*margin-bottom: 25px;*/
	color: white;
	padding: 11px 15px 9px 15px;
    background-color: #1570a6;
	/*margin-top: 10px;*/
}
#navigation span.sep {
	padding: 0 5px;
}
#navigation strong {
	font-weight: normal;
}
#navigation a {
	/*color:#1570a6;*/
	text-decoration: none;
    color: white;
    font-weight: bold;
}
#corps-header h1 {
	color: #1570a6;
    font-size: 2.8em;
    font-weight: 700;
/*    letter-spacing: -1px;*/
    line-height: 1em;
    /* margin: 0 0 15px 0; */
    padding: 23px 15px;
}
#texte {
	padding: 20px 0 20px 20px;
	text-align:justify;
	font-size:14px;
}
#content-form {
	background: #eae8ea;
}