/* CSS Document

standard display

 */

body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
}

.intro {background: url(../../images/vert_clair_degrade.gif) repeat-x #fff}

img#student{
	width:400px;
	height:266px;
	margin-top:25px;
}

div#other_courses{
	display:table-cell;
	text-align:center;
	margin-right:20px;
}

#content{padding:10px}

a:link		{text-decoration:none;color:#2158B3;} 
a:visited	{text-decoration:none;color:#795E84;}
a:hover		{text-decoration:none;color:#8080ff;} 
a:active	{text-decoration:none;color:#ff0000;} 

.small {font-size: small;}
.italic {font-style: italic;}
.underline {text-decoration:underline}
.normal {font-weight: normal}
.bold{font-weight:bold}
.large{font-size:large}
.blue{color:blue}
.red{color:red}

p.center{text-align:center}

p#p_rule{
	display:table-cell;
	background-color:#ffffc0;
	border: 1px solid #999;
	padding:20px;
	vertical-align:middle;
}

div#menu_navigation{
	background-color:#FFFFC0;
	width: 99.9%;
	border: 1px solid #C0C0C0;
	margin:0;
	position:fixed;
	top:0px;
	left:0px;
	z-index:+1;
}

p.navigation{
	float:left;
	margin:0;
	text-align:center;
	font-size:14px;
	line-height: 40px;
	border-right: 1px solid #C0C0C0;
	width:10%
}

p#last{
	margin:0;
	text-align:center;
	font-size:14px;
	line-height: 40px;
}


#spacing{
	height:40px;
	}

.titre{
float:left;

}


#search{
	float:right;
	padding:20px 0 20px 20px;
}

div#reseaux{
	clear:right;
	float:right;
	padding-right:50px;
}

#reseaux > a > img {width:40px;border:0px;}

.adsense_728_90{
	clear:both;
}

.adsense_728_90_menu{
	float: left;
}


.adsense_728_15{
	padding:15px 0 10px 0;
}
	
.adsense_336_280{
	float:right;
	margin: 20px 10px 10px 10px;
}

div#text_menu{
	float:left;
}

div#video{
	float:right;
}

#video_left{
	float:left;
}

#video>iframe{ 
	width:420px;
	height:315px;
}

#video_left>iframe{ 
	width:420px;
	height:315px;
}

.left{
	float:left;
	margin-right:20px;
}

.left p{
	margin-bottom:5px;
}

.right{
	float:right;
	margin-left:20px;
}

.right p{
	margin-bottom:5px;
}