#corp, #data
{
	position: relative;
	width:60%;
	margin-left:auto;
	margin-right:auto;
	border-width: 2px;
	border-style: solid;
	border-color:black;
	background-color:rgb(197,153,90);
	color:white;
	text-align:center;
	border-right-width:4px;
	border-bottom-width:4px;
	font-size:large;
}
#subcorp
{
	position:relative;
	width:60%;
	margin-left:auto;
	margin-right:auto;
	border-style:solid;
	border-width: 2px;
	border-color:black;
	background-color:rgb(104,162,47);
	color:white;
	text-align:center;
	border-right-width:4px;
	border-bottom-width:4px;
	font-size:large;
}

a
{
	color:blue;
	text-decoration:none;
}
label
{
	font-size:large;
}
a:hover
{
	color:white;
}

.titre
{
	text-align:center;
	font-family:Tahoma,default;
	color:rgb(176,38,39);
	font-size:xx-large
}

#title
{
	color:rgb(250,185,4);
	font-size:x-large;
	font-family:Tahoma,default;
}
#petit
{
	font-size:small;
}

#ToHide
{
	font-size: x-small;
}

#options
{
	cursor:hand;
	color:blue;
}

#options:hover
{
	color:green;
}

#aprestitre
{
	font-size:normal;
}

#gros
{
	font-size:large;
}

ul
{
	list-style-type:none;

}

.atleft
{
	float:left;
	width:45%;
	padding:20px;
}

.atright
{
	float:right;
	width:45%;
	padding:20px;
}

.clear
{
	clear:both;

}

#logos
{
	width:100%;
	position: absolute;
	z-index: 10;
}

#logoreseau
{
	position: absolute;
	height: 100px;
	top: 20px;
	left: 20px;
}

#logoofb
{
	position: absolute;
	height: 100px;
	top: 20px;
	right: 20px;
}
