@font-face{
	font-family: "redco-font";
	src: url('fonts/ardestine.ttf');
}

.redco{
	font-family: "redco-font";
	font-size: 500%;
	margin: auto;
	text-shadow: 5px 5px 12px #555;
}

html{
	font-family: Comic sans ms, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background-image: url(foule.png);
	background-position: top;
	background-attachment: fixed;
	background-color: #e6e6fa;
}

header{
	width: 900px;
	height: 160px;
	margin: auto;
	border: 1px solid lightgrey;
	border-radius: 20px;
	background-color: white;
}

#logo{
    float: left;
	border-radius: 20px;
}
	
#logo2{
    float: right;
	border-radius: 20px;
}	

.entete{
	display: block;
	width: 100%;
	color: black;
	text-align: center;
}
	
nav
	{
	width: 900px;
	margin: 8px auto;
	border: 1px solid lightgrey;
	border-radius: 20px;
	background-color: white;
	}

#liens_nav
	{
	display: inline-block;
	list-style-type: none;
	font-weight: bold;
	}
	
#liens_nav li
	{
	display:inline;
	}
	
#liens_nav a
	{
	text-decoration: none;
	color: black;
	}
	
#liens_nav a:hover
	{
	color: white;
	background-color: red;
	border-radius: 10px;
	}

#principal
	{
	width: 900px;
	margin: 8px auto;
	border: 1px solid lightgrey;
	border-radius: 20px;
	background-color: white;
	}

#dates
	{
    display: inline-block;
	width: 49%;
	padding-top: 10px;
	padding-left: 10px;
	border-radius: 10px;
	}
	
.lieux{
	font-weight: bold;
	color: red;
}

.cellule2
	{
	width: 125px;
	}

.cellule_centree
	{
	text-align: center;
	color: blue;
	}

.rs
	{
	margin: 0 10px 0 10px;
	border: 1px solid grey;
	border-radius: 10px;
	box-shadow: 5px 5px 5px grey;
	}

.rs:hover
	{
	border: 1px solid white;
	}

.rs:hover a
	{
	text-decoration: none;
	}

#postit
	{
	display: float left;
	}
	
.annee
	{
	color: #483d8b;
	font-weight: bold;
	}	
	
#histoire
	{
    display: inline-block;
	width: 48%;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 10px;
	border-radius: 10px;
	}

#membres
	{
	text-align: center;
	}

#photo_groupe
	{
	margin-top: 5px;
    border-radius: 10px;
	box-shadow: 5px 5px 12px #555;
	}

#photo_membre
	{
	border-radius: 10px;
	box-shadow: 5px 5px 12px #555;
	}

#contener_photos
	{
	width: 900px;
	margin: 8px auto;
	padding-top: 10px;
	
	text-align: center;
	border: 1px solid lightgrey;
	border-radius: 20px;
	background-color: white;
	}	
	
#photos
	{
	margin-top: 5px;
	margin-left: 5px;
    text-align: center;
	border-radius: 10px;
	box-shadow: 5px 5px 12px #555;
	}
	
#video
	{
	padding-top: 10px;
	text-align: center;
	}	
	
#materiel_1
	{
    text-align: center;
	padding-top: 10px;
	padding-left: 10px;
	border-radius: 10px;
	}
	
#materiel_2
	{
    text-align: left;
	padding-left: 10px;
	}

#photos_materiel
	{
    
	border-radius: 10px;
	box-shadow: 5px 5px 12px #555;
	}

#rond
	{
	text-align: center;
	border-radius: 150px;
	box-shadow: 5px 5px 12px #555;
	}
	
iframe
{
	margin-top: 10px;
	margin-bottom: 10px;
	box-shadow: 5px 5px 12px #555;
}
	
	
#contact
	{
	text-align: center;
	}
	
#liens
	{
	text-align: center;
	}
	

footer
{
	color: white;
	font-size: 0.8em;
}
