@charset "UTF-8";
/* CSS Document */

/*************/
/* STRUCTURE */
/*************/

#contenu {
	padding-top:20px;
	line-height:140%;
	height:330px;
}
html>body #contenu { /* hack min-height pour IE6 */
	height: auto;
	min-height:330px;
}


/* hp etudiants */
#colA {
	padding-left:45px;
}
#colB {
	padding-left:18px;
}
#conteneur_col1_col2_col3 {
	width:623px;
	background:url(../img/fonds/pointilles_gris.gif) top right repeat-y transparent;
}

#colA,
#colB,
#colA #col1,
#colA #col2,
#conteneur_col1_col2_col3 {
	float:left;
}

#colA #col1 {
	width:297px;
	background:url(../img/fonds/pointilles_gris.gif) top right repeat-y transparent;
	padding-top:6px;
}

#colA #col2 {
	margin-left:25px;
	padding-top:6px;
}
#colA #col3 {
	width:607px;
	margin-top:15px;
}





/*****************/
/* MISE EN FORME */
/*****************/
img.titre {
	margin-bottom:7px;
}
#col1 p,
#col2 p {
	width:270px;
	margin:10px 0 3px 0;
}





/**********/
/* AGENDA */
/**********/

/* liste offres */
#colB ul {
	width:155px;
}
#colB  ul li a .date {
	color:#e68615;
	display:block;
	font-weight:normal;
}
#colB ul li a .description {
	color:#747474;
	display:block;
	font-weight:normal;
}
#colB ul li.dernier {
	background:none;
	padding:9px 0 14px 0;
}
#colB ul li {
	background:url(../img/fonds/pointilles_gris_horizontaux.gif) bottom left repeat-x;
	padding:9px 0;
}
#colB ul li:hover {
	background:#f5f5f5;
}


/* depot */
#colB  .depot_offres {
	background:url(../img/fonds/bloc_depot_offres.jpg) bottom left no-repeat #edf6f9;
	width:182px;
	height:59px;
	margin:30px 0 11px 0;
	padding:20px 0 0 10px;
}
#colB  .depot_offres:hover {
	background:url(../img/fonds/bloc_depot_offres_roll.jpg) bottom left no-repeat #edf6f9;
}





/***************/
/* PARTENAIRES */
/***************/

#partenaires {
	background:	url(../img/fonds/pave_entreprises_partenaires.jpg) top left no-repeat;
	width:598px;
	height:92px;
	padding:10px 18px;
}
#partenaires:hover {
	background:	url(../img/fonds/pave_entreprises_partenaires_roll.jpg) top left no-repeat;
}
#partenaires img.titre {
	margin-bottom:6px;
}
#partenaires .pp {
	width:400px;
}
#partenaires .pp a{
	color:#A199A1;
	font-weight:normal;
}
#partenaires .pp:hover {
	color:#74BFDC;
}