@font-face {
	font-family: MyriadPro;
	src: url("myriadpro-cond.ttf") format("opentype");
}

body {
	margin:0; 
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #ddd;
}
a {
	color:#5c5c5c;
	text-decoration:none;
}
a:hover {
	color:#9a1d00;
	text-decoration:underline;
}
input,select,textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#wrapper {
	width:1000px;
	margin:0px auto;
	text-align:left;


        -moz-box-shadow: 0 0 10px #555;
        -webkit-box-shadow: 0 0 10px #555;
        box-shadow: 0 0 10px #555;
}
.header {
	background:url(../img/header.png) no-repeat center;
	height:378px;
}
.navi {
	float:left;
	background:url(../img/bgnav.png) repeat-x;
	width:980px;
	height:46px;
	padding-left:20px;
}
.content {
	float:left;
	width:980px;
	padding:0px 10px 0px 10px;
	background:#ffffff url(../img/top_content.png) no-repeat top;
	min-height:350px;
}
.footer {
	float:left;
	background:#ffffff url(../img/footer.png) bottom no-repeat;

}
.footer a { color:#CEFA7C;}
.footer a:hover { color:#ffffff;}
.links {
	float:left;
	color:#FFFFFF;
	padding:15px;
	margin-top:5px;
}
.copyright {
	float:right;
	color:#FFFFFF;
	padding:15px;
	margin-top:5px;
}
.clear {
	clear:both;
}
h1 {
	font-family: "MyriadPro", Arial, Helvetica, sans-serif;
  	font-size: 28px;
	font-weight:normal;
	color: #9a1d00;
	border-bottom:#990000 solid 1px;
}
h2 {
	font-family: "MyriadPro", Arial, Helvetica, sans-serif;
  	font-size: 22px;
	font-weight:normal;
	color: #547D06;
}
h3, h3 a {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 14px;
	font-weight:bold;
	color: #547D06;
	margin:0;
	padding:0;
}
.bloc_cours {
	float:left; 
	width:612px;
	padding:5px;
	margin-top:5px;
	padding-left:40px;
	border-bottom:dotted #993300 1px;
	background:url(../img/book_open.png) no-repeat top left;
}
#bodyContent h1, #bodyContent h2, #bodyContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	border-bottom:none;
}
#bodyContent img {
	margin:0 10px;
	padding:1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

        -moz-box-shadow: 0 0 5px #9a1d00;
        -webkit-box-shadow: 0 0 5px #9a1d00;
        box-shadow: 0 0 5px #9a1d00;
}

.leftside {
	float:left;
	width:660px;
	margin:5px 0px 0px 20px;
}
.rightside {
	float:left;
	width:260px;
	margin:5px 20px 0px 20px;
}
.container {
	float:left;
	width:660px;
}

.partner {
	float:left;
	width:800px;
	margin-left:200px;
	margin-top:30px;
	margin-bottom:25px;
	text-align:center;
}
.partner a {
	display:block;
	height:50px;
	float:left; margin:0 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.partner a.edunet {background:url(../img/edunet.png) no-repeat top;width:156px;}
.partner a.edunet:hover {background:url(../img/edunet.png) no-repeat bottom;}
.partner a.orientation {background:url(../img/orientation.png) no-repeat top;width:182px;}
.partner a.orientation:hover {background:url(../img/orientation.png) no-repeat bottom;}
.partner a.educa {background:url(../img/educa.png) no-repeat top;width:139px;}
.partner a.educa:hover {background:url(../img/educa.png) no-repeat bottom;}
.partner a.ent {background:url(../img/ent.png) no-repeat top;width:213px;}
.partner a.ent:hover {background:url(../img/ent.png) no-repeat bottom;}


.navSocial{ float:left; width:600px; margin:10px;margin-top:10px; padding:5px; background: #ffffff; border:#9a1d00 solid 1px;-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
        -moz-box-shadow: 0 0 5px #9a1d00;
        -webkit-box-shadow: 0 0 5px #9a1d00;
        box-shadow: 0 0 5px #9a1d00;
}
.navSocial a {padding-left:20px;cursor:pointer; margin-left:20px; }
.navSocial a.recomthis { background:url(../img/sendthis.gif) no-repeat left; margin-left:35px;}
.navSocial a.printthis { background:url(../img/print.gif) no-repeat left;}
.navSocial a.sharethis_fb { background:url(../img/facebook.gif) no-repeat left;}
.navSocial a.sharethis_tw { background:url(../img/twitter.gif) no-repeat left;}


ul.listc {
	margin:0;
	padding:0 20px;
}
ul.listc li { list-style-image:url(../img/bullet.png); margin-bottom:3px;   }
/************ NAVIGATOR *****************/

#nav {
	margin: 0;
	padding: 0;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
}
#nav ul a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 28px;
	margin: 0;
}
#nav ul a:hover {
	background: #000;
	color: #fff;
}

#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #fff;
	font-size:12px;
	font-weight: bold;
}
#nav ul a:hover {
	color: #fff !important;

}

#nav li:hover > ul {
	display: block;
}

#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #fff;
	font-size:12px;
}
#nav ul a:hover {
	background: #558000 url(../img/gradient.png) repeat-x 0 -120px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

}

#nav li:hover > ul {
	display: block;
}

#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 46px;
	left: -5px;
	background: #a12e13;
	border-top:0;

	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	z-index:10;
}

#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
}

#nav ul ul {
	left: 185px;
	top: 0px;
}

#nav .inode {
	background: url(../img/arrow.png) right no-repeat;
}

#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;

	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}



#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}





#newsticker-demo { 
width:270px; 
background:#EAF4F5; 
padding:5px 5px 0; 
font-family:Verdana,Arial,Sans-Serif;
font-size:12px;
margin:20px auto;
}

#newsticker-demo a { text-decoration:none; }
#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title {
text-align:center;
font-size:14px;
font-weight:bold;
padding:5px;
}
.newsticker-jcarousellite p { margin:0; }
.newsticker-jcarousellite { width:260px; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:3px; margin-bottom:5px; border-bottom:#990000 solid 1px; text-align:justify; }
.newsticker-jcarousellite .thumbnail { float:left; width:110px; }
.newsticker-jcarousellite .info { float:right; width:190px; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.button {
	font-family: "MyriadPro", Arial, Helvetica, sans-serif;
	font-size:16px;
	letter-spacing:1px;
	cursor:pointer;
	-moz-user-select: none;
    background: #9A1D00;
    border: 1px solid #B74D32;
    box-shadow: 0 1px #A02102 inset;
    color: white;
    padding: 3px 5px;
    text-decoration: none;
    text-shadow: 0 -1px 0 ##9A1D00;
		border-radius:5px;
}
a.button { padding: 4px 5px;}
a.button:hover { color: white; text-decoration:none;}
.is_correct {
	font-weight:bold;
	color:#5D8907;
}