@charset "utf-8";

/*Mise en forme du bandeau haut*/

body {
	background-color: #993399;
	background-image: url(../images/bandeau_haut.png);
	background-repeat: repeat-x;
}

/*Evite bordure quand lien*/

img{
	border-style: none;
}

/*Mise en forme header*/

header{
	/*background-color:rgba(216,152,32,1.00);*/
	width: 1120px;
	height: 104px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
}
#logo_geb {
	float: left;
}
#logo_fse {
	float: left;
	margin-left: 321px;
}
#logo_bretagne {
	float: left;
	margin-left: 321px;
}

/*Mise en forme main*/

main {
	width: 1000px;
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	
}

/*Mise en forme de l'article01*/

#article01 {
	/*background-color:rgba(247,230,8,1.00);*/
	display: flex;
	justify-content: space-between;
	width: 800px;
	height: 145px;
}
.logo_grd {
	width: 80px;
	height: 80px;
	
}
.bloc_text {
	display: flex;
	align-items: center;
	/*background-color:rgba(255,102,0,1.00);*/
	width: 600px;
	height: 145px;
	margin-left: 50px;
	/*float: left;*/
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 20pt;
}

#article02, #article03, #article04, #article05, #article06, #article07 {
	/*background-color:rgba(247,230,8,1.00);*/
	display: flex;
	justify-content: space-between;
	width: 800px;
	height: 145px;
	margin-top: 30px;
}
/*Mise en forme des liens*/

a:link {
	color: #CB85EB;
	text-decoration: none;
}
a:visited {
	color: #CB85EB;
	text-decoration: none;
}
a:hover {
	color: #F7E608;
	text-decoration: none;
}
a:active {
	color: #CB85EB;
	text-decoration: none;
}

.logoplus{
	width: 150px;
	height: 350px;
	margin-top: 50px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 20pt;
	text-align: center;
}