@charset "utf-8";

/*Mise en forme bandeau haut*/

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

/*Mise en forme qui évite un border image quand il y a un 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 {
	/* background-color: #07BD11; */
	width: 1266px;
	/* width: 1120px; */
	/*height: 630px;*/
	margin-left: auto;
	margin-right: auto;
}
#bloc_texte {
	/*background-color: #5AA8E8;*/
	width: 1080px;
	height: 180px;
	margin-top: 62px;
	margin-left: auto;
	margin-right: auto;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 20pt;
}

/*Mise en forme nav*/

nav {
	/* background-color:#99CCFF; */
	display:flex;
	justify-content: space-between;
	width: 1114px;
	height: 90px;
	/* margin-top: 95px; */
	margin-left: auto;
	margin-right: auto;
}

#bloc_texte02 {
	/* background-color: #5AA8E8; */
	width: 1080px;
	height: 50px;
	margin-top: 65px;
	margin-left: auto;
	margin-right: auto;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 20pt;
}

/*mise en forme du lien texte*/

.txt_violet{
	color: rgba(203,133,235,1.00);
	font-weight: bold;
}

.txt_violet a:link, a:visited, a:active {
	color: #CB85EB;
	text-decoration: none;
}

.txt_violet a:hover {
	color: #F7E608;
	text-decoration: none;
}

/*Mise en forme des liens*/

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.encadree{
	background-color: aqua;
}