body{
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	color: Black;
	line-height: 1.166;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

p.cent {
	text-align: center;
}

p.rightbold {
	text-align: right;
	font-weight: bold;
	margin-left: 400px;
}

p.rightalign {
	text-align: right;
}

a:link, a:visited, a:hover {
	color: #8A2FB7;
	text-decoration: none;
}

a:hover {
	/* background-color:#BBE0E3; */
        text-decoration: overline;
	background-color:none;
	text-decoration: none;
	color: #BC8F8F;

}
/* overrides decoration from previous rule for hovered links */

h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 125%;
}

h1.cent {
	text-align: center;
	line-height: 100%;
}

h2 {
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 150%;
}

h3 {
	font-size:24px;
	font-weight:bold;
	padding-top: 10px;
	line-height: 150%;
}

h3.center {
	font-size:24px;
	font-weight:bold;
	padding-top: 10px;
	line-height: 100%;
	text-align: center;
}

h4 {
	font-size:18px;
	font-weight:bold;
	padding-bottom: 10px;
	line-height: 150%;
}

h5 {
	font-size:18px;
	font-weight:bold;
	line-height: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

h6 {
	font-size:16px;
	font-weight:bold;
	line-height: 120%;
	margin-bottom: 10px;
	margin-top: 10px;
}

h6.center {
	text-align: center;
}

img{
    border-style: none;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#bandeau{
	padding: 0px 0px 0px 0px;
	/*border: 1px solid #cccccc;*/
	margin:8px 8px 0px 8px;
	background-color:transparent;
	text-align: center;
}

#menu_container{
	margin: 8px 0 8px 8px;
	/*border: 1px solid #cccccc;*/
	width: 16%;
	background-color:transparent;
	background:url(/images/AngleBD.gif) bottom right no-repeat;
}

#content{
	width: 100%;
	margin: 8px 8px 8px 0px;
	background-color: transparent;
}

#text {
	float: right;
	width: 78%;
	margin: 8px 8px 8px 0px;
	background-color: transparent;
}

div.clear {
clear: both;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 10px 0px 5px 0px;
	background:url(/images/barreL.jpg) top left repeat-y;
	text-align: center;
}

/*************** #boxName styles **************/

#boxName{
	padding: 5px 5px 5px 25px;
	background:url(/images/barreM.jpg) top left repeat-y;
	text-align: left;
	/*border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;	
	border-top: 1px solid #cccccc;*/
	width: auto;
}

/************** .feature styles ***************/

.feature{
	padding: 10px 0px 10px 0px;
	font-size: 80%;
	margin:0 0 8px 0;
	text-align: justify;
	/*border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;*/
}

.feature h3{
	padding: 10px 0px 0px 25px;
	text-align: left;
}

.feature img{
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 10px 10px;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 10px 0px;
	font-size: 80%;
	/*border: 1px solid #cccccc;*/
	margin:0 0 8px 0;
	text-align: justify;	
}

.story p{
	padding: 0px 0px 5px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	margin:0px 8px 0px 8px;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */


/*********** #navBar link styles ***********/


#navTitle{
	padding: 5px 0px 0px 5px;
	background: url(images/barreS.jpg) top left repeat-y;
	text-align: left;
}

#left {
	position: relative;
	float: left;
	width: 200px;
	padding-right: 10px;
}

#navBar {
	border: 1px;
	border-color: Black;
	border-style: inset;
	background-color: #DFDFDF;
	padding: 5px 1px 0px 5px;
	margin-top: 10px;
}

#navBar ul a:link, #navBar ul a:visited {
	display: block; 
}

#navBar ul {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
}

#navBar li {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#sectionLinks{
	padding: 0px 0px 6px 0px;
	background: url(/images/AngleHG.gif) top left no-repeat;
}

#sectionLinks h4{
	font-size: 80%;
	margin: 0px 0px 0px 10px;
	text-align:left;
}

#sectionLinks a:link{
}

#sectionLinks a:hover{	
	margin: 0px 5px 0px -5px;
	padding: 0 0px 0 5px;	
	background-color:#BBE0E3;
	text-decoration: none;
}

#pmenu, #pmenu ul {
	padding-left: 5px;
}

#pmenu li {
	padding-left: 15px;
}
/* + -----------------------------------------------------
	Styles appliques au Calendrier
+ ----------------------------------------------------- */

#calendrier li{
	list-style: none;	
}

#libelle {
	width: 210px;
	margin: 0 auto;
	padding: 0;
}

.ligne {
	width: 210px;
	margin: 0 auto;
	padding: 0;
} 
#libelle li {
	float : left;
	width : 30px; 
}

.ligne li {
	color: #000;
	float : left; 
	width : 30px; 
}

.ligne li a:hover{
	list-style: none;
	text-decoration: none;
}

li.itemCurrentItem {
	/* A vous de configurer l'apparence de la date du jour */
}

li.itemSelectedItem {
	/* A vous de configurer l'apparence du jour selectionne */
}	

#Footer {
	width: 100%;
	color: black;
	margin: 0px 0px 0px auto;
	border-top: 1px solid #f4a460;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	line-height: 100%;
	text-align: center;
}

#Footer table {
	font-size: 11px;
	margin: 0px auto;
	text-align: center;
	}


.tablinecm {
	text-align: center;
	vertical-align: middle;
}

.tablinecb {
	text-align: center;
	vertical-align: bottom;
}

.tablinec {
	text-align: center;
}

#tabella1{
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
}
#tabella1 thead th,#tabella1 tfoot td{
	color: black;
	background-color: #e1dfd2;
	padding-top: 2px;
	padding-bottom: 2px;
}
#tabella1 tr.alterna td{
	color: black;
	background-color: #ffffbb;
}

#radiobs {
width:150px;
position:relative;
margin:0;
}
#radiobs input {
margin:0;
padding:0;
position:absolute;
margin-left:6em;
width:15px;
}

