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

/* DÉFINITION DES LIENS */
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #009;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: underline;
}
a img {
border:none;
}
/* PARTIE MINICHAT */
#miniminichat{
	overflow:hidden;
	/*max-height:210px;*/
	width:800px;
	height:auto;
	margin:0 auto;
	/*border-radius:12px;*/
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: inset;
	background-color:#D6E8FF;
}

.boiteminiminichat {
	color:#000;
	/*	margin-top:30px; */
	width:100%;
	overflow:hidden;
	/*background:url(img/bg_dark.png) #bfdcff;*/
	background-color:#D6E8FF;
	padding:0px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	overflow:auto;

	
	/*-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;*/


}

#texteminichat {
		overflow:auto;
		padding:2px;
	
}
#hautminiminichat {
	padding-top:30px;
	background-image:url(images/endirect.png);
	/*background-position:top center; */
	background-repeat:no-repeat;	
}
/* CADRE PAGE */
#cadre 
{
	font-family:Verdana, Geneva, sans-serif;
	float:left;
	position:relative;
	width:100%;
	padding:2px;
	
	/*margin-left:2%;
	margin-right:2%;*/
	margin-top:15px;
	margin-bottom:10px;
    background : #fff;
	text-align:center;
	height:inherit;
	
	border-width:1px;
	border-color:#009;
	border-style:solid;
}
#cadre ul {

	margin-left:20px;
}
#liste_apres_content li {

	display:list-item;
	list-style-image:url(images/puce-li.gif);
}
#cadrehaut
{
	position:relative;
	background-image:url("images/centre.png");
    background-repeat: no-repeat;
	padding-top:35px;

	}
/* PAGE COMPETENCES */
#centre_competences {
	padding:10px;
}
#centre_competences .bloc {
	text-align:center;	
	border-width:2px;
	border-color:#BCD2E6;
	border-style:solid;
}
#centre_competences .vignette {
	text-align:center;	
	border-width:1px;
	border-color:#BCD2E6;
	border-style:dashed;

}
#centre_competences ul {
	list-style-image: url("images/puce.png");
	text-align:left;
}

#centre_competences table {
	padding:2px;
}

/* PAGE CALCUL MOYENNE */

#bac_bloc {
	margin-left:30px;
	text-align:left;
	margin-right:15px;
	font-size:14px;
	float:left;
	width:550px;
	

}
#bac_bloc_gauche {
	margin-left:15px;
	margin-right:10px;
	margin-top:100px;
	float:left;
	width:300px;
	text-align:center;	
	border-width:2px;
	border-color:#BCD2E6;
	border-style:solid;

	
}

.titre {
	font-family: 	Verdana, helvetica;
	font-size: 		14px;
	font-weight: 	bold;
	color: 			#009;
	height:			22px;
	padding-top:8px;
	padding-bottom:8px;
}
.td_titre_moy {
	border-bottom-width:1px;
	border-bottom-color:#009;
	border-bottom-style:solid;
	font-family: 	Verdana, helvetica;
	font-size: 		14px;
	font-weight: 	bold;
	color: 			#009;
	height:			22px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:3px;
}
.td_mention {
	border-bottom-width:1px;
	border-bottom-color:#009;
	border-bottom-style:solid;
	font-family: 	Verdana, helvetica;
	font-size: 		14px;
	font-weight: 	bold;
	color: 			#009;
	height:			22px;
	text-align:right;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:3px;
}
.td_champ_moy {
	border-bottom-width:1px;
	border-bottom-color:#BCD2E6;
	border-bottom-style:solid;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:6px;
}
#moy_tab {
	border-width:2px;
	border-color:#BCD2E6;
	border-style:solid;
}
.paddingleft {
	padding-left:	8px;
}
.paddingplus {
	padding-left:	15px;
	padding-right:	15px;
}
.centrer {
	text-align:		center;
}

/* PAGE RÉSULTATS */
#bloc_resultats {
	padding:5px;
}

#bloc_resultats ul {
	list-style-image: url("images/puce.png");
	padding-left:150px;
	text-align:left;
}
/* FORMULAIRES */
.champ_form { 	
	border:1px solid #999;
	-webkit-border-radius: 3px;-khtml-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
	margin:0;
	padding:2px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(6%, #eee), to(#fff));
	background: -moz-linear-gradient(top, #fff, #eee 2px, #fff 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;

}
.champ_form:hover,.champ_form:focus {

border-color: #333;
background:#fff;

}
.form_chat a {
	color:#000; 
	text-decoration:underline; 
}

.form_chat a:hover { 
	color:#627EB7; 
	text-decoration:none;

} 
/* MENU GEOGRAPHIQUE */
#menugeo_tab {
	border-width:1px;
	border-color:#BCD2E6;
	border-style:solid;
	font-size:13px;
	text-align:center;

	
}
.menugeo_titre {
	font-weight:bold;
	color:#000099;
	padding:3px;
	
	border-left-width: thin;
	border-left-style:solid;
	border-left-color:#BCD2E6;
	background-color:#D6E8FF;


}

.menugeo_annee {
	color:#000099;
	
	border-top-width: thin;
	border-top-style:solid;
	border-top-color:#BCD2E6;

	background-color:#D6E8FF;
}
.menugeo_case {
	border-top-width: thin;
	border-top-style:solid;
	border-top-color:#BCD2E6;
	border-left-width: thin;
	border-left-style:solid;
	border-left-color:#BCD2E6;

	background-color:#f2f8ff;
	
	
}
.menugeo_vide {
	background-color:#D6E8FF;

}


#bloc_sujet_bac {
	float:left;
	margin-left:5px;
	margin-right:5px;
	border-width:2px;
	border-color:#BCD2E6;
	border-style:solid;
	margin-bottom:10px;
	
}
#bloc_sujet_bac_haut {

	
}
#bloc_sujet_bac_haut_gauche {
	padding:2px;
	float:left;
	margin-left:200px;

	
}
#bloc_sujet_bac_haut_centre {
	padding:2px;
	float:left;
	margin-top:40px;
	margin-left:40px;
	margin-right:40px;

	
}
#bloc_sujet_bac_haut_centre h3 {
	
		text-align:center;
	color:#627EB7;
}
#bloc_sujet_bac_haut_centre h4 {
	
	text-align:center;
	color:#666;
}
#bloc_sujet_bac_haut_droite {
	padding:2px;
	float:left;
	margin-right:40px;

	
}

#bloc_sujet_bac .barre {

	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	padding-bottom : 140px;  
/*	margin-bottom: 26px; */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #627EB7;

}
#bloc_sujet_bac_tableau {
	margin-left:10px;
	margin-right:10px;
	text-align:justify;
	
}
#bloc_sujet_bac_tableau table {
	float:left;
	border-width:1px;
	border-color:#627EB7;
	border-style:solid;
	background-color:#f2f8ff;
	margin-top:3px;
	
}

#bloc_sujet_bac_tableau .case {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCD2E6;
	padding-left:3px;
	padding-right:15px;
}
#bloc_sujet_bac_tableau .case_fichiers {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCD2E6;
	width:2%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BCD2E6;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
}
#bloc_sujet_bac_tableau .exercice {
	color:#627EB7;

}
#bloc_sujet_bac_tableau .points {
	color:#666;

}
#bloc_sujet_bac_tableau .description {
	font-size:15px;
	color:#333;

}
#bloc_sujet_bac_tableau .taille {
	font-size:11px;

}
#bloc_sujet_bac_tableau .merci {
	color:#333;
	margin-bottom:5px;
	text-align:center;
}
#sujet {
	float:left;

margin-left:806px;
font-size:14px;
}
#corrige {
float:left;
margin-left:9px;
font-size:14px;
}
#message_bas_sujet {
	font-size:14px;
	color:#666;
}
/* MENU THÉMATIQUE */
#menuthem {
	float:left;
	margin-left:40px;
	margin-right:40px;
	width:90%;
	margin-bottom:20px;
}

#menuthem_tab {
	border-width:1px;
	border-color:#BCD2E6;
	border-style:solid;
	font-size:13px;
	text-align:center;


	
}
.menuthem_titre {
	font-weight:bold;
	color:#000099;
	padding:3px;
	
	border-left-width: thin;
	border-left-style:solid;
	border-left-color:#BCD2E6;
	background-color:#D6E8FF;



}
.menuthem_titre_g {
	font-weight:bold;
	color:#000099;
	padding:3px;
	
	background-color:#D6E8FF;



}

.menuthem_case {
	border-top-width: thin;
	border-top-style:solid;
	border-top-color:#BCD2E6;
	border-left-width: thin;
	border-left-style:solid;
	border-left-color:#BCD2E6;
	background-color:#D6E8FF;
	
	padding-left:10px;
	text-align:justify;
	background-color:#f2f8ff;
	padding-right:3px;
	
	
}
.menuthem_case_g {
	border-top-width: thin;
	border-top-style:solid;
	border-top-color:#BCD2E6;
	
	padding-left:10px;
	text-align:justify;
	background-color:#f2f8ff;
	padding-right:3px;
	
	
}

#bloc_them_bac {
	float:left;
	margin-left:5px;
	margin-right:5px;
	border-width:2px;
	border-color:#BCD2E6;
	border-style:solid;
	margin-bottom:10px;
	
}
#bloc_them_bac_haut {

	
}

#bloc_them_bac_haut_centre {
	padding:2px;


	

	
}
#bloc_them_bac_haut_centre h3 {
	
	text-align:center;
	color:#627EB7;
}
#bloc_them_bac_haut_centre h4 {
	
	text-align:center;
	color:#666;
}


#bloc_them_bac .barre {

	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	padding-bottom : 1px;  
/*	margin-bottom: 26px; */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #627EB7;

}
#bloc_them_bac_tableau {
	width:908px;
	margin-left:10px;
	margin-right:10px;
	text-align:justify;
	
}
#bloc_them_bac_tableau table {
	float:left;
	border-width:1px;
	/*border-color:#627EB7;*/
	border-color:#BCD2E6;
	border-style:solid;
	background-color:#f2f8ff;
	margin-top:3px;
	
}

#bloc_them_bac_tableau .case {

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BCD2E6;
	padding-left:3px;
	padding-right:15px;
}
#bloc_them_bac_tableau .case_fichiers {

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BCD2E6;
	width:8%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BCD2E6;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
}
#bloc_them_bac_tableau .exercice {
	color:#627EB7;
	font-size:15px;
	padding-left:3px;
	font-weight:bold;

}
#bloc_them_bac_tableau .points {
	color:#666;
	font-size:14px;

}
#bloc_them_bac_tableau .description {
	font-size:14px;
	color:#333;
	padding-left:3px;

}
#bloc_them_bac_tableau .sujet {
	text-align:center;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BCD2E6;

}
#bloc_them_bac_tableau .calcu {
color:#F00;

}
#bloc_them_bac_tableau .corrige {
	text-align:center;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BCD2E6;

}
#bloc_them_bac_tableau .taille {
	font-size:11px;

}
#bloc_them_bac_tableau .session {
	font-size:14px;

}
#message_bas_sujet_sujet {
	text-align:center;
	font-size:14px;
	color:#666;
}
#legende {
	background-color:#f2f8ff;
	height:40px;

}


.iform {font: 12px/26px Verdana, Geneva, sans-serif; width:400px; margin:30px auto;}
.iform ul { margin:0; padding:0; list-style:none;}
.iform ul ul { overflow:auto}
.iform li { padding-bottom:5px;}
.iform label { 
 width:130px; display:block; float:left; line-height:26px;
}
.iform label.ilabel { 
 width:auto; display:inline; float:none; line-height:26px; padding:0 5px
}

.iform .itext,.iform .itextarea,.iform .iselect,.iform .ibutton { 	
	width:200px;
	border:1px solid #999;
	-webkit-border-radius: 3px;-khtml-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
	margin:0;
	padding:5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(6%, #eee), to(#fff));
	background: -moz-linear-gradient(top, #fff, #eee 2px, #fff 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;

}

.iform .itext:hover,.iform .itextarea:hover,.iform .iselect:hover,.iform .ibutton:hover,
.iform .itext:focus,.iform .itextarea:focus,.iform .iselect:focus,.iform .ibutton:focus{

border-color: #333;
background:#fff;

}

.iform .itext {

}


.iform .itextarea{ 
	height:100px; width: 250px;
}
.iform .ibutton {

	width:auto;
	background: #efefef;
	background: -webkit-gradient(linear, left top, left 25, from(#dadada), color-stop(6%, #efefef), to(#dadada));
	background: -moz-linear-gradient(top, #dadada, #efefef 2px, #dadada 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;

}
.iform .ibutton:hover,.iform .ibutton:focus { background:#dadada;}
.iform li.iheader { display:block; font-size:18px; border-bottom:1px solid #000; padding:5px; text-indent:10px; margin:5px 0 15px }
.iform li.iseparator { display:block; text-indent:-9999px; height:10px; line-height:10px; border-bottom:1px solid #999;margin:5px 0 15px }

.iform .required { border-color:#F00; }

#imessageOK,#imessageERROR{ border:1px solid #F60; padding:10px; font-size:16px; font-weight:bold; text-align: center; display:none; margin-bottom:20px;

	background: #F90;
	background: -webkit-gradient(linear, left top, left 25, from(#F90), color-stop(4%, #FC0), to(#F90));
	background: -moz-linear-gradient(top, #F90, #FC0 1px, #F90 25px);
	color:#fff;
	}
	
#gauche_boite {
	text-align:justify;
	
	width:42%;
	float:left;
	position:relative;
	margin-left:4%;
	margin-right:2%;
	font: 14px/28px Verdana, Geneva, sans-serif; 
	}
	
#gauche_boite p:first-letter {
	padding-left:20px;
}
	

#boite_form {
	
	text-align:left;
	width:45%;
	margin-right:4%;
	margin-left:2%;
	margin-bottom:10px;

	float:left;
	position:relative;
	
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: inset;
	
}

#gauche_boite_news {
	text-align:justify;
	
	width:42%;
	float:left;
	position:relative;
	margin-left:4%;
	margin-right:1%;
	font: 13px/26px Verdana, Geneva, sans-serif; 
	
	padding:3px;
	

	}
	
#gauche_boite_news h4 {
	text-align:center;
	color:#627EB7;
}

#gauche_boite_news a:visited {
	color:#00C; 
	text-decoration:none; 
}



#menu11 {
width: 96%;
margin: 2%;
border-style: solid solid none solid;
border-color: #BCD2E6;
border-size: 1px;
border-width: 1px;
}

#menu11 ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu11 li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
}

/* N'oubliez pas de renseigner l'adresse des images que vous avez */
#menu11 li.lepasbon a:link, #menu11 li.lepasbon a:visited {
color: #8BADCF;
display: block;
background: url(images/menu11.gif);
padding: 8px 0 0 10px;
}

#menu11 li.lepasbon a:hover {
color: #627EB7;
background: url(images/menu11.gif) 0 -32px;
padding: 8px 0 0 10px;
}
#menu11 li.lebon {
	color: #627EB7;
background: url(images/menu11.gif) 0 -32px;
padding: 8px 0 0 10px;
	
}
	

#boite_news {
	font: 13px/26px Verdana, Geneva, sans-serif; 
	padding:5px;

	text-align:left;
	width:45%;
	height:440px;
	max-height:440px;
	margin-right:4%;
	margin-left:2%;
	margin-bottom:10px;
	margin-top:36px;

	float:left;
	position:relative;

	border-style: solid solid solid solid;
	
	border-color: #BCD2E6;
	border-size: 1px;
	border-width: 1px;


	
}
#boite_news .img {
	position:relative;
top:-10px;
	left:0px;
	float:left;
	/*
		background-color:#BCD2E6;
border-style: solid solid solid solid;
	
	border-color: #627EB7;
	border-size: 1px;
	border-width: 1px;*/
	
	
}
#boite_news p.img {
	position: relative;
	height: 110px;
	overflow: hidden;

}
#boite_news h3 {
	margin-top:45px;
		text-align:center;
	color:#627EB7;
}
#boite_news h4 {
	margin-top:45px;
		text-align:center;
	color:#627EB7;
}
#boite_news .publie {
	text-align:center;
	font: 12px/24px Verdana, Geneva, sans-serif; 
	color:#666;

	
}
#boite_news .barre {

	margin-top:40px;
		padding-bottom : 10px;  
/*	margin-bottom: 26px; */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #627EB7;

}

#boite_news .contenu {
	float:left;

	margin-top:10px;
	/*border-width: 1px;
	border-style: solid;
	border-color: #627EB7; */
	
	height:260px;
	width:100%;
}

#boite_news .lien {
	float:left;
	width:100%;
	margin-top:3px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;

	/*border-width: 1px;
	border-style: solid;
	border-color: #627EB7; */
	
}
#boite_news a {
	color:#627EB7; 
	text-decoration:none; 
}

#boite_news a:hover { 
	color:#627EB7; 
	text-decoration:underline;

} 


#centredon {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding:20px;
	text-align:justify;
	
}
#centredon p {
	padding-bottom:25px;
}
#centredon p:first-letter {
	padding-left:50px;
	font-size:24px;
}


/* LIENS */
#menuliens {
	float:left;
	margin-left:22px;
	width:95%;
	margin-bottom:20px;
}

#menuliens_tab {
	border-width:1px;
	border-color:#BCD2E6;
	border-style:solid;
	font-size:13px;
	text-align:center;


	
}
.menuliens_titre {
	font-weight:bold;
	color:#000099;
	padding:3px;
	
	border-left-width: thin;
	border-left-style:solid;
	border-left-color:#BCD2E6;
	background-color:#D6E8FF;



}
.menuliens_titre_g {
	font-weight:bold;
	color:#000099;
	padding:3px;
	
	background-color:#D6E8FF;



}

.menuliens_case {
	border-top-width: thin;
	border-top-style:solid;
	border-top-color:#BCD2E6;
	border-left-width: thin;
	border-left-style:solid;
	border-left-color:#BCD2E6;
	background-color:#D6E8FF;
	
	padding-left:10px;
	text-align:justify;
	background-color:#f2f8ff;
	padding-right:3px;
	
	font-size:14px;
	
	
}
.menuliens_case_g {
	border-top-width: thin;
	border-top-style:solid;
	border-top-color:#BCD2E6;
	
	padding-left:10px;
	text-align:justify;
	background-color:#f2f8ff;
	padding-right:3px;
	font-size:14px;

	
	
}
.menuliens_texte {
	text-align:center;
	font-weight:bold;
	font-size:15px;
	color:#009;
	
}
.menuliens_texte a:link {
	color:#009;
	text-decoration:none;
	
}
.menuliens_texte a:active {
	color:#009;
	text-decoration:none;
	
}
.menuliens_texte a:visited {
	color:#009;
	text-decoration:none;
	
}
.menuliens_texte a:hover {
	color:#009;
	text-decoration:underline;

	
}
.texte_pres {
	text-align:justify;
	padding-left:20px;
	padding-right:20px;
}
.texte_pres ul {
	padding-left:100px;
	list-style-image: url("images/puce.png");
	text-align:left;
}
.texte_pres p {
	padding-bottom:10px;
}
.texte_pres p:first-letter {
	font-size:24px;
	margin-left:40px;
}
.signa {
	padding-left:500px;
	color:#666;
	font-family:Tahoma, Geneva, sans-serif;
}