@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 {
	list-style: none;
	margin: 0;
}

ul.choix li {
	display: inline;
}

ul.choix li a  {
	float: left;
	display:block;
	width: 193px;
	height: 120px;
	margin: 20px 0 20px 20px;
	text-indent: -9999px;
}

ul.choix li a.particulier {background: transparent url('../img/scolaire/btn-particulier.jpg') 0 0 no-repeat;}
ul.choix li a.commune {background: transparent url('../img/scolaire/btn-commune.jpg') 0 0 no-repeat;}
ul.choix li a.syndicat {background: transparent url('../img/scolaire/btn-syndicat.jpg') 0 0 no-repeat;}

#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;
}
