
/******************************/
/******** 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: 898px;
	margin: 20px;
	background-image: url(sunriseFond.jpg);
} 
#header {
	height: 138px;
	width: 898px;
} 

#main  { 
	margin: 0 30px;
	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;
}


/********************************************/
/********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: "";
}


/******************************/
/******** 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;
}

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

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


