body {
	font-size: 62.5%;
	font-family: Georgia, serif;
	background: #fff url(../images/bg_backgroundGrit.jpg) 50% top repeat-x;
	color: #333;
}
* {
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0;
}	
input, textarea {
	border: 1px dotted #941818;
}	
a {color: #941818;}
div#dessus {
	background: url(../images/bg_backgroundGritdess.jpg) 50% top no-repeat;
}
div#page {
	width: 780px;
	margin: 0 auto;
	padding: 30px 20px 30px 0;
	background: url(../images/bg_backgroundGritLines.gif) 273px 0 no-repeat;
}
div#loading {
	width: 300px;
	text-align: center;
	margin: 100px auto 0 auto;
}
div#loading p {
	margin: 20px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
}
div#brandingNavigation {
	width: 262px;
	text-align: center;
	float: left;
	position: relative;
}
div#logo {
	margin-bottom: 30px;
	margin-left: -65px;
	position: relative;
}
div.navWrap1 {
	padding-top: 62px;
	background: url(../images/bg_navDeckor_top.gif) center top no-repeat;
}
div.navWrap2 {
	padding-bottom: 42px;
	background: url(../images/bg_navDecor_bottom.gif) center bottom no-repeat;
}
div#navigation {
	width: 262px;
	background: #fff;
	margin: .8em auto;
	padding-top: 1em;
}
div#navigation ul {
	text-align: left;
	list-style-type: decimal;
	padding: 0;
}
div#navigation li {
	margin-left: 255px;
	padding-bottom: 1em;
	list-style-type: decimal;
	width: 1em;
	display: list-item; 
	font-size: 1.4em;
}
div#navigation li span {
	background: #fff;
	position: relative;
	top: .2em;
	padding-right: 1em;
	padding-left: 38px;
	margin-left: -30px;
}

div#navigation li a {
	position: relative;
	top: -.2em;
	margin-left: -242px;
	display: block;
	color: #222;
	border-bottom: 2px dotted #aaa;
	width: 210px;
	font-weight: bold;
	text-decoration: none;
}
div#navigation li:hover, div#navigation li.hover {
	color: #941818;
}
div#navigation li a:hover {
	color: #941818;
	border-bottom: 2px dotted #941818;
}

/*current page highlights*/

body#charlotte li.charlotte,
body#net li.net,
body#annuaire li.annuaire,
body#pole li.pole,
body#contact li.contact {
	color: #941818;
}
body#charlotte li.charlotte a,
body#net li.net a,
body#annuaire li.annuaire a,
body#pole li.pole a,
body#contact li.contact a {
	color: #941818;
	border-bottom: 2px dotted #941818;
	cursor: default;
}
body#charlotte li.charlotte span,
body#net li.net span,
body#annuaire li.annuaire span,
body#pole  li.pole  span,
body#contact li.contact span {
	background: #fff url(../images/icon_navHighlight_gold.gif) 0 50% no-repeat;
	cursor: default;
}

div#content {
	padding-top: 95px;
	float: right;
	width: 474px;
}

div#content h2 {
	color: #941818;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.6em;
	background: url(../images/bg_headerBar.gif) bottom no-repeat;
	padding-bottom: 12px;
	margin-bottom: 6px;
}

div#contentContain {
	background: #fff;
	padding: 1px 10px 10px 10px;
	min-height: 400px;
}
body#charlotte div#contentContain {
	padding-top: 11px;
}
div#contentContain span {
	font-weight: bold;
	font-variant: small-caps;
}
div#contentContain ul {
	text-align: left;
	list-style-type: disc;
	padding: 0;
}
div#contentContain li {
	margin-left: 15px;
	list-style-type: disc;
	font-size: 12px;
}

div.imageWrap {
	background: #222;
	padding: 4px;
}
div.imageWrap img {
	border: 1px solid #9D9968;
}

div#contentHeader {
	background: #aeab82;
	padding: .3em 5px;
	margin: .9em 0 2em 0;
}
div#contentHeader h1 {
	color: #222;
	font-weight: bold;
	font-size: 1.8em;
}
div#contentContain p {
	font-size: 1.3em;
	color: #222;
	line-height: 1.5;
	margin-bottom: 1em;
}
div#contentContain p span.cap, div#contentContain p span.capN, div#contentContain p span.wl, div#contentContain p span.wv {
	float: left;
	margin: 0 10px 0 0;
	text-indent: -9000px;
	width: 89px;
	height: 74px;
	margin-top: -.2em;
}
div#contentContain p span.w {
	background: url(../images/let.gif) no-repeat;
}

div#contentContain p span.wn {
	background: url(../images/letn.gif) no-repeat;
}
div#contentContain p span.wl {
	background: url(../images/letl.gif) no-repeat;
}
div#contentContain p span.wv {
	background: url(../images/letv.gif) no-repeat;
}

div.featureContent {
	width: 214px;
	margin: 2em 0;
}
div.feature1 {
	float: left;
	margin-right: 10px;
}
div.feature2 {
	float: right;
	margin-left: 10px;
}
div#contentContain div.featureContent h3 {
	background: url(../images/bg_lineFade_gold-white.gif) bottom left no-repeat;
	padding-bottom: .4em;
	margin-bottom: .5em;
	font-size: 1.3em;
	color: #222;
}
div.featureContent h3 a {
	background: url(../images/icon_crownBullet.gif) 0 no-repeat;
	text-decoration: none;
	color: #941818;
	padding-left: 14px;
}
div.featureContent h3 a:hover {
	background-position: 2px;
}
div#contentContain div.featureContent p {
	font-size: 1.2em;
}
div#copyright {
	background: url(../images/redline.gif) no-repeat 0 10px;
	padding-top: 30px;
	clear: both;
}
div#copyright p {
	font-size: 1.2em;
	line-height: 3;
	padding-left: 100px;
	margin-left: 10px;
}
div#adesence {
	padding-top: 30px;
	clear: both;
}

div#contentContain dl p {
	font-size: 1em;
}
div#contentContain dt.quote {
	position: absolute;
	left: -99999px;
	top: -99999px;
}
div#contentContain blockquote span.quoteL, div#contentContain blockquote span.quoteR {
	font-size: 2.5em;
	line-height: 0;
	position: relative;
	top: .4em;
	color: #A99E7E;
	font-weight: normal;
}
div#contentContain blockquote span.quoteL {
	padding-right: .15em;
}
div#contentContain blockquote span.quoteR {
	padding-left: .1em;
}
div#contentContain dl blockquote {
	font-style: italic;
}



div#contentContain h3 {
	font-size: 1.5em;
	color: #A99E7E;
	font-weight: bold;
	margin-bottom: .2em;
}


/*clearfix rules to ensure wrapping floated content
------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*Appearance of Drop Shadow Text*/
.highContrast span.shadow, .highContrastI span.shadow {
	top: 1px;
	left: 1px;
	color: #D1CFD0;
}


/*necessities*/
.highContrast, .highContrastI  {
	position: relative;
}
.highContrast, .highContrastI  {
	position: relative;
	}
.highContrast span {
	position: relative;
}
.highContrastI span {position: relative;font-size: 0.9em;}
.highContrast span.shadow, .highContrastI span.shadow {
	position: absolute;
}	

/* ----------------------------------------------------------------------------------------------------------------*/
/*--------- Lightbox -----------*/
#lightbox{
    background-color:#FFFFFF;
    padding: 3px;
    border-bottom: 1px solid #990000;
    border-right: 1px solid #990000;
}

#lightboxDetails{
    font-size: 0.9em;
    color: #990000;
    padding-top: 0.5em;
}

#closeButton{ top:2px; right: 2px; }

#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#lightbox img{ border: none; }

#overlay img{ border: none; }

#overlay{ background-image: url(../overlay.png); }

*html #overlay{ /*Hack IE */
    background-color: #FFFFFF;
    background-color: transparent;
    background-image: url(blank.gif);
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../overlay.png', sizingMethod='scale');
}          
/*-------- fin lightbox -------*/
input.butt {
	color:#DCEBFE;
	background-color:#990000;
	font-size:10px;
	font-family:verdana;
	font-weight:bold;
	border-width:1;
	width:160px;
	text-align:center;
	border-color:#D1CFD0;
}
