/**********************************************/
/* @name: main.css                            */
/* @date: 16/03/05                            */
/* @desc: mise en forme de la page des objectifs */
/* @auth: kevos@utopiqproject.net			  */
/**********************************************/

.left{
	float:left;
	width:320px;
	border-right: 1px solid #D9D9D9;
	margin-right:30px;
}

.left .title{
	background-image: url("../pix/inner/student/objectives/img_focustitre.jpg");
	background-repeat:no-repeat;
	background-position:0px 7px;
	margin-top:15px;
	margin-bottom:20px;
	margin-left:45px;
	padding-left:30px;
	color:#4585B6;
	font-size:1.5em; 
	font-family: verdana; 
	font-weight:bold;
}

.left .img{
	position:relative;
	margin-bottom:40px;
	margin-top:30px;
	margin-left:30px;
}

.left .tutorExplanations{
	font-size:0.8em; 
	font-family: verdana; 
	margin:25px;
	padding:5px;
	border: 1px solid #8E969F;
	-moz-border-radius: 10px;
	border-radius:10px; /* CSS3*/
	text-align:justify;
	background-color:#ffe596;
}

.objectives{
	position:relative;
	/* border-right: 0.05em dotted #8E969F; */
	margin-top:30px;
	margin-left:350px;
}



.objectives .liendialog{
	background-image: url("../pix/inner/student/objectives/img_gotodialog.jpg");
	background-repeat:no-repeat;
	position:relative;
	margin-left:200px;
	top:30px;
	padding-left:30px;
	margin-bottom:40px;
	color:#FF8A00;
	font-size:1.15em; 
	font-family: verdana; 
	font-weight:bold;
}

.objectives .liendialog a{
	color:#FF8A00;
	font-family: verdana; 
	font-weight:bold;
	font-size:1em;
}

.objectives .liendialog a:hover{
	color:#0077d6;
}

.spacer{
	clear:both;
}

#content h2{
	margin-bottom:5px;
	padding-bottom:0px;
}
