@import url('global.css');

div#content h1 {
	background: transparent url(../img/h1-scolaire.gif) top left no-repeat;
}

h2.actualites {background:transparent url(../img/title/actualites-green.gif) top left no-repeat;}
h2.infos {background:transparent url(../img/title/infos-pratiques-green.gif) top left no-repeat;}

div#left .somme {
	border-color: #96bf0d;
}

div#content p{
	margin:20px 0 0 20px;
}

div#content .organisation, div#content .horaires, div#content .securite{
	width:574px;
	height:175px;
	margin-top:20px;
	padding-left:65px;
}


div#content .organisation{
	background:url(../img/scolaire/bg-organisation.jpg);
}

div#content .horaires{
	background:url(../img/scolaire/bg-horaires.jpg);
}

div#content .securite{
	background:url(../img/scolaire/bg-securite.jpg);
}

div#content .organisation h2, div#content .horaires h2, div#content .securite h2{
	color:#000;
	margin:0 0 10px 0;
	padding:15px 0 0 0;
}

div#content .organisation a, div#content .horaires a, div#content .securite a{
	color:#96bf0d;
	text-decoration:none;
}

div#content .organisation a:hover, div#content .horaires a:hover, div#content .securite a:hover{
	color:#a70230;
	text-decoration:none;
}

div#content .organisation p, div#content .horaires p, div#content .securite p{
	margin-top:20px;
}


/**************** HORAIRES SCOLAIRES **********/
ul.choix, ul.infos {
	list-style: none;
	margin: 0;
}

ul.choix li, ul.infos li {
	display: inline;
}

ul.choix li a, ul.infos li  {
	float: left;
	display:block;
	width: 193px;
	height: 70px;
	margin: 4px 0 0 20px;
	text-indent: -9999px;
	text-align: center;
}

ul.choix li a {margin-top:20px;height:120px;background: transparent url('../img/scolaire/btn-horaires.jpg') 0 0 no-repeat;}
ul.choix li.particulier a {background-position: 0 -120px;}
ul.choix li.commune a {background-position: -193px -120px;}
ul.choix li.syndicat a {background-position: -386px -120px;}

ul.choix li.particulier a.off {background-position: 0 0;}
ul.choix li.commune a.off {background-position: -193px 0;}
ul.choix li.syndicat a.off {background-position: -386px 0;}

ul.choix li.particulier a:hover,ul.choix li.particulier a.selected {background-position: 0 -120px;}
ul.choix li.commune a:hover,ul.choix li.commune a.selected {background-position: -193px -120px;}
ul.choix li.syndicat a:hover,ul.choix li.syndicat a.selected {background-position: -386px -120px;}



#retour, #retour2, #retour3 {clear:both};


/*************************** SECURITE *****************************************/

div#content .secu{
	border:1px solid #000;
	width:280px;
	height:120px;
	float:left;
	padding:10px;
	margin : 10px 10px 0 0;
}

div#content .secu h3{
	margin:0;
	padding:0;
	font-size:1.2em;
	text-align:center;
}

div#content .secu p{
	margin:0;
}

.hide {
	display: none;
}

div#content h3 a:hover{
	color:#96bf0d;
}

