/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Trebuchet MS;
	font-size:12px;
	background-image: url(Images/bg_body_03_03.jpg);
	background-repeat: repeat-x;
	background-color:white;
	margin:0px;
}

/*#menu_contact a:link{
background-color:red;
}*/


a:link, a:visited, a:hover span{
	/*color: transparent;
	text-decoration: none;*/
}

a:hover {
}
a {
text-decoration:none;
color:#333333;
font-size:12px;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: black;
 font-family:trebuchet MS;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

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;
}
.Style2{
font:trebuchet MS;
color:#000000;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#cadre{
	margin: 0 auto;
	width: 980px;
}

#masthead{
	margin: 0;
	padding: 10px 0px;
	/*border-bottom: 1px solid #cccccc;*/
	width: 100%;
}

#navBar{
	background-color: #FFFFFF;
	background-image: url(Images/bg-navbar_03.jpg);
	width: 250px;
	height: 561px;
	float: left;
}

#page{
	width:980px;
	position:relative;
	margin:auto;
}

#content{
	background-color:#FFFFFF;
	float:left;
	width: 646px;
	margin-left: 12px;
	left: 350px;
	height: 561px;
	border-right:thin;
	border-left:thin;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	background-image:url(Images/bg_page.png);
	background-position:left;
	background-repeat:repeat-y;
}
#hautpage{
	height:230px;
}

#baspage_index{
	background-image:url(Images/fd_index_03.jpg);
	background-repeat:no-repeat;
	background-color:white;
	height:303px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	background-position:bottom;
}
#footer{
}
#info{
float:right;
color:#333333;
padding-top:2px
}
#adresse2{
	float: left;
    padding-right: 90px;
	}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#hautpage_index{
	width: 100%;
	height: 257px;
	color: #58595A;
	font-size: 50px;
	font-style: italic;
	font-family: Verdana;
	font-weight: lighter;
	background-image:url(Images/topaccueil.jpg);
	position:relative;
}

#hautpage_couv{
	height:230px;
	background-image:url(Images/bg_galerie.png);
}
#baspage_info {
padding-top:0px;
padding-left:26px;
margin-left:69px;
overflow:auto;
height:281px;
line-height:14.5px;
}
#baspage{
	margin-left:69px;
	padding-left:14px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top:18px;
	padding-right:14px;
	height : 320px;
	overflow:auto;
	}
#baspage_couv{
	margin-left:69px;
	padding-left:14px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top:18px;
	padding-right:14px;
	height:312px;
	overflow:auto;
}
#baspage_cursus{
	margin-left:69px;
	padding-left:14px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top:18px;
	padding-right:14px;
	height:262px;
	overflow:auto;
}
#hautpage_cursus{
	background-image:url(Images/photo_cursus.jpg);
	background-repeat:no-repeat;
	height: 229px;
	background-position:right;
	padding-top:9px;
	padding-bottom:9px;
	margin-right:7px;

}
#adresse{
	width:200px;
	float:left;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	margin-top:-18px;
	padding-top: 25px;
	height:255px;
			}
#formulaire{
	width: 290px;
	background-color:#9C9CA1;
	float:right;
	height:256px;
	color:white;
	padding-left:13px;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top:-11px;
	margin-right:-5px;
	width:320px;
	margin-bottom:7px;
	line-height:20px;
	padding-bottom:10px;
}
.votre nom{
}
commentaire

/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
font-family:trebuchet MS;
	font-size: 15px;
	background-color:#9C9CA1;
	height:23px;
	color:#FFFFFF;
	vertical-align:middle;
	padding-top:3px;
	padding-left:82px;
	margin-bottom:7px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* 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" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/
#navBar span {
	display:none;
}
#navBar ul a:link, #navBar ul a:visited {display: block; color:transparent;}

#navBar ul {list-style: none; margin: 0; padding: 0;}
ul#navBar span {display:none};


/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {}

/* fix for browsers that don't need the hack */
html>body #navBar li span{
display:none;
	
}


/*********** #sectionLinks styles ***********/
ul#sectionLinks span {
	display:none;
}
#sectionLinks span {
	display:none;
}
#sectionLinks{
	position: relative;
	margin: 0px;
	margin-right:-12px;
	font-size: 14pt;
	top: 280px;
	text-align: right;
	float:right;
	font-family:Verdana;
	color:white;
	height: 103px;
	width:215px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	height: 20px;
	width: 215px;
	position: right;
	padding-right: -11px;
	margin-bottom:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:transparent;
}

#sectionLinks a:visited{
	
}

#sectionLinks a:hover{
	
}
#menu_contact a:active {
	background-image:url(Images/menu_contacton.png);
	background-repeat:no-repeat;
	height:20px;
	margin-bottom:8px;
}
#men_contact a:hover {
	background-image:url(Images/menu_contacton.png);
	background-repeat:no-repeat;
	height:20px;
	margin-bottom:8px;
	}
#menu_accueil{
	background-image:url(Images/menu_accueil.png);
	background-repeat:no-repeat;
	height:20px;
	margin-bottom:8px;
}
#menu_couv{
	background-image:url(Images/menu_couv.png);
	background-repeat:no-repeat;
	height:20px;
	margin-bottom:8px;
}
#menu_couvon{
	background-image:url(Images/menu_couvon.png);
	background-repeat:no-repeat;
	height:20px;
	margin-bottom:8px;
}
#menu_cursus{
	background-image:url(Images/menu_cursus.png);
	background-repeat:no-repeat;
	height:20px;
	margin-bottom:8px;
}

#menu_contact{
	background-image:url(Images/menu_contact.png);
	background-repeat:no-repeat;
	height:20px;
	margin-bottom:8px;
}

#menu_contacton{
	background-image:url(Images/menu_contacton.png);
	background-repeat:no-repeat;
	height:20px;
	margin-bottom:8px;
}
#menu_cursuson{
	background-image:url(Images/menu_cursuson.png);
	background-repeat:no-repeat;
	height:20px;
	margin-bottom:8px;
}
/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	background-color: #A5A5A5;
	height: 25px;
	border-bottom-color: #606265;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	width: 980px;
	margin: 0 auto;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** galerie **************/
.post-content {style.css (ligne 283)
display:inline;
margin-left:10px;
margin-right:6px;
width:618px;
}
