@charset "utf-8";

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

/*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 du bloc_text*/

#bloc_text {
	/*background-color:rgba(255,102,0,1.00);*/
	width: 1266px;
	/*height: 290px;*/
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 19pt;
	text-align: center;
}

/*Mise en forme du bloc contenant les 3 colonnes*/

#bloc_tp {
	/*background-color:rgba(247,230,8,1.00);*/
	width: 1116px;
	height: 460px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

/*Mise en forme des colonnes*/

#colonne01, #colonne02, #colonne03 {
	/*background-color:rgba(153,0,0,1.00);*/
	/*width: 600px;*/
	height: 460px;
	display: table-cell;
}

/*Mise en forme du contenu des colonnes*/

#tp01, #tp02, #tp03, #tp04, #tp05, #tp06, #tp07, #tp08, #tp09, #tp10, #tp11, #tp12, #tp13, #tp14, #tp15, #tp16, #tp17, #tp18 {
	/*background-color:rgba(90,168,232,1.00);*/
	width: 350px;
	height: 65px;
	margin-bottom: 12px;
	/*display: table-cell;*/
}
.logo_petit {
	display: table-cell;
	width: 69px;
	height: 65px;
	background-image: url(../images/logo_tp/logo_ps_tp.png);
}
.espace {
	display: table-cell;
	width: 16px;
	/*height: 277px;*/
}
.espace02 {
	/*background-color: #FFFFFF;*/
	display: table-cell;
	width: 33px;
	/*height: 277px;*/
}
.legende  {
	display: table-cell;
	width: 265px;
	height: 65px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
	vertical-align: middle;
}
.txt_violet{
	color: rgba(203,133,235,1.00);
	font-weight: bold;
	font-size: 13pt;
}
.txt_violet02{
	color: rgba(203,133,235,1.00);
	font-weight: bold;
	/*font-size: 13pt;*/
}

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