/* @override
	http://test.hyrule.lsv.fr/www.mairie-aixesurvienne.fr/CSS/styles_typo.css
*/

* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

/* @group ###### LIENS */

a:link, a:visited {
	color: #ff8a38;
}

a:hover, a:active {
	color: #2abddc;
	background-color: #ecf6f8;
}

a.lienExterne {
	background: url(../IMAGES/pct_lienout.gif) no-repeat right top;
	height: 3em;
	padding-right: 20px;
}

a.lienDoc {
	color: #2c83fa;
	text-decoration: underline;
	background: url(../IMAGES/pct_doc.gif) no-repeat left center;
	padding-left: 25px;
	padding-top: 8px;
	padding-bottom: 6px;
}

a.lienDoc:hover {
	background-color: #e1f6e4;
}

a.lienNone:link, a.lienNone:visited {
	text-decoration: none;
	color: inherit;
	font-weight: normal !important;
	padding-left: 15px;
	background-image: url(../IMAGES/pct_lien.gif) !important;
	background-repeat: no-repeat;
	background-position: left top;
}

a.lienNone:hover, a.lienNone:active {
	color: #633561;
	margin-left: 0.3em;
}

#blocResumes a.lienNone:link, #blocResumes a.lienNone:visited {
	background-image: url(../IMAGES/pct_rubrique.gif) !important;
}

#sideBar h2 a.lienNone, #sideBar h2 a.lienNone:hover {
	color: #ffffff;
	background-color: #92CA4E;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: none;
	background-image: url(../IMAGES/pct_rubrique.gif) !important;
}

a.spip_out {
	background: url(../IMAGES/pct_spipout.gif) no-repeat right top;
	height: 2em;
	padding-right: 20px;
}

a.lienConsulter {
	color: #888;
	border-top-color: #eaeaea;
	border-top-width: 1px;
	border-top-style: solid;
	display: block;
	text-decoration: none;
	font-size: 1.1em;
	width: 100%;
}

#blocAccueil .resumeRubrique a.lienConsulter {
	position: absolute;
	bottom: 0;
}

#cheminNavigation a {
	margin-bottom: 1em;
	color: #197e8f;
}

/* @end */

/* @group ###### TITRES */

h1 {

}

h2 {
	color: #D84837;
	font-size: 2em;
	font-weight: bold;
}

h2.theme {
	color: #197e8f;
	font-size: 1.5em;
	font-weight: normal;
	width: 45%;
	background-color: #ECF7FC;
	padding: 3px;
	text-align: center;
}

.surtitre {
	font-style: italic;
	font-variant: normal;
	color: #666;
	font-size: 80%;
}

.soustitre {
	font-style: italic;
	font-size: 80%;
	margin: 0 !important;
	padding: 0;
	font-weight: bold;
}

h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #005A5A;
	font-family: Helvetica, Arial, sans-serif;
	border-bottom-color: #005A5A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 0.3em;
	margin-top: 1em;
}

h4 {
	font-size: 1.5em;
	font-weight: normal;
	color: #005A5A;
	margin-top: 1em;
	font-style: normal;
}

h5 {
	color: #6f7f65;
}

/* @end */

/* @group ###### CONTENU */

#contenu p, #contenu ul li, #contenu ol li {
	font-size: 1.3em;
	line-height: 1.2em;
	color: #222;
	margin-bottom: 1em;
}

#contenu ul li {
	line-height: 1em;
	margin-left: 2em;
	background-image: url(../IMAGES/pct_li.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px !important;
	margin-bottom: 0.5em;
}

#contenu ol li {
	line-height: 1em;
	margin-left: 2em;
	padding-left: 10px !important;
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 0;
}

.article h3 {
	clear: both;
	margin-top: 2em;
}

#blocListeArticles .article h3 {
	clear: none !important;
}

.article p {
	margin-left: 1em;
}

.article strong {
	/*color: #FF4400;
	background-color: #FFEEAA;*/
	padding-right: 2px;
	padding-left: 2px;
}

#contenu ul ul {
	margin-top: 1em;
}

#contenu li li {
	line-height: 1em;
	background-image: url(../IMAGES/li_li_contenu.gif);
	font-size: 1em;
	padding: 0;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.3em;
	margin-left: 0;
}

#blocIntro p {
	padding: 0;
	margin: 0;
	color: #369;
	margin-top: 0.6em;
	text-align: justify;
	font-size: 1.4em;
}

#sideBar p {
	color: #333;
	font-size: 1.2em;
}

small {
	font-size: 1.1em;
	color: #999;
}

.chapeau {
	font-size: 1.4em !important;
}

.mentions {
	color: #666;
	margin: 0 0 0.4em;
	padding: 0;
}

strong {
	margin-bottom: 0.8em;
	font-weight: bold;
}

/* @end */

/* @group ###### SIDEBAR */

#sideBar h2 {
	color: #ffffff;
	background-color: #92CA4E;
	font-size: 1.2em;
	text-transform: uppercase;
	border-color: #ffffff;
	border-width: 2px;
	border-style: solid;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 5px;
	clear: both;
}

#sideBar h4 {
	font-weight: normal;
	color: #398183;
	margin-top: 1em;
}

#sideBar h4 a {
	font-size: 0.9em;
}

/* @end */

/* @group ###### ACTUALITES */

#sideBar #actusUne {
	overflow: hidden;
}

#actusUne ul {
	margin-bottom: 10px;
}

#sideBar #actusUne ul li {
	clear: left;
	border: 1px solid #EFFAE6;
	position: relative;
	overflow: hidden;
}

.date {
	width: 3em;
	background-color: #DBE5D3;
	text-align: center;
	margin: 20px 6px 4px;
	display: block;
	float: left;
	position: relative;
}

.day {
	font-weight: bold;
	font-size: 15px;
	color: #2abddc;
	background-color: #DBE5D3;
	margin-right: 0;
	margin-left: 0;
	position: relative;
	top: 12px;
	margin-bottom: 0;
}

.month {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	background-color: #2abddc;
	margin: 0;
	position: relative;
	top: -20px;
}


#actusUne h4 {
}

#lienRss, .tout {
	/*float: right;*/
	display: block;
	font-size: 12px;
	margin: 10px 0 0 5px;
	clear: both;
}

#lienRss img {
	vertical-align: middle;
	border: 0;
	margin-left: 5px;
	
}

/* @end */

/* @group ###### SERVICES PUBLIC LOCAL */

#spl_wrapper {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

#spl_conteneur {
	font-family: Arial, Helvetica, sans-serif;
}

#spl_breadcrumb {
	display: none;
}

#spl_piedpage {
	display: none;
}

.spl_pagetop {
	display: none;
}

.spl_titre_info {

}

#spl_conteneur div.spl_cadre {
	border-color: #000 !important;
	border-width: 2px;
}

#spl_conteneur .spl_cadre div.spl_contenu {
	border-style: none;
}

#spl_conteneur div.spl_fort div.spl_contenu {
	background-color: #fff !important;
	border-style: none;
}

#spl_conteneur a {
	color: #ff8a38 !important;
	font-family: Arial, Helvetica, sans-serif;
}

#spl_conteneur a:hover {
	color: #2abddc !important;
	background-color: #ecf6f8 !important;
}

#spl_conteneur li {
	font: 13px Arial, Helvetica, sans-serif !important;
}

#spl_conteneur #spl_onglets .spl_actif .ar {
	background-color: #000;
}

#spl_conteneur span.ar, #spl_conteneur span.ah, #spl_conteneur span.at {
	display: none !important;
}

#spl_wrapper #spl_conteneur h2 {
	font-size: 14px !important;
	background: #2abddc;
	padding-left: 5px;
	padding-bottom: 5px !important;
	padding-top: 5px !important;
	color: #fff;
}

#spl_wrapper #spl_conteneur h3 {
	line-height: 1.5em;
}

#spl_conteneur #spl_contenu li {
	font-size: 10px;
}

#spl_wrapper #spl_conteneur p {
	font-size: 11px !important;
}

/* @end */