@charset "utf-8";
body  {
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    }
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/h1underline.gif);
	background-position: 1px 15px;
	background-repeat: no-repeat;
	text-indent: 5px;
	margin-left: 15px;
	font-size: 15px;
	margin-top: 15px;
	padding-top: 0px;
	font-weight: bold;
	text-align: left;
}
#content h2 {
	color: #195A16;
	font-size: 13px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 40px;
	margin-right: 40px;
}
#content h3 {
	margin-left: 60px;
	margin-bottom: 5px;
}



    .twoColFixLtHdr #container {
	width: 935px;
	text-align: left;
	margin: 0 auto;
	position: relative;

    } 
    .twoColFixLtHdr #header {
	height: 111px;
	position: relative;

    } 
    .twoColFixLtHdr #sidebar1 {
	width: 216px;
	position: relative;
	float: left;
    }
#sidebar_header {
	width: 216px;
	height: 72px;
	position: relative;
	top: 0px;
	background-image: url(images/sidebar_header.jpg);
	background-repeat: no-repeat;
}
#sidebar_content {
	width: 216px;
	height: 600px;
	background-image: url(images/sidebar_content_bg.gif);
	background-repeat: no-repeat;
	padding-right: 2px;
	padding-left: 2px;
}

    .twoColFixLtHdr #mainContent {
	width: 570px;
	position: relative;
	float: left;
	text-align: left;

    } 
#center {
	width: 935px;
	position: relative;
	background-color: #dae9ff;
	margin-top: 0px;
	clear: both;
}

    .twoColFixLtHdr #footer {
	width: 935px;
	height: 138px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
	position: relative;

    } 
#rightside_head {
	width: 149px;
	height: 72px;
	background-image: url(images/rightside_header.jpg);
	top: 0px;
	position: relative;
	background-repeat: no-repeat;
}
#content {
	width: 560px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-right: 25px;
	text-align: left;
}
#content ul {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
}
#content li {
	margin-right: 50px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-top: 5px;
	padding-left: 44px;
	background-image: url(images/ico_list3.gif);
	background-position: left 0.5em;
}




#rightside_content {
	height: 490px;
	width: 149px;
	background-image: url(images/rightside_content.gif);
	background-repeat: no-repeat;
	padding-left: 2px;
	padding-right: 2px;
}

#rightside {
	width: 149px;
	float: right;
	position: relative;
}
#content img {
	border: 4px solid #3FBD01;
	margin-right: 10px;
	margin-bottom: 10px;
}


#contact p {
}
#liens_acteurs {
	width: 550px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 40px;
}
#liens_orga {
	width: 550px;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 10px;
}


#coord p {
	margin-left: 25px;
	margin-right: 25px;
}


#header_logo {
	width: 400px;
	height: 111px;
	background-image: url(images/logo_ren.jpg);
	float: left;
}
#contact {
	float: left;
	width: 300px;
	margin-top: 50px;
}

#header_nav {
	height: 111px;
	width: 535px;
	background-image: url(images/header_nav.jpg);
	float: left;
}
#coord {
	float: right;
	width: 200px;
	margin-top: 50px;
}

#cont_nav {
	height: 55px;
	width: 510px;
	padding-top: 55px;
	padding-left: 25px;
	overflow: hidden;
}

#content_banner {
	width: 570px;
	height: 71px;
}

    .twoColFixLtHdr #footer p {
		margin: 0;
		font-size: 8px;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		bottom: 8px;
		position: absolute;
		left: 50px;
		color: #003300;
    }


    .fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
.twoColFixLtHdr #footer .text_left {
	margin: 0;
	font-size: 7px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	bottom: 4px;
	position: absolute;
	right: 4px;
	color: #006600;
}



        .lavaLampWithImage {
			position: relative;
			height: 29px;
			width: 492px;
			padding: 15px;
			margin: 0;
			overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("lava.gif") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("lava.gif") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
						font: bold 14px arial;
						text-decoration: none;
						color: #fff;
						/*outline: none;*/
						text-align: center;
						top: 7px;
						text-transform: uppercase;
						letter-spacing: 0;
						z-index: 10;
						display: block;
						float: left;
						height: 30px;
						position: relative;
						overflow: hidden;
						margin-top: auto;
						margin-right: 13px;
						margin-bottom: auto;
						margin-left: 13px;
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }

a:link {
	color: #35A505;
}

a:visited {
	color: #35A505;
}
a:hover {
	color: #157700;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}





.glossymenu{
	width: 212px;
	padding-top: 0;
	padding-bottom: 0;
}

.glossymenu a.menuitem{
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 0px;
	text-decoration: none;
	background-color: #33c700;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #dae9ff;
	border-right-color: #dae9ff;
	border-bottom-color: #dae9ff;
	border-left-color: #dae9ff;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	/*text-transform: capitalize;*/
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover{
	background-color: #2ca901;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background-color: #2069d5;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dae9ff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dae9ff;
	border-right-color: #dae9ff;
	border-left-color: #dae9ff;
	text-align: center;
	border-left-width: 30px;
	border-left-style: solid;
	position: relative;
	width: auto;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.glossymenu div.submenu ul li a:hover{
	color: white;
	background-color: #1954ab;
}
#adre {
	text-align: center;
}
.twoColFixLtHdr #container #center #mainContent #content #adre {
	text-align: center;
}
