/* -----------------------------------------------------------------------

couleurs logo de la charte
	bleu: #003e63
	vert: #598307

couleurs chapitres de la charte
	1-identification : #f3af36 (foncé : #cc922a)
	2-santé du troupeau : #80bcba (foncé: #5da09e)
	3-alimentation : #91bf53 (foncé: #71983c)
	4-qualité du lait : #93beda (foncé: #6d9bb9)
	5-hygiène et bien-être : #d2a7a8 (foncé: #b78788)
	6-environnement : #b2cb3f (foncé: #9eb632)
	
----------------------------------------------------------------------- */

/* amendements blueprint screen.css */
div.prepend-mini-top, .prepend-mini-top {margin-top:10px;}

/* global */
a {
	color: #144256;
}
a:hover {
	color: #6395ab;
}

/* container */
html {
	font-size: 110%;
	background: white;
}

/* header */
header ul {
	margin: 0.1em 0 0 0;
	text-align: right;
}
header ul li{
	display: inline;
	padding: 0 0.5em;
}
header ul  li + li {
	border-left: 1px solid #666;
}
header ul li a {
	text-decoration: none;
	color: #666;
}
header ul li a:hover {
	text-decoration: underline;
	color: #666;
}
header img#devise {
	float: right;
	margin: 20px 150px;
}

/* navigation */
/*
nav ul {
	margin: 0.8em 0;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	overflow: hidden;
}
nav ul li{
	display: block;
	float: left;
	width: 300px;
	line-height: 2.3em;
	text-align: center;
}
nav ul li a {
	text-decoration: none;
	color: #666;
	font-size: 1.2em;
}*/
nav ul {
	margin: 0 0 0.8em 0;
	padding: 0;
	overflow: hidden;
}
nav li{
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	height: 25px;
	text-align: center;
	text-indent: -5000px;	
}
nav li a {
	display: block;
	margin: 0;
	padding: 0;
	height: 25px;
	text-align: center;
	text-indent: -5000px;	
}
nav li#menu-genese a {
	background: url(../img/charte-menu-sprite.png) 0 0 no-repeat;
	width: 238px;
}
nav li#menu-genese a:hover, nav li#menu-genese a#selected {
	background: url(../img/charte-menu-sprite.png) 0 -25px no-repeat;
}
nav li#menu-details a {
	background: url(../img/charte-menu-sprite.png) -238px 0 no-repeat;
	width: 287px;
}
nav li#menu-details a:hover,nav li#menu-details a#selected {
	background: url(../img/charte-menu-sprite.png) -238px -25px no-repeat;
}
nav li#menu-demarches a {
	background: url(../img/charte-menu-sprite.png) -525px 0 no-repeat;
	width: 231px;
}
nav li#menu-demarches a:hover,nav li#menu-demarches a#selected {
	background: url(../img/charte-menu-sprite.png) -525px -25px no-repeat;
}
nav li#menu-adhesion a {
	background: url(../img/charte-menu-sprite.png) -756px 0 no-repeat;
	width: 194px;
}
nav li#menu-adhesion a:hover ,nav li#menu-adhesion a#selected {
	background: url(../img/charte-menu-sprite.png) -756px -25px no-repeat;
}

/* footer */
footer ul {
	margin-top: 0.2em;
	text-align: center;
}
footer ul li{
	display: inline;
	padding: 0 0.5em;
}
footer ul  li + li {
	border-left: 1px solid #666;
}
footer ul li a {
	text-decoration: none;
	color: #666;
}
footer ul li a:hover {
	text-decoration: underline;
	color: #666;
}

/* contenu */
#content {
	margin: 0.5em 0;
}
article h1 {
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
}
article .photo {
	float: left;
	width: 230px;
	height: 186px;
	margin: 1em 1.5em;
	background: grey;
}

/* colonne annexe */
aside article {
	border: 2px dotted rgb(88,133,20);
	border-radius: 5px;
	margin-bottom: 1em;
	padding: 0.5em;
	color: rgb(88,133,20);
}
aside article h2 {
	color: rgb(88,133,20);
	font-size: 1.1em;
	font-weight: bold;
}
aside article.video {
	border: 1px solid #DDD;
	border-radius: 0;
	color: black;
}
aside article.video h2{
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
}
aside article.video div.video {
	margin: 0 auto;
	width: 320px;
	height: 180px;
	background: grey;
}

/* contenu chapitres */
article.chapitres ul {
	list-style: none inside none;
	margin: 20px 0 0 100px;
}
aside article.memento h2 {
	background: #91bf53;
	color: white;
}
aside article.memento {
	color: black;
	/* border: 1px solid rgb(88,133,20); */
	border-radius: 15px;
	border: 0px;
	background: #91bf53;
	box-shadow: 15px 15px 15px #888;
}
div#acces-eleveur {
	margin: 4em 0 0 6em;
}
div#acces-eleveur a#je-me-teste {
	display: block;
	width: 319px;
	height: 48px;
	background: url(../img/bouton-eleveur-je-me-teste.png) no-repeat 0 0;
	text-indent: -5000px;
}
div#acces-eleveur a#je-me-teste:hover {
	background: url(../img/bouton-eleveur-je-me-teste-on.png) no-repeat 0 0;
}
div#acces-eleveur a#comment-adherer {
	display: block;
	width: 319px;
	height: 48px;
	background: url(../img/bouton-comment-adherer.png) no-repeat 0 0;
	text-indent: -5000px;
}
div#acces-eleveur a#comment-adherer:hover {
	background: url(../img/bouton-comment-adherer-on.png) no-repeat 0 0;
}
/*
a.bouton {
	display: inline-block;
	width: 400px;
	line-height: 50px;
	margin: 30px 0 0 40px;
	border-radius: 15px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	background: #DDD;
	color: black;
	text-align: center;
	vertical-align: middle;
	text-decoration:none;
	font-size: 150%;
	font-weight: bold;
	font-variant: small-caps;	
}
a.bouton:hover {
	background: #EEE;
	color: black;
}*/

/* contenu démarches */
article.demarches {
	padding: 0.5em;
	border: 1px solid #DDD;
	border-radius: 0;
	color: black;
}
aside article h1 {
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
}
article .logo {
	display: inline-block;
	width: 100px;
	height: 80px;
	margin: 0.5em;
	background: grey;
}

/* contenus actualités */
article.actualites {
	padding: 0.5em;
	border: 1px solid #DDD;
}
article div.vignette {
	float: right;
	width: 200px;
	height: 160px;
	margin: 0.5em;
	background: grey;
}
aside.actualites-preview {
	padding: 0.5em;
	border: 1px solid #DDD;
}
aside.actualites-preview h2 {
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
}
aside.actualites-preview ul {
	list-style: none inside none;
	margin: 0.5em 0 1.5em;
	padding: 0;
}
aside.actualites-preview li {
	padding: 0 0 0.5em;
}

/* adhérer */
article.adhesion li{
	padding-bottom: 1em;
}
article.adhesion li li {
	padding-bottom: 0;
}
article.adhesion a#contacter-animateur {
	display: block;
	width: 319px;
	height: 48px;
	background: url(../img/bouton-contacter-animateur.png) no-repeat 0 0;
	text-indent: -5000px;
	margin: 0 auto;
}
article.adhesion a#contacter-animateur:hover {
	background: url(../img/bouton-contacter-animateur-on.png) no-repeat 0 0;
}
/* quizz */
aside.quizz-nav  ul{
	list-style: none outside none;
	margin:  1em 2em 0 0;
}
article.quizz h2 {
	font-size: 1.1em;
	color: #666;
	font-weight: bold;
}
article.quizz h2 strong {
	float: left;
	display: block;
	height: 35px;
	width: 40px;
	border-radius: 20px;
	color: white;
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
}
article.quizz a.je-me-teste {
	display: block;
	float: right;
	margin-top: 0px;
}
article.quizz-1 h2 strong { background: #f3af36; }
article.quizz-2 h2 strong { background: #80bcba; }
article.quizz-3 h2 strong { background: #91bf53; }
article.quizz-4 h2 strong { background: #93beda; }
article.quizz-5 h2 strong { background: #d2a7a8; }
article.quizz-6 h2 strong { background: #b2cb3f; }
article.quizz div.reponses ul {
	list-style: none outside none;
	margin-left: 2em;
}
article.quizz div.reponses ul a {
	font-size: 1.1em;
	text-decoration: none;
}
p.objectif, p.progres, p.invalidable {
	padding-left: 100px;
	line-height: 40px;
}
p.objectif { background: url(../img/jauge-objectif.png) no-repeat left; }
p.progres { background: url(../img/jauge-progres.png) no-repeat left; }
p.invalidable { background: url(../img/jauge-invalidable.png) no-repeat left; }

/* home */
article.home-preview, section.home-preview {
	padding: 0.5em;
	border: 1px solid #DDD;
	overflow: hidden;
}
article.home-preview h2, section.home-preview h2 {
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
}
section.home-preview article {
	padding: 0.5em;
}
section.home-preview article.dotted-border {
	border-right: 1px dotted #DDD; 
}

/* popin */
.popin {
	background: white;
	padding: 0.5em 2em;
	border: 2px solid #DDD;
}
.popin a.popin-close {
	display: block;
	float: right;
	margin: 0.2em;
}
.popin h1 {
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
}
.popin h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.3em;	
}
.popin p {
	margin-bottom: 0.3em;
}
.popin div#contact-region ul, .popin div#contact-region ul li {
	list-style: none outside none;
	padding-left: 0;
}
.popin div#contact-region, .popin div#contact-region ul, .popin div#contact-region ul li {
	height: 100px;
}
.popin div.contact, .popin p.contact{
	background: white; /*#b2cb3f;*/
	border: 1px dotted #9eb632;
	padding: 0.1em;
}