@charset "UTF-8";
/* CSS Document */

body{ 
		background: url(../img/sub_bodybg.gif) repeat-x #0a1272; 
		margin-top: 0 
		}
html{ 
		overflow: scroll; 
		font-family: Helvetica, Arial, sans-serif;
		margin-top: 0 
		} 
#wrap{
	 	background: url(../img/sub_bg.jpg) no-repeat; 
		min-height: 500px; 
		width: 1000px; 
		margin:0 auto 
		}
#subwrap{ 
		margin: 0;
		width: 570px; 
		margin: auto; 
		background: none 
		}
#rightnav{
		font-size: 13px;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin-right: 0;
		float: right;
		width: 130px;
		position: relative
		}
#content{ 
		width: 400px; 
		float: left; 
		margin: 0 
		}
.rubrique{ 
		width: 185px; 
		float: right; 
		margin: 0; 
		font-style: italic; 
		font-size: 12px; 
		color: #bdc2fb; 
		line-height: 18px 
		}
#ahoy{ 
		background: url(../img/rubrique_middlebg.png) repeat-y;
		margin: 0; 
		padding: 5px 20px 
		}

a 		{ color:#9f5150; text-decoration:none } 
a:hover	{ color:#e9620b; text-decoration:none; border-bottom: dashed thin } 
a.image 		{ border-bottom:none } 
a:hover.image	{ border-bottom:none } 
a:hover.exlink { text-decoration: none; border-bottom: none }
a.clickthis:hover {
		border-bottom: none;
		}
a.clickthis img{
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
		-khtml-opacity: 0.6;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" /*--IE 8 Transparency--*/}
a.clickthis:hover img{
		filter:alpha(opacity=100);
		-moz-opacity: 1.0;
		opacity: 1.0;
		-khtml-opacity: 1.0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" /*--IE 8 Transparency--*/}
a:focus { outline-style: solid; outline-color: #803d19; outline-width: 1px }

h1		{ color:#e9620b; font-weight: normal; font-size: 25px; font-family: Georgia, "Times New Roman", Times, serif }
ul  	{ margin-left: 5px; padding-left: 16px }
li		{ list-style-image:url(../img/list_bullet.gif) }

#rightnav ul{ margin: 0 }
#rightnav li{ list-style:none; border-bottom: #803d19 solid 1px; line-height: 150%; width: 110px; text-align: right}

img 	{ border: none; border: none }
.break 	{ clear: both }

.copy{ 
		font-size: 13px; 
		color: #bdc2fb; 
		line-height: 24px 
		}
.finecopy{ 
		font-size: 11px; 
		color: #bdc2fb 
		}


