@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 {
	/*background-color: #07BD11;*/
	width: 1266px;
	/*height: 630px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}

/*Mise en forme de l'article01*/

#article01 {
	/*background-color:rgba(247,230,8,1.00);*/
	width: 1266px;
	height: 320px;
}
#logo_grd {
	/*background-color:rgba(255,102,0,1.00);*/
	width: 240px;
	height: 234px;
	float: left;
}
#bloc_text {
	/*background-color:rgba(255,102,0,1.00);*/
	width: 976px;
	height: 290px;
	margin-left: 50px;
	float: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 19pt;
}

/*Mise en forme de l'article02*/

#article02 {
	/*background-color:rgba(247,230,8,1.00);*/
	width: 976px;
	height: 277px;
	margin-left: 290px;
}
#bloc_text02 {
	/*background-color: rgba(7,189,17,1.00);*/
	width: 450px;
	/*height: 277px;*/
	/*float: left;*/
	display: table-cell;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 14.5pt;
	text-align: right;
	vertical-align:top;
}
.espace {
	display: table-cell;
	width: 50px;
	/*height: 277px;*/
}
#module {
	/*background-color:rgba(153,0,0,1.00);*/
	width: 476px;
	/*height: 277px;*/
	display: table-cell;
}

#module01, #module02, #module03 {
	/*background-color:rgba(90,168,232,1.00);*/
	width: 476px;
	height: 87px;
	margin-bottom: 8px;
	/*display: table-cell;*/
}
.logo_petit {
	display: table-cell;
	width: 92px;
	height: 87px;
	background-image: url(../images/logo_petit/logo_ai.png);
}
.espace02 {
	display: table-cell;
	width: 16px;
	/*height: 277px;*/
}
.legende  {
	display: table-cell;
	width: 334px;
	height: 87px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 15pt;
	vertical-align: middle;
}
.txt_violet{
	color: rgba(203,133,235,1.00);
	font-weight: bold;
}

/*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;
}
