html, body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

body {
    font: 100.01% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
    color: #333;
    padding: 0;
}

body * {
    line-height:1.22em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color:#4088b8;
    clear: both;
}

h1 {
}

h2 {
    color: #c8c8c8;
		margin-top: -25px;
}

h3 {
}

h4 {
    color: #333;
    margin-bottom: -10px;
}

p {
    margin: 10px 0;
    clear: both;
}

ul, ol {
    margin-left 0;
}

ul ul {
    margin-bottom: 20px;
}

#wrap {
    color: #404040;
    /*margin: 0 12%;*/
    margin: 20px 40px;
}

a {
    color: #4088b8;
}

table {
    font-size: inherit;
    border: 1px solid #c8c8c8;
}

th {
    background: #d8d8d8;
    text-align: left;
    padding: 5px;
    white-space: nowrap;
}

td {
    background: #f8f8f8;
    text-align: left;
    padding: 5px;
    vertical-align: top;
}

select, input, textarea {
    font: 99% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
}

pre, code, tt, dt {
    font: 100% monospace;
    margin: 20px 0;
}

pre, blockquote {
    padding: 15px;
    background-color: #f0f0f0;
    margin: 20px 0;
    -moz-border-radius: 10px;
}

td pre {
    font: 85% monospace;
    padding: 5px;
    margin: 5px 0;
}


/*Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

/*main elements*/
* :focus { outline: 0; }

body {
	background-color: #d5d5d5;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #333333;
	text-align: justify;
}

a img {
	border: none;
}

a {
	color: #006b77;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #006b77;
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #006b77;

}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	font-size: 1.0em;
	line-height: 1.6em;
	color: #006b77;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #333333;
}



/*layout elements*/

#box {
	background-image: url(/images/homebgd.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 1024px;
	overflow: hidden;
	margin:0px auto;
}
h1#logo {
	width: 1024px;
	height: 100px;
	margin-bottom: 15px;
	background-image: url(/images/header.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
h2#ram {
	width: 1024px;
	height: 116px;
	margin-bottom: 15px;
	background-image: url(/images/ram-banner.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#content {
	width: 570px;
	padding-left: 80px;
	padding-bottom: 20px;
	float: left;
	
}
#content li {
	margin-left: 20px;
	
}
#content4Tables {
	width: 590px;
	padding-left: 80px;
	float: left;
}

#mce-EMAIL {margin-bottom: 20px;}
#mce-FNAME {margin-bottom: 20px;}
#mce-LNAME {margin-bottom: 20px;}
#mc-embedded-subscribe {margin-bottom: 20px;}

.workshopTitles {
	

}


/*main navigation elements*/

#navlist {
	letter-spacing: 2px;
	color: #006b77;
	padding-left: 75px;
	padding-bottom: 2px;
	padding-right: 0;
	padding-top: 2px;
	margin-left: 0px;
	border-bottom: 1px solid #ccc;
	font: 13px Verdana, sans-serif;
	margin-bottom: 0;
}
#navlist li
{
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a
{
	padding: 4px 0.5em;
	margin-left: 5px;
	border: 1px solid #afafaf;
	border-bottom: none;
	background: #EDEDED;
	text-decoration: none;
	outline: none;
}

#navlist li a:link { color: #006b77; }
#navlist li a:visited { color: #006b77; }

#navlist li a:hover {
	color: #666;
	background: #FFFFFF;
	border-color: #afafaf;
}

#navlist li a#current {
	background: white;
	border-bottom: 1px #afafaf;
}

/*right sidebar styling*/

#sidebarNav {
	width: 260px;
	float: right;
	margin-top: 0;
	margin-bottom: 20px;
	padding-right: 80px;
}
#sidebarNav li {
	list-style-type: none;
}
#sidebarNav ul {
	margin: 0; padding: 0;
}
#sidemenu {
	background-image: url(/images/rightnavbgd_bgd.jpg);
	background-repeat: no-repeat;
}
#sideNavLinks a {
	font-size: 14px;
	text-decoration: none;
	display: block;
	color: #006b77;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ccc;
	border-top: 0px;
	padding-top: 10px;
	padding-left: 45px;
	padding-bottom: 10px;
	height: auto;
}

#sideNavLinks a:hover {
	background-image:  url(/images/navmarker.png);
	background-repeat: no-repeat;
	background-position: left;
}
#search {
	margin-top: 15px;

}


/*Footer stuff*/

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	background:transparent url(/images/footer.jpg) no-repeat scroll 0 0;
	border-top:1px solid #ccc;
	display:block;
	font-size:11px;
	height:42px;
	line-height:145%;
	width:100%;
	background-color: #eeeeee;
}
a#gotop {
	background:transparent url(/images/icons.gif) no-repeat scroll 0 -304px;
	display:block;
	float:right;
	height:16px;
	line-height:18px;
	margin:5px 15px 0 0 !important;
	padding-left:16px;
	text-decoration:none;
}
a#powered {
	background:transparent url(/images/wp-logo.png) no-repeat scroll 0 0;
	display:block;
	float:left;
	height:42px;
	margin:0 10px 0 5px;
	text-indent:-999em;
	width:74px;
}
#copyright {
	margin-left:0px;
	margin-top:6px;
}
#themeinfo {
	margin-left:5px;
}


/*image styling*/
#trois {
	margin-bottom: 15px;
}
#menu {
	margin: 0px;
	padding: 0px;
	height:34px;
	width: 260px;
	display:block;

}
#actualite {

	margin-top: 20px;
}
#newsletter {
	margin-top: 10px;
}

blockquote {
	width: 170px;
	text-align: left;
	margin-left:0px;
	padding-left: 45px;
	background-image: url(/images/quotemark.png) ;
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: normal;
	font-style: italic;
}
blockquote p {
	color:#006b77;
	font-family: Georgia,serif;
	font-size: 140%;
	font-style: italic;
	font-variant: normal;
	line-height: 1.1em;
	text-align: left;
}

.pullquote {
	float: left;
	width: 250px;
	padding: 6px;
}
#author {
	color: #afafaf;
	font-size: 125%;
}




/* Table Styling */

.calendrier {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #333333;
	text-align: left;
	border-collapse: collapse;
}
.calendrier td {
	border: 1px solid #ccc;
	padding: 5px;
	vertical-align: top;	
}
.calendrier thead {
	background-color: #EDEDED;
	color: #006b77;
}



/*General Text Styling*/
.blueHighlight {
	color: #006b77;
}
.orangeHighlight {
	color: #a56832;
}

/*WordPress code*/

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}

/*JQuery Stuff*/

/* @group jcarousel */

.jcarousel-banners {
 border: 1px solid #cfcfcf;
 margin:0 0 30px 0;
}

.jcarousel-container {
 position: relative;
}

.jcarousel-clip {
 z-index: 2;
 padding: 0;
 margin: 0;
 overflow: hidden;
 position: relative;
}

.jcarousel-list {
 z-index: 1;
 overflow: hidden;
 position: relative;
 top: 0;
 left: 0;
 margin: 0;
 padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
 float: left;
 list-style: none;
 /* We set the width/height explicitly. No width/height causes infinite loops. */
 width: 578px;
 height: 130px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
 display: none;
}
.jcarousel-prev {
 display: none;
}

.jcarousel-banners .jcarousel-list li,
.jcarousel-banners .jcarousel-item {
 position: relative;
 float: left;
 list-style: none;
 width: 578px;
 height: 130px;
}

.jcarousel-banners .jcarousel-container-horizontal {
 width: 578px;
}

.jcarousel-banners .jcarousel-clip-horizontal {
 width: 578px;
 height: 130px;
}

.jcarousel-banners .jcarousel-item {
 width: 578px;
 height: 130px;
}

#pics {
	 height: 168px;   
   margin-left: auto;
   margin-right: auto;
   margin-top: 20px;
   width: 860px;
}

