
/******************************/
/******** Template André Masson. Octobre 2009 ********/
/******************************/

@charset "UTF-8";

/******************************/
/******** Structure ********/
/******************************/

body  {
	background-color: #48525C;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size:15px;
}
#container { 
	width: 900px;
	margin: 20px;
	background-image: url(sunriseFond.jpg);
} 
#header {
	height: 138px;
	width: 900px;
	background-image: url(bandeauMasson.jpg);
	background-repeat: no-repeat;
} 
#sidebar {
	float: left;
	width: 220px;
	margin-left: 20px;
	padding: 20px;
	font-size: 85%;
}

#sidebar a:link, a:visited {
	color: #0033CC;
	text-decoration: none;
}
#sidebar a:hover, a:active{
	color: #c96;
	text-decoration: none;
}

#main  { 
	margin: 0 30px 0 280px;
	padding: 20px;
	text-align:justify;
} 
#main a:link, a:visited {
	color: #0033CC;
	text-decoration: none;
}
#main a:hover, a:active{
	color: #c96;
	text-decoration: none;
}

#footer { 
	padding: 10px;
	background-color: #eee; 
	clear:both;	/* doit être dans l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	text-align:center;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	font-weight:bold;
	color: #333;
}
#footer a:link, .breadcrumb a:visited {
	color: #0033CC;
	text-decoration: none;
}
#footer a:hover, .breadcrumb a:active {
	color: #c96;
	text-decoration: none;
}

/******************************/
/******** Titres et liens ********/
/******************************/


h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 18px;
	color: #363;
}
h2 {
	font-size: 18px;
	color: #993300;
}
h3 {
	font-size: 16px;
	color: #363;
}
h4 {
	font-size: 16px;
	color: #993300;
}
h5 {
	font-size: 14px;
	color: #363;
}
h6 {
	font-size: 14px;
	color: #993300;
}
a:link, a:visited {
	color: #0033CC;
	text-decoration: none;
}
a:hover, a:active{
	color: #c96;
	text-decoration: none;
}

/******************************************/
/*********** Breadcrumb ***************/
/******************************************/

.breadcrumb {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 5px;
	padding-right: 30px;
}
.breadcrumb a:link, .breadcrumb a:visited {
	color: #0033CC;
	text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:active {
	color: #c96;
	text-decoration: none;
}


/******************************************/
/*********** Sidebar ***************/
/******************************************/

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	color: #c00;
}
#sidebar h1 {
	font-size: 18px;
	color: #363;
}
#sidebar h2 {
	font-size: 18px;
	color: #993300;
}
#sidebar h3 {
	font-size: 16px;
	color: #363;
}
#sidebar h4 {
	font-size: 16px;
	color: #993300;
}
#sidebar h5 {
	font-size: 14px;
	color: #363;
}
#sidebar h6 {
	font-size: 14px;
	color: #993300;
}

/********************************************/
/********Horizontal Menu Styles************/
/*********************************************/
/* 
 *		Horizontal, top-2-bottom mainmenu
 *		Copyright Aleksandar Vacic, www.aplus.co.yu, some rights reserved http://creativecommons.org/licenses/by-sa/2.0/
 */

/*		------	Basic style	------		*/

#mainmenu {
	display: block;
}
#mainmenu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}
#mainmenu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
}
#mainmenu a {
	display: block;
}
#mainmenu li li {
	width: 100%;
}

/* fix the position for 2nd level submenus. first make sure no horizontal scrollbars are visible on initial page load... */

#mainmenu li li ul {
	top: 0px;
	left: 0;
}

/* ...and then place it where it should be when shown */
#mainmenu li li:hover ul {
	left: 100%;
}

/* initialy hide all sub menus */
#mainmenu li ul {
	display: none;
	position: absolute;
	z-index: 10;
}

/* display them on hover */
#mainmenu li:hover>ul {
	display: block;
}

/* this is needed if you want to style #mainmenu div - force containment of floated LIs inside of main UL */
#menuList:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}


/*		------   Make-up	--------			*/

#mainmenu {
	background-color: #eee;
	height: 26px;
	padding-top: 8px;
	padding-left: 20px;
}
#mainmenu li {
	background-color: transparent;
}
#mainmenu li li {
	background: none;
	width: 150px;
}
#mainmenu a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	color: #0033CC;
	padding: 2px 10px 2px 10px;
}

#mainmenu a:link, a:visited {
	color: #0033CC;
	text-decoration: none;
}
#mainmenu a:hover, a:active {
	color: #c96;
	text-decoration: none;
}

#mainmenu li:hover>a {
	color: #c96;
	background-color: transparent;
}
#mainmenu li li a {
	color: #0033CC;
 	font-size: 13px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	background: none;
	padding: 5px 7px 5px 10px;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}
#mainmenu li li:hover>a {
	color: #c96;
	background-color: transparent;
}
#mainmenu li ul {
	color: #000000;
	/*margin-left: 10px;*/
	background-color: #ddd;
	width: 150px;
}
#mainmenu li li ul {
	border-top-width: 0px;
	margin: 4px 0 0 -10px;
}
#mainmenu li li li:first-child {
	border-top: 1px solid #eee;
}
#mainmenu li li.submenu>a:after {
	content: "";
}


/***********************************************************/
/* Personnalisation styles Calendrier et News */
/***********************************************************/

/*   res/cssCalendar.css */
/* List view CSS */
/*****fichier personnalisé dans l'extension newsCalendar/res/*******/


/*  res/tt_news_v2_styles.css  */
/**** tt_news Page-Browser ****/

.tx-ttnews-browsebox {
	margin-top:1em;     /*perso*/
	border:0;       /*1px solid #666;*/
	padding:0.2em;
	background-color: #eee;                     /*#F9FFE5;*/
}
.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}
.tx-ttnews-browsebox-SCell {
	background-color: #FFF8F1;          /* #BBE53A;*/
	border:0;         /*1px solid #666;*/
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}

	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:1em;	
	margin-bottom:1em;   /*perso*/
	margin-top:1em;       /*perso*/
	border:0;                           /*1px solid #666;*/           
	background-color: #eee;          /*#FFF8F1;        #F9FFE5;*/
}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: #993300;        /*#85A600;*/
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}
/**/
.news-single-img {
	float: right;
margin-left:5px;
}
.news-single-imgcaption {
	padding:3px;
	clear:both;
}
.news-single-category {
	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #BBE53A;
	clear: both;
	margin-top: 15px;
	border: 1px solid #666;
padding:3px;
padding-bottom:0px;
}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
margin:0px;
	margin-bottom: 3px;
padding:3px;
	background-color:#F9FFE5;
}
.news-single-related DD, .news-single-links DD, .news-single-files DD {
margin-left:20px;
;
}
.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
margin-left:5px;
width:90%;
}


/******************************/
/******** Ecriture ********/
/******************************/



.Style1 {color: #000000;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.Style11 {color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.Style12 {color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

.Style13 {color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}


.Style2 {color: #993300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
}

.Style2 {color: #993300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
}

.Style21 {color: #993300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}

.Style22 {color: #993300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
}

.Style23 {color: #993300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
}

.Style24 {color: #993300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
}

.Style25 {color: #993300;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
}

.Style26 {color: #993300;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
}

.Style27 {color: #993300;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
}

.Style28 {color: #993300;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 30px;
	font-style: italic;
}

.Style29 {color: #993300;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
}


.Style3 {color: #0033CC;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

.Style31 {color: #0033CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.Style32 {color: #0033CC;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

.Style33 {color: #0033CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.Style34 {color: #0033CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}

.Style35 {color: #0033CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
}

.Style36 {color: #0033CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
}

.Style4 {color: #eee;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
}

.Style5 {color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
};

.Style51 {color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.Style52 {color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.Style6 {color: #336633;	
    font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;	
}

.Style61 {color: #336633;	
    font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;	
}
.Style7 {color: #663300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
}


