/*
*
*	Styles globaux du site
*
*	Copyright (c) 2005-2007 zepitt.net
*	Date création : 30.12.05
*	Dernière modification : 31.8.07
*
*/

html { /* obliger l'affichage de la barre de scroll dans Firefox */
	height: 100%;
	margin-bottom: 1px;
}
body {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	padding:0px;
	margin:0px;
	background-color: #fff;
}
img {
	border: 0;
}

h1 {
	font-size: 17px;
	color: #369;
}

h3 {
	font-size: 15px;
	color: #333;
}





#header {
	float: left;
	width: 160px;
	height: 80px;


/*
	padding-bottom: -10px;
	margin-bottom: -10px;
*/

}
#header img.logo {
	padding: 5px;
}
#nav {
	margin-top: 56px;
	margin-left: 10px;
	float: left;
	line-height: normal;
	font-family: Verdana, Trebuchet, sans-serif;
	font-size: 12px;
}

#bandeauGaucheSup {
	margin-top: 96px;
	height: 280px;
}

#bandeauGaucheInf {
	width: 130px;
	height: 100px;
	padding: 15px;
	background: #fff;
	/*border: 1px solid #ccc;*/
}

#bandeauGauche {
	float: left;
	width: 160px;
	background: #369;
	background-image: url(images/photo_bandeau_gauche.gif);
	background-repeat: no-repeat;
	background-position: 0px 65px;	
}
#bandeauGauche p, #bandeauGauche p :link, #bandeauGauche p :visited {
	font-family: Arial;
	color: #fff;
}
#bandeauGauche p.accroche {
	font-size: 13px;
	margin-top: 20px;
	font-weight: bold;
	font-style: italic;
	padding: 0px 5px 0 15px;
}
#bandeauGauche p.news {
	font-size: 15px;
	margin: 0 0 0 10px;
	font-weight: bold;
	
}
#bandeauGauche p.newsDate {
	font-weight: bold;
	font-size: 12px;
	margin 0;
	margin-left: 10px;
}

#bandeauGauche p.newsDetail {
	font-size: 12px;
	margin-left: 10px;
	padding: 0 5px 0 0;
	margin 0;
}

#bandeauSup {
	float: left;
	width: 790px;
}



#bandeauSup div.bordGauche {
	float: left;
	width: 9px;
	height: 15px;
	background-image: url(images/bandeau_gauche_sup.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#bandeauSup div.central {
	float: left;
	margin-left: 0px;
	width: 760px;
	height: 15px;
	background-image: url(images/bandeau_central.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;

}

#bandeauSup div.bordDroite {
	float: left;
	margin-left: 0px;
	width: 21px;
	height: 15px;
	
	background-image: url(images/bandeau_droite_sup.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#contenu {	
	float: left;
	margin: 0 0 0 10px;
	width: 760px;
	font-size: 15px;
	text-align: justify;
}
strong, .gras {
	color: #369;
	font-weight: bold;
}
p.newsDetail span.gras {
	color: #fff;
	font-weight: bold;
}
#contenu p.texte a:link, #contenu p.texte a:visited {	
	text-decoration:none;
	color: #369;
	border-bottom: 1px dashed #369;
}
#contenu p.texte a:hover {	
	text-decoration:none;
	color: #000;
	border-bottom: 1px dashed #369;
	
}



#contenu span.rubrique a:link, #contenu span.rubrique a:visited, #contenu span.rubrique a:hover {
	font-weight: bold;
	color: #353535;
	text-decoration: none;
	border-bottom: 1px #ccc dashed;
}
#contenu span.rubrique a:hover {
	color: #ff9900;
}
#footer {
	font-family: Verdana, Arial, sans-serif;
	color: #999;
	width: 950px;
	height: 30px;
	margin-top: 70px;
	text-align: center;
	font-size: 12px;
}
#footer a:link, #footer a:visited {
	color: #999;
	text-decoration: none;
	border-bottom: 1px #ccc dashed;
}
	
#clear {
	clear: both;
}


/* onglets */
#nav ul {
  list-style: none;
  margin: 0;
  left: 0;
  padding: 0;
}
#nav li {
  float:left;
  background:url("images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
}
#nav a {
  float:left;
  display:block;
  background:url("images/right.gif") no-repeat right top;
  padding:5px 10px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav a:hover {
  color:#333;
  }
/* gère automatiquement la couleurs des onglets selon de body id */
#body1 #onglet1,
#body2 #onglet2,
#body3 #onglet3,
#body4 #onglet4,
#body5 #onglet5,
#body6 #onglet6 {
	background-image:url("images/left_on.gif");
}

#body1 #onglet1 a,
#body2 #onglet2 a,
#body3 #onglet3 a,
#body4 #onglet4 a,
#body5 #onglet5 a,
#body6 #onglet6 a {
	background-image:url("images/right_on.gif");
	color:#333;
	padding-bottom:5px;
}



/* formulaires */

#formulaire {
	border-color: #ccc;
	border-width: 1px;
	border-style: dotted;
	width: 550px;
	padding: 5px;
}



#formulaire label {
	display: inline;
	float: left;
	width: 200px;
	
}

#formulaire input, #formulaire textarea  { /* les styles au sein de la div #saisie */
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #ebebd9;
	padding: 3px;
	border: double 1px #ccc;
	width: 280px;
	margin-bottom: 4px;	
}
#formulaire input.nombre {
	width: 100px;	
}

#formulaire input.bouton {
	width: 100px;
	margin-left: 200px;
	margin-top: 10px;
	font-weight: bold;
}
#formulaire input.box {
	width: 15px;
}

#formulaire p.TG {
	margin-left: 200px;
	text-align: left;
}



span.bouton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #03c;
	border: 1px solid #b6c6dc;
	padding: 4px 6px;
	background-color: #e6ebf2;
	margin: 0 2px 0 2px;
}

span.bouton a:link, span.bouton a:visited {
	text-decoration: none;
	color: #03c;
}

span.bouton a:hover {
	color: #333;
	text-decoration: none;
}

.interligne10 {
	margin-top: 10px;
}

.interligne30 {
	margin-top: 30px;
}
.interligne50 {
	margin-top: 50px;
}



/* annonce des cours */
#annonce {
	width: 750px;
	height: 180px;
	border: 1px solid #ccc;
	padding: 5px;
}

#annonce .entete {
	float: left;
	margin-top: 10px;
	font-weight: bold;
	width: 200px;
	height: 130px;
	color: #369;
	background-image: url("images/prof.png");
	background-repeat: no-repeat;
	background-position: 5px 0px;	
}
p.idAnnonce {
	margin: 10px 0 0 60px;
}

#annonce .entete img {
	margin: 30px 0 0 5px;
}


#annonce .detail {
	font-size: 14px;
	float: left;
	margin: 5px 0 0 20px;
	width: 310px;
	/*background: #ccc;*/
	line-height: 19px;
}

#annonce .horaire {
	float: left;
	margin: 5px 0 0 5px;
	font-weight: bold;
	width: 200px;
	background: #fafafa;
	line-height: 23px;
	padding: 2px;
	border: 1px #f5f5f5 solid;
}


/* calendrier */
table.calendrier {
	border-collapse: collapse;
	font-size: 12px;
	line-height: 14px;
	width: 200px;
	padding: 0px;
}
table.calendrier th {
	font-weight: bold;
}
table.calendrier th.col { 
	text-align: center;
}
table.calendrier th.col.col1 { 
	width: 80px;
	
}
table.calendrier th.col.col2,table.calendrier th.col.col3, table.calendrier th.col.col4 { 
	width: 40px;
}

table.calendrier td.bordDroite {
	border-right: 1px #ccc solid;
}

table.calendrier td {
	text-align: center;
}
	
/* calendrier public */
table.calendrierPublic {
	border-collapse: collapse;
	font-size: 13px;
	
	line-height: 14px;
	width: 300px;
	padding: 0px;	
}
table.calendrierPublic th {
	font-weight: normal;
}
table.calendrierPublic th.col { 
	text-align: center;
}
table.calendrierPublic th.col.col1 { 
	width: 60px;
	
}
table.calendrierPublic th.col.col2,table.calendrierPublic th.col.col3, table.calendrierPublic th.col.col4 { 
	width: 80px;
}

table.calendrierPublic td.bordDroite {
	border-right: 1px #ccc solid;
}

table.calendrierPublic td {
	text-align: center;
}	
	
table.calendrierPublic input {
	font-size: 20px;
	padding: 300px;
}
	
	
	
	
	
	
	
/* romain pour CG */
ol {list-style-type: lower-roman; margin: 1em 0 1em 2px }
ol li { 
	margin: 0.8em 
}


#contenu img.droite {
	margin: 10px 0px 5px 10px;
	padding: 1px;
	border: 2px solid #ccc;
	float: right;
}












/* ---------->>> info-bulles jtip <<<---------------------------------------------------------------*/
#JT_arrow_left{
	background-image: url(images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
	top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}
#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}
.JT_loader{
	background-image: url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}
#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}
#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}
#JT_copy p{
	margin:3px 0;
}
#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}
.jTip{
cursor:help;
}

.alerte {
	font-weight: bold;
	color: #f00;
}
