*{
	font-family:Arial, Helvetica, sans-serif;
}

body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-image:url(../images/line_college.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#fff;
}

img{
	border:none;
}

a{
	text-decoration:none;
}

div#global{
	width:965px;
	height:579px;
	text-align:left;
	margin:auto;
	background-image:url(../images/line.gif);
	position:relative;
}

div#menu{
	position : absolute;
	z-index:99;
	width:650px;
	left:300px;
	top:25px;
}

div#tab{
	position:relative;
	left:312px;
	width:655px;
	z-index:2;
}

div#bas_tab{
	background-image:url(../images/fond_bas_tab.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:40px;
	width:655px;
}

div#content_tab{
	background-image:url(../images/line_tab.gif);
	width:655px;
}

div#logo{
	position:absolute;
	top:30px;
	left:26px;
}

div#picto{
	position:absolute;
	top:5px;
	left:125px;
}

div#txt_aureole{
	position:absolute;
	top:185px;
	left:20px;
}

div#box_autre_actu{
	background-color:#f1f1f1;
	width:602px;
	background-image:url(images/line_autre_actu.gif);
	background-repeat:repeat-x;
}

div#basboxautreactu{
	background-image:url(../images/bas_box_autres_actu.gif);
	background-repeat:no-repeat;
	height:14px;
	background-position:top;
}

li.jaune{
	padding:5px;
	padding-top:2px;
	margin:0px;
	background-image:url(../images/pucelijaune.gif);
	background-repeat:no-repeat;
	background-position:0% 65%;
	padding-left:10px;
	text-decoration:none;
}

p.texte{
	position:absolute;
	color:#fff;
	left:-9000px;	
}

/*Couleur*/
.jaune{
	color:#feaa14;
}

.bleu{
	color:#68b9cc;
}

.bleu_fonce{
	color:#0a3959;
}

.gris_fonce{
	color:#303030;
}

.border_bottom_gris{
	border-bottom:1px solid #d2d2d2;
}

.border_gris{
	border:1px solid #a7b8c3;
}

/*Taille des Polices*/
.onze{
	font-size:11px;
}

.douze{
	font-size:12px;
}

.quatorze{
	font-size:14px;
}

.seize{
	font-size:16px;
}

.dix_sept{
	font-size:17px;
}


/*Style visuel*/
.bold{
	font-weight:bold;
}

.justifier{
	text-align:justify;
}

.centrer{
	text-align:center;
}

.border_grise{
	border:1px solid #D5D5D5;
}


