html,body{
	margin:0;
	padding:0;
}

body{
	font: 80%/1.3 TrebuchetMS,Arial,sans-serif;
	text-align: left;
	background: #fff;
	padding-bottom:20px;
}

a { 
	color: #0066B3; 
	background: inherit; 
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}

h1 { 
	font: bold 2.1em Arial, Arial, Sans-Serif; 
	color: #036DA7;
}

h2 { 
	font: bold 1.1em Arial, Arial, Sans-Serif; 
	padding: 0; 
	margin: 0; 
}

ul {
	padding: 0; 
	margin: 0;
}

li {
	list-style-type: none;
}

.small_font {
	font-size:85%;
}

div#banner {
	width:100%;
	overflow:hidden;
	background: #BBD9EE;
	height:115px;
}
div#banner a#logo {
	float:left;
	display:block;
	width:200px;
	height:100px;
	margin:5px 0 0 5px;
	background-image:url(images/structure/logo-jean-pascal-publicite-BBD9EE-200x100.png);
}
div#banner #logo:hover {
	background-image:url(images/structure/logo-jean-pascal-publicite-BBD9EE-200x100-hover.png);
}
div#banner a#logo span {
	display:none;
}

div#banner .image_banner {
	margin:5px 0 10px 220px;
	height:60px;
	width:660px;
	background-color:#FF0000;
}

div#banner h1,div#menu {
	width:770px;
	margin:0 auto;
	text-align:left;
}

div#banner h1{
	padding: 30px 0 20px;
	color: #fff;
}

ul#nav,ul#nav li{
	list-style-type:none;
	margin:0;
	padding:0;
}

ul#nav{
	float:right;
	font-size: 80%;
}

ul#nav li{
	float:left;
	margin-left: 3px;
	text-align: center;
}
ul#nav a{
	float:left;
	width: 75px;
	height:30px;
	padding: 5px 0;
	background: #E7F1F8;
	text-decoration:none;
	color: #666; 
	border-top : 1px solid #fff; 
	border-left : 1px solid #fff; 
	border-right : 1px solid #fff;
	font-size:1.2em;
}
ul#nav a:hover{
	background: #fff;
	color: #000;
}
ul#nav li.activelink a,ul#nav li.activelink a:hover{
	background: #FFF;
	color: #003;
}

#gauche {
	float: left;
	width: 76%;
	padding: 1em;
	margin-bottom: 1.2em;
	background: #eee;
	text-align: justify;
}
#content #gauche {
	/*background-image: url(images/structure/JPPfonbleu.png);*/
	background:#FFF;
	background-repeat: no-repeat;
	background-position: 100% top;
	background-color: #FFFFFF;
}

#content {
}


#droite {
	float: right;
	width: 20%;
	margin: 0 0 10px 0;
	
}
#content #gauche td {
	background-image: none;
}


#droite .box {
	
	padding: 1em;
	margin: 0 0 1em 0;
	background : #FFF6BF;
}


#content {
	font: 95%/1.3 TrebuchetMS,Arial,sans-serif;
	margin: 0 auto;
	padding: 15px;
	background-image: none;
}

#content ul#sous_menu {
	float:right;
}

#content ul#sous_menu li {
	float:left;
}

#content ul#sous_menu a {
	display:block;
	width:140px;
	height:25px;
	margin:0 2px 0;
	padding:0 4px;
	background-color:#CCCCCC;
	text-align:center;
	line-height:25px;
}

#content ul#sous_menu li a:hover {
	background-color:#FFF;
}

img {
	border:0;
	background-image: none;
	white-space: nowrap;
	}

.centre {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
