/* CSS Document */
body{
	background-color:#131313;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#CCCCCC;
	margin: 0px 0px 0px 0px;
}

table.body {
	width:100%;
	height:100%;
	border:0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}

table.body td {
	border:0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.tab_bordure, table.tab_infldset {
	width:100%;
	height:100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;

}

table.tab_bordure td {
	border:1px solid #000000;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	text-align:center;
}

table.tab_bordure th {
	border:1px solid #000000;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	text-align:center;
}

table.tab_infldset tr {
	border:1px solid #000000;
	padding: 10px 0px 10px 0px;
}

table.tab_infldset th {
	border:1px solid #000000;
	font-weight:bold;
	padding: 0px 5px 0px 5px;
}

table.tab_infldset td {
	text-align:center;
	padding: 0px 5px 0px 5px;
}

.main{
	background-color:#131313;
	width:750px;
	height:100%;
	border-left: #999999, solid, 1px;
	border-right: #999999, solid, 1px;
	border-bottom: 0px;
	border-top: 0px;
	margin:0px auto 0px auto;
}

.logo{
	width: 712px;
	height: 239px;
	background:url('../images/logo.jpg');
	background-repeat:no-repeat;
	margin:0px auto 0px auto;
}

.menu{
	text-align:center;
	font-weight:bold;
	font-size: 14px;
}

.titreBlock{
	background: url('../images/top.png');
	background-repeat:no-repeat;
	height: 26px;
	width: 700px;
	text-align:center;
	text-transform:capitalize;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#ff9900;
}
.midBlock{
	background:url('../images/mid.png');
	background-repeat:repeat-y;
	width:700px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.bottomBlock{
	background:url('../images/bottom.png');
	background-repeat:no-repeat;
	height:10px;
	width:700px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.block{
	width:700px;
	background:url('../images/mid.png') !important;
	background:none;
	background-repeat:repeat-y;
	margin: 20px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

.pub {
	margin: 20px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align:center;
}


.theEnd{
	background:url('../images/theEnd.png');
	background-repeat:no-repeat;
	background-position:top;
	width:750px;
	text-align:center;
	margin: 20px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

.gauche{
	background:url('../images/gauche.png');
	background-position:right top;
	background-repeat:repeat-y;
}

.droite{
	background:url('../images/droite.png');
	background-position:left top;
	background-repeat:repeat-y;
}

p{
	margin-left:10px;
	margin-right:10px;
}

h2 {
	margin-left:20px;
	margin-right:10px;
	font-size: 11px;
	color:#CCCCCC;
	font-weight:bold;
}

div.inform {
	padding-bottom : 12px;
	margin-left:10px;
	margin-right:10px;
}

div.infldset {
	padding: 9px 0px 12px 0px;
}

.menu a {
	color:#ff9900;
	text-decoration:none;
	font-size: 14px;
	font-weight:normal;
}

.menu a:hover{
	font-weight:bold;
}

a img {
	border:0px;
	vertical-align:middle;
}

a {
	color:#ff9900;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

form {
	border:0px;
	margin:0px 0px 0px 0px;
	font-weight: normal;
	list-style: none;
	padding: 20px 20px 15px 20px;
}

fieldset {
	margin:0px 0px 0px 0px;
	padding:0px 12px 0px 12px;
	font-weight: normal;
	list-style: none;
	border-style : solid;
	border-width : 1px;
	border-color : #cccccc;
}

legend {
	color:#ff9900;
	padding:0px 6px;
}

input, textarea, select, checkbox {
	background-color:#CCCCCC;
	color:#000000;
	display:inline;
	margin:0px;
	border:1px solid #000000;
}

/* info bulle */
a.info span,a.info:active span,a.info:focus span {display: none;}
a.info span,a.info:hover,a.info:focus,a.info:active {background: none;}
a.info:hover span {
	display: inline;
	position: absolute;
	margin:3em 0 0 0;
	background-color: #CCCCCC;
	text-align: left;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	border: 1px solid Black;
	color:#000000;
}
table.info {
	text-align:left;
	font-size:10px;
	vertical-align:text-top;
	border:0;
	overflow:hidden;
	border-collapse: collapse;
}
table.info td {
	vertical-align:text-top;
	text-align:justify;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}
table.info th {
	vertical-align:text-top;
	text-align:justify;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}

.attention {
	color:#ff0000;
}

.universList th {
	padding-top: 1em;
	padding-bottom: 1em;
}

.ownUniversList {
	display: flex;
	flex-direction: column;
}

.ownUniversList > a {
	padding-bottom: 1em;
	display: block;
}
