/**
 * Style sheet type
 */
a:link, a:visited, a:hover, a:active
{
	color:#2966b7;
	text-decoration:underline;
}

.mod_login
{
	padding:0px 10px 5px 10px;
	background-color:#f9c53c;
	background-image:url("tl_files/cher-loire-systeme/login_fond.gif");
	background-position:center top;
	background-repeat:repeat-x;
}

input.submit
{
	text-align:center;
}

.mod_login p
{
	margin:5px 0px 0px 0px;
	padding:0px;
}

.mod_login input
{
	width:155px;
	margin:0px;
	padding:0px;
}

.mod_login div.submit_container
{
	margin:0px;
	padding:0px;
	text-align:right;
}

.mod_login input.submit
{
	width:100px;
	margin:0px;
	padding:0px;
	text-align:center;
}

div#option-login
{
	background-color:#fff191;
}

div#option-login li
{
	margin:0px 0px 5px 10px;
	padding:0px;
}

div#option-login li a
{
	font-size:85%;
}

table.calendar, table.minicalendar
{
	width:100%;
}

table.calendar thead th.head
{
	height:25px;
	text-align:center;
	vertical-align:middle;
	background-color:#23568d;
	background-image:url("tl_files/cher-loire-systeme/menu_fond_bleu.gif");
	color:#fff;
}

table.minicalendar thead th.head
{
	height:10px;
	text-align:center;
	vertical-align:middle;
	background-color:#23568d;
	background-image:url("tl_files/cher-loire-systeme/menu_fond_bleu.gif");
	color:#fff;
}

table.calendar thead th.label
{
	width:14.28%;
	height:25px;
	padding-left:5px;
	background-color:#3481c6;
	background-image:url("tl_files/cher-loire-systeme/menu_fond_bleu_hover.gif");
	color:#ebf2fa;
}

table.minicalendar thead th.label
{
	width:14.28%;
	height:10px;
	background-color:#3481c6;
	background-image:url("tl_files/cher-loire-systeme/menu_fond_bleu_hover.gif");
	color:#ebf2fa;
}

table.calendar thead th.head a, table.minicalendar thead th.head a
{
	color:#fff;
}

table.calendar tbody td
{
	height:60px;
	vertical-align:top;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-collapse:collapse;
}

table.minicalendar tbody td
{
	text-align:center;
	vertical-align:top;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-collapse:collapse;
}

table.calendar tbody td.col_first
{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-collapse:collapse;
}

table.minicalendar tbody td.col_first
{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-collapse:collapse;
}

table.calendar tbody td.empty
{
	background-color:#e1e2e3;
}

table.minicalendar tbody td.empty
{
	background-color:#e1e2e3;
}

table.minicalendar tbody td.active
{
	background-color:#f49316;
}

table.calendar tbody td.weekend
{
	background-color:#c2f6b1;
}

table.calendar tbody td.days div.event
{
	padding:5px;
}

table.calendar tbody td.days div.header
{
	padding:2px 2px 2px 5px;
	vertical-align:top;
	background-color:#e7f4fa;
}

table.calendar tbody td.empty div.header
{
	padding:2px 2px 2px 5px;
	vertical-align:top;
	background-color:#e1e2e3;
}

table.calendar tbody td.weekend div.header
{
	padding:2px 2px 2px 5px;
	vertical-align:top;
	background-color:#8feb70;
}

table.calendar tbody td.active div.header
{
	padding:2px 2px 2px 5px;
	vertical-align:top;
	background-color:#f49316;
}

body
{
	background-color:#fff;
	background-image:url("tl_files/cher-loire-systeme/body_fond.jpg");
	background-position:center top;
	background-repeat:no-repeat;
}

#wrapper
{
	background-color:#ffffff;
	background-image:url("tl_files/cher-loire-systeme/entete_fond.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	border-top:0px solid #ababab;
	border-right:1px solid #ababab;
	border-bottom:1px solid #ababab;
	border-left:1px solid #ababab;
}

#container
{
	background-image:url("tl_files/cher-loire-systeme/footer_fond.png");
	background-position:center bottom;
	background-repeat:no-repeat;
}

#page
{
	z-index:1;
}

#main
{
	padding-top:15px;
}

body.accueil #main
{
	padding-top:0px;
}

#right
{
	padding-top:10px;
}

/* -------- Bases -------- */
*
{
	margin:0px;
	padding:0px;
	text-align:left;
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#000000;
}

.inside
{
	padding:10px 30px;
}

#header .inside
{
	padding:0px;
}

ul, li
{
	list-style-type:none;
}

#main ul, #main li
{
	margin-top:5px;
	margin-left:20px;
	list-style-type:disc;
	list-style-position:outside;
}

#main ul ul, #main li li
{
	margin-left:10px;
	list-style-type:circle;
	list-style-position:inside;
}

h1
{
	margin:0px auto 10px 0px;
	text-align:left;
	border-bottom:1px solid #d56d10;
	font-weight:bold;
	font-size:165%;
	color:#d56d10;
}

#header h1
{
	margin:0px auto 0px 0px;
	padding:0px;
	text-align:left;
	border:0px;
}

#header h1 a
{
	width:194px;
	height:89px;
	display:block;
	margin:0px auto 2px 10px;
	padding:0px;
	text-align:left;
	border:0px;
	font-size:0px;
	color:#ffffff;
	text-indent:-6000px;
}

h2
{
	margin:5px 0px;
	border-bottom:1px solid #d56d10;
	font-weight:bold;
	font-size:125%;
	color:#d56d10;
}

#main h2
{
	margin:15px 0px 10px 0px;
	padding-left:20px;
	background-image:url("tl_files/cher-loire-systeme/puce_h2.png");
	background-position:left center;
	background-repeat:no-repeat;
	border-bottom:0px;
	font-weight:bold;
	font-size:145%;
	color:#2a67b7;
}

#main h2 a
{
	font-weight:bold;
	text-decoration:none;
	font-size:99%;
	color:#2a67b7;
}

#right h2
{
	margin:5px 0px 10px 0px;
	padding:0px 0px 0px 16px;
	background-image:url("tl_files/cher-loire-systeme/titre_droite.gif");
	background-position:left center;
	background-repeat:no-repeat;
	border-bottom:0px;
	font-weight:bold;
	font-size:115%;
	color:#3999a1;
}

p
{
	margin:5px 0px;
}

/* ----------- listes actualités ----------- */
.mod_newslist
{
	margin:0px 0px 5px 0px;
}

.mod_newslist div.layout_short
{
	margin:0px 0px 5px 0px;
	padding:5px 0px;
	border-top:0px dotted #999999;
	border-right:0px dotted #999999;
	border-bottom:1px dotted #999999;
	border-left:0px dotted #999999;
}

.mod_newslist div.last
{
	border-top:0px hidden;
	border-right:0px hidden;
	border-bottom:1px hidden;
	border-left:0px hidden;
}

/* ------------- Menu de navigation principal ------------- */
.mod_navigation p
{
	margin:0px;
}

#footer
{
	color:#424242;
}

#footer #gauche
{
	color:#424242;
	float:left;
	width:600px;
}

#footer #droite
{
	float:right;width:300px;text-align:right
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active
{
	color:#424242;
	text-decoration:underline;
}

#footer li
{
	float:left;
	margin:0px 10px 0px 0px;
}

#footer p
{
	margin:0px 0px 10px 0px;
}

div.ce_text
{
	clear:both;
}

/* Texte d'accueil */
.accueil div.ce_text
{
	width:350px;
	float:left;
	clear:none;
	padding-top:15px;
	padding-left:10px;
}

/* Anim d'accueil */
.accueil div.mod_flash
{
	float:left;
}

.ce_text strong
{
	font-weight:bold;
	color:inherit;
}

/* Formulaire de contact */
table td.col_0
{
	width:150px;
	padding-right:10px;
	text-align:right;
	vertical-align:top;
}

td.explanation p
{
	margin-top:5px;
	margin-bottom:5px;
	margin-left:320px;
	text-align:right;
	font-size:11px;
}

table td.col_1
{
	padding-bottom:6px;
	text-align:left;
	vertical-align:top;
}

table td.col_1 input.text
{
	width:380px;
}

div.error
{
	padding:2px;
	background-color:#ffff99;
	font-weight:bold;
	font-size:85%;
	color:#cc6600;
}

table td.col_1 label
{
	margin-right:10px;
}

table label.mandatory, span.mandatory
{
	font-weight:bold;
	color:#D56D10;
}

textarea
{
	width:380px;
	height:150px;
}

#rechercher
{
	width:320px;
	left:630px;
	top:111px;
	position:relative;
}

#rechercher label
{
	width:134px;
	height:17px;
	float:left;
	display:block;
	margin:0px;
	padding:0px;
	background-image:url("tl_files/cher-loire-systeme/entete_recherche_lib.png");
	background-position:right top;
	background-repeat:no-repeat;
	border:0px;
	font-size:2px;
	text-indent:-6000px;
}

#rechercher input.text
{
	width:150px;
	height:15px;
	float:left;
	display:block;
	margin:0px;
	padding:0px;
	background-color:#fff;
	border-top:1px solid #838383;
	border-right:0px solid #838383;
	border-bottom:1px solid #838383;
	border-left:1px solid #838383;
	font-size:85%;
}

#rechercher input.submit
{
	width:24px;
	height:17px;
	float:left;
	display:block;
	background-image:url("tl_files/cher-loire-systeme/entete_recherche_btn.png");
	background-position:left top;
	background-repeat:no-repeat;
	border:0px;
	font-size:0px;
	text-indent:-6000px;
	background-color:transparent;
	cursor:pointer;
}

.mod_search p.header
{
	margin-top:20px;
	margin-bottom:10px;
	color:#666666;
}

.mod_search div h3
{
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
	color:#209d8d;
}

.mod_search div h3 a
{
	color:#008a77;
}

.mod_search div h3 span.relevance
{
	font-weight:normal;
	color:#2a69b8;
}

.mod_search div p.url
{
	font-weight:bold;
	font-size:95%;
	color:#cc6600;
}

.mod_search div p.url span.filesize
{
	font-weight:bold;
	font-size:95%;
	color:#666666;
}

.mod_search div.even
{
	padding:10px;
	background-color:#e8f1fd;
	color:#666666;
}

.mod_search div.odd
{
	padding:10px;
	background-color:#f2fcfd;
}

.mod_search h3
{
	margin-top:10px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:115%;
	color:#f59921;
}

.mod_newsarchive h1
{
	font-size:105%;
}

.pdf_link a
{
	width:31px;
	height:30px;
	float:right;
	display:block;
	background-image:url("tl_files/cher-loire-systeme/pdf.png");
	background-position:center top;
	background-repeat:no-repeat;
	font-size:0px;
	text-indent:-6000px;
}
