.redlink{
	color: #CF0A1D !important;
}
.redlink:hover{
	text-decoration: underline !important;
}
/* visuel principal accueil */
.home{
	display:block;
	height:40px;/*35px+5px*/
	width:150px;/*135px+15px */
	background: url("../../images/logo-inline.png") no-repeat 15px 5px;
}

.home:hover{
	background-position: 15px -40px;
}

.home a{
	text-indent:-5000px;
}

.hero h1{
	font-family: 'Fredoka One', cursive;
	background: url("../../images/logo-ag2.png") no-repeat left top;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 1% 5% 1% 218px;
	font-size: 51px;
	text-align: center;
}

#visuel-principal{
	background: url(../../images/back2.jpg) no-repeat fixed top;
}

#logoAG {
	display:block;
	margin:40px auto;
	background: url(../../images/logo-ag2.png) no-repeat 0 0;
	text-indent: -5000px;
	width:218px;
	height:163px;
}
/* Fin visuel principal */

/* Content */
.typoinfo{
	font-size: 12px !important;
	font-weight: normal !important;
	text-align: justify;
	font-style: italic;
}

.caption{
	text-align: center;
}

.caption h3{
	font-size: 16px;
}

.thumbnail{
	padding-top: 20px;
	background-color: rgba(229, 229, 229, 0.5);
}
/* End content */

/* Footer */
footer{
	background-color: #f8f8f8;
    border-color: #e7e7e7;
    margin-bottom: 0; 
}
.footer{
	list-style: none;
	text-align: center;
	margin-bottom: 0;
}

.footer li{
	display:inline-block;
	margin:20px auto;
	padding: 0 10px;
}
/* Fin footer */