body {
    background: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
    color: $color_font_base;
	}

a {
    color: $color_font_base;
	text-decoration:none;
	}
a:hover {
	text-decoration: underline;
	}
input, select, textarea  {
	}	
input:focus, select:focus, textarea:focus {
	outline: none;
	}	
::-moz-selection {    /* Pour firefox */
	background: #cccccc;
	color: #000000;
	}
::selection {        /* Pour les autres navigateurs*/
	background: #cccccc;
	color: #000000;
	}
::-webkit-input-placeholder {
	}
:-moz-placeholder {
	}
	

.color1 {
	color: $color_bleu;
	}
.color2 {
	color: $color_gris3;
	}

.color-fond1 {
	background: $color_bleu;
	}
.color-fond2 {
	background: $color_gris3;
	}

	
h2 {
 	font-size: 18px;
	font-weight: 700;
	color: $color_bleu;
	}	
h3 {
 	font-size: 17px;
	font-weight: 400;
	color: #000000;
	}
	
	
.img-shadow {
	width: 100%;
	border: 0;
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
	}
.img-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(17, 127, 152, 0);
	/*background-color: $color_bleu;*/
	/*opacity: 0;*/
	z-index: 200;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;			
	}
.img-overlay:hover {
	/*opacity: 0.6;*/
	background-color: rgba(17, 127, 152, 0.6);
	}	
.pin-picto {
	display: none;
	position: absolute;
	top: 10px;
	left: 5px;
	z-index: 500;
	a, img {
		z-index: 500;
		}
	}	
	
.bnt {
	display: inline-block;
	margin-bottom: 10px;
	padding: 3px 20px 3px 20px;
 	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	border: 0px;
	cursor: pointer;
	outline: none;
	}
.bnt:hover {
	text-decoration: none;
	}

.retour {
	float: right;
	}
.error-form {
	color: #ff0000;
	font-weight: 500;
	}	

.item {
	float: left;
	text-align: center;
	.item-img {
		position: relative;
		}
	.titre {
		margin-top: 10px;
		font-size: 14px;
		font-weight: 700;
		}
	.titre a:hover {
		color: $color_bleu;
		font-weight: 700;
		text-decoration: none;
		}
	.titre-auteur {
		margin-top: 10px;
		font-size: 14px;
		font-weight: 300;
		}
	.titre-auteur a:hover {
		color: $color_bleu;
		font-weight: 700;
		text-decoration: none;
		}
	.auteur {
		margin-top: 0px;
		font-size: 14px;
		font-weight: 300;
		}
	.auteur a:hover {
		color: $color_bleu;
		font-weight: 700;
		text-decoration: none;
		}
	.auteur-liste {
		margin-top: 10px;
		font-size: 14px;
		font-weight: 300;
		}
	.auteur-liste a:hover {
		color: $color_bleu;
		font-weight: 700;
		text-decoration: none;
		}
	.auteur-fiche {
		margin-top: 0px;
		font-size: 14px;
		font-weight: 500;
		}
	.collection {
		margin-top: 0px;
		font-size: 12px;
		color: $color_gris2;
		font-style: italic;
		}
	.numero {
		margin-top: 0px;
		font-size: 11px;
		}
	.equipe {
		margin-top: 10px;
		font-size: 14px;
		font-weight: 500;
		}
	.fonction {
		margin-top: 0px;
		font-size: 12px;
		line-height: 14px;
		color: $color_gris2;
		/*font-style: italic;*/
		}
	.mailto {
		font-size: 12px;
		line-height: 14px;
		color: $color_gris2;
		}
	}
.item-top {
	margin-top: 40px;
	}
.item-top2 {
	margin-top: 10px;
	}
.item-width-livre {
	width: 160px;
	}
.item-left-livre {
	margin-left: 40px;
	}
.item-width-auteur {
	width: 140px;
	}
.item-left-auteur {
	margin-left: 24px;
	}
.item-width-auteur-fiche {
	width: 175px;
	}
.item-left-auteur-fiche {
	margin-left: 35px;
	}
.img-width-aussi {
	width: 105px;
	}
.item-left-aussi {
	margin-left:17px;
	}
.img-width-equipe {
	width: 180px;
	}
.item-left-equipe {
	margin-left: 30px;
	}

	
.adresse {
	margin-top: 10px;
	font-size: 12px;
	line-height: 14px;
	color: $color_gris2;
	font-style: italic;
	}

		
.col-left {
    float: left;
	}
.col-right {
    float: right;
	}
.clear {
    clear: both;
	}




