/* ------------------------------

			Environnement Web
			Tous droits réservés

------------------------------ */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #c8d20a;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: center; /* compatibilité avec IE 5 */
}

h2 {
	font-family: Verdana, sans-serif;
	font-weight: bolder;
	font-style: italic;
	font-size: 15px;
	color: #005521;
	margin: 16px 0 6px 0;
}

h3 {
	font-family: Verdana, sans-serif;
	font-weight: bolder;
	font-style: italic;
	font-size: 12px;
	color: #000;
}

p {
	color: #000;
	margin: 8px 0;
	line-height: 18px;
}

ul, ol {
	list-style-position: inside;
}

a {
	color: #005521;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}




/* Structure globale */

#global {
	position: relative;
	width: 846px;
	margin: 20px auto 20px auto;
	background: #fff url(images/fond-global.jpg) top left repeat-y;
	text-align: left;
}

#entete {
	float: left;
	width: 331px;
	min-height: 150px;
	background: url(images/haut-entete.jpg) top left no-repeat;
}

#corps {
	float: left;
	width: 454px;
	min-height: 744px;
	background: url(images/fond-contenu.jpg) top left repeat-y;
	z-index: 100;
}

#complement {
	float: left;
	width: 60px;
	min-height: 100px;
	background: url(images/haut-complement.jpg) top left no-repeat;
}

#bordure {
	clear: both;
	position: relative;
	margin-left: 22px;
	width: 800px;
	height: 0;
	border-bottom: 1px solid #808080;
}

#anims {
	position: relative;
	height: 0;
	z-index: 100;
}

#bas-entete {
	position: absolute;
	left: -15px;
	bottom: 1px;
	width: 346px;
	height: 216px;
	background: url(images/bas-entete.jpg) bottom right no-repeat;
	z-index: 0;
}

#anim-gauche {
	position: absolute;
	top: -100px;
	left: -60px;
	width: 380px;
	height: 240px;
}

#anim-droite {
	position: absolute;
	top: -79px;
	right: -15px;
	width: 104px;
	height: 190px;
}

#mentions-legales {
	position: relative;
	top: 4px;
	margin-left: 680px;
	color: #788f1a;
}

#alerte-cookies {
	font-weight: bold;
	font-size: 14px;
	padding: 20px;
	background: #fff;
	border-bottom: 2px solid #e20000;
}


/* Structure entete */

#entete h1 {
	margin: 56px 0 0 41px;
}

#entete h1 a {
	display: block;
	width: 269px;
	height: 212px;
	background: url(images/uk/logo-algieplus.jpg);
}

#entete h1 a span {
	display: none;
}

#menu-principal {
	margin: 55px 0 0 30px;
	width: 292px;
	height: 274px;
	background: url(images/fond-menu-principal.jpg) 0 116px no-repeat;
	list-style: none;
}

#menu-solutions-collectivites {
	display: block;
	width: 143px;
	height: 116px;
	float: left;
}

#menu-solutions-collectivites a {
	display: block;
	width: 143px;
	height: 116px;
	background: url(images/uk/menu-solutions.jpg) 0 0 no-repeat;
}
#menu-solutions-collectivites a:hover {
	background-position: 0 -116px;
}

#menu-solutions-producteurs {
	display: block;
	width: 143px;
	height: 116px;
	float: left;
}

#menu-solutions-producteurs a {
	display: block;
	width: 143px;
	height: 116px;
	background: url(images/uk/menu-solutions.jpg) -143px 0 no-repeat;
}
#menu-solutions-producteurs a:hover {
	background-position: -143px -116px;
}

#menu-centre-recherche {
	clear: left;
	margin-top: 6px;
	display: block;
	width: 152px;
	height: 80px;
	float: left;
}
#menu-centre-recherche a {
	display: block;
	width: 152px;
	height: 80px;
	background: url(images/uk/menu-recherche.jpg) 0 0 no-repeat;
}
#menu-centre-recherche a:hover {
	background-position: 0 -80px;
}

#menu-solutions-collectivites a span,
#menu-solutions-producteurs a span,
#menu-centre-recherche a span {
	display: none;
}

.menu-texte {
	float: left;
	display: block;
	height: 14px;
}
.menu-texte a {
	display: block;
	height: 14px;
	color: #87888a;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	padding-left: 12px;
	background: url(images/menu-puce.jpg) center left no-repeat;
}
.menu-texte a:hover {
	color: #005521;
}

#menu-partenaires {
	margin: 20px 0 0 6px;
}

#menu-recompenses,
#menu-infos-presse {
	margin: 5px 0 0 6px;
}
/*
#menu-infos-presse a {
	letter-spacing: -0.1em;
}
*/


/* Structure corps */

#corps #menu-institutionnel {
	height: 100px;
	background: #c8d20a url(images/menu-institutionnel.jpg) no-repeat;
	text-align: center;
}

#corps #menu-institutionnel ul {
	position: relative;
	top: 65px;
}

#corps #menu-institutionnel li {
	display: inline;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin: 0 2px;
}

#corps #menu-institutionnel li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#corps #menu-institutionnel li a:hover {
	color: #005521;
}

#corps .bandeau {
	position: relative;
	height: 258px;
}

#corps .bandeau.illustration-defaut {
	background: url(images/illustration-defaut.jpg) top left no-repeat;
}

#corps .bandeau h1 {
	position: relative;
	display: block;
	top: 226px;
	height: 32px;
	line-height: 32px;
	font-style: italic;
	font-weight: normal;
	font-size: 22px;
	padding-left: 46px;
	color: #fff;
}

#corps .bandeau h1 span {
	display: none;
}

#corps .bandeau h1.titre-defaut {
	background: #015521 url(images/titre-defaut.jpg);
}

#corps .bandeau h1.titre-defaut span {
	display: block;
}

#contenu li {
	list-style-position: inside;
}


/* Structure complement */

#complement ul {
	position: relative;
	top: 69px;
	left: 2px;
	list-style-position: outside;
	list-style: none;
}

#btn-langue-uk,
#btn-langue-fr {
	display: block;
	width: 33px;
	height: 22px;
	margin-bottom: 7px;
	background: url(images/pictos-complement.jpg);
}
#btn-langue-fr {
	background-position: -33px 0;
}

#btn-accueil {
	display: block;
	width: 31px;
	height: 33px;
	margin: 0 0 8px 2px;
	background: url(images/pictos-complement.jpg) -2px -29px;
}
#btn-accueil:hover {
	background-position: -33px -29px;
}

#btn-contact {
	display: block;
	width: 31px;
	height: 33px;
	margin: 0 0 8px 2px;
	background: url(images/pictos-complement.jpg) -2px -70px;
}
#btn-contact:hover {
	background-position: -33px -70px;
}

#btn-telechargement {
	display: block;
	width: 31px;
	height: 33px;
	margin: 0 0 8px 2px;
	background: url(images/pictos-complement.jpg) -2px -111px;
}
#btn-telechargement:hover {
	background-position: -33px -111px;
}

#complement ul li a span {
	display: none;
}




/* Mise en forme du contenu */

#contenu {
	background: url(images/haut-contenu.jpg) top left no-repeat;
	padding: 27px 35px;
}

.bloc-produit {
	margin: 5px 0 10px 0;
	padding-top: 18px;
	background: url(images/bordure-bloc-produit.png) top left repeat-x;
}

.image-produit {
	float: left;
	margin-right: 13px;
	width: 122px;
}

.descriptif-produit {
	float: left;
	width: 380px
}

.bordure-desc-produit {
	width: 229px;
	padding-left: 20px;
	background: url(images/bordure-descriptif-produit.png) top left repeat-y;
}

.descriptif-produit h2 {
	margin-top: 0;
}

#cb-contact {
	margin: 14px 0 0 32px;
	width: 265px;
}

.checkbox {
	margin-right: 10px;
}

.label-checkbox {
	text-transform: uppercase;
}

.field {
	clear: both;
	width: 384px;
	padding: 5px 0;
}

.demi-field {
	float: left;
	width: 187px;
	margin-right: 10px;
}

.label {
	float: left;
	text-transform: uppercase;
	padding-top: 1px;
}

.input {
	float: right;
	border: 1px solid #8d8b8d;
	height: 14px;
	line-height: 14px;
	padding: 0 4px;
	font-size: 11px;
}

.textarea-input {
	border: 1px solid #8d8b8d;
	line-height: 14px;
	padding: 0 4px;
	margin: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.field-submit {
	clear: both;
	text-align: right;
}

.field-submit p {
	line-height: 28px;
}

.submit {
	float: right;
	width: 92px;
	height: 28px;
	margin-left: 22px;
	background: url(images/uk/btn-envoyer.jpg) no-repeat;
	border: none;
	cursor: pointer;
	z-index: 100;
}
.submit span {
	display: none;
}

.label-erreur {
	color: #c32830;
}

.input-erreur {
	border-color: #c32830;
}

.confirm-form {
	position: relative;
	border: 1px solid #12611f;
	background: #fff url(images/confirmation.png) 15px center no-repeat;
	margin: 4px 0 10px;
	padding: 5px 5px 5px 46px;
}
.confirm-form p {
	font-weight: bold;
	color: #12611f;
	text-align: center;
	font-size: 12px;
}

.erreur-form {
	position: relative;
	border: 1px solid #c32830;
	background: #fff url(images/erreur.png) 15px center no-repeat;
	margin: 4px 0 10px;
	padding: 5px 5px 5px 46px;
}
.erreur-form p {
	font-weight: bold;
	color: #c32830;
	text-align: center;
	font-size: 12px;
}

#c-organisme {
	width: 180px;
}
#c-fonction {
	width: 338px;
}
#c-nom {
	width: 134px;
}
#c-prenom {
	width: 100px;
}
#c-adresse {
	width: 313px;
}
#c-codepostal {
	width: 110px;
}
#c-ville {
	width: 136px;
}
#c-email {
	width: 132px;
	margin-bottom: 16px;
}
#c-telephone {
	width: 86px;
}
#c-message {
	width: 374px;
}
#c-code {
	height: 24px;
	width: 150px;
	padding-top: 8px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 3px;
	color: #8d8d8d;
	margin-bottom: 10px;
}

.bloc-fiche {
	border-top: 1px solid #808080;
	padding: 15px 6px 22px 72px;
	background: url(images/ico-pdf.jpg) 0 15px no-repeat;
}

.bloc-fiche p {
	margin: 4px 0 1px;
}

.bloc-fiche a {
	color: #ee383f;
	font-style: italic;
	font-size: 12px;
	text-decoration: none;
}

.bloc-fiche a:hover {
	border-bottom: 2px solid #ee3837;
}






/* Classes */

.clearer {
	clear: both;
	line-height: 0;
}

.chapeau {
	position: relative;
	/*font-weight: bold;*/
	font-size: 15px;
	color: #808080;
}

.lien {
	clear: both;
	text-align: right;
}

.lien a {
	color: #ee383f;
	font-style: italic;
	font-size: 12px;
	text-decoration: none;
}

.lien a:hover {
	border-bottom: 2px solid #ee3837;
}

.illustration {
	float: left;
	margin: 8px 12px 0 0;
}

.premier {
	background-image: none;
}

.first {
	border-top: none;
}

.dernier-h {
	margin-right: 0;
}

.sous-titre-separe {
	clear: both;
	padding-left: 2px;
	border-bottom: 2px solid #005521;
}

.asterisque {
	color: #ff1111;
}
