/* CSS Document */
* { padding: 0; margin: 0; }

body {
background: #5a5b5c url("images/layout/bg.png");
background-attachment: fixed;
font-size: 12px;
font-family: "Trebuchet MS", Helvetica, sans-serif;
color: #5a5b5c;
line-height: 18px;
}

/* COULEURS */
.color_red 		{ color: #CC4442; }
.color_green 	{ color: #97B333; }
.color_blue		{ color: #1C4F98; }
.color_orange 	{ color: #DF731B; }
.color_purple 	{ color: #782676; }
.color_gris 	{ color: #606060; }

p { text-align: justify; margin-bottom: 14px; }
h4 { font-size: 1.1em; font-weight: bold; color: #407CCC; padding-top: 5px; padding-bottom: 3px;}

a { color: #407CCC; text-decoration: none;}
a:hover { text-decoration: underline; }

strong { font-weight: bold; }
acronym { cursor: help; border-bottom: 1px dotted; }
sup { font-size: 0.5em; }
kbd { padding: 0 5px; background: #EEE; border: 1px #777 solid;}

.accessib {width:0; height:0; overflow:hidden; position:absolute; top:-9999em; left:-9999em; font-size:0;}
.clear { clear: both; }
.valid {	background: url("images/icons/valid.gif") no-repeat 0 50%;	padding-left: 15px; }
.puce {	background: url("images/layout/puce.png") no-repeat 0 50%;	padding-left: 14px; }

ul { padding: 0 0 0 20px; margin-bottom: 14px; }

ul.arrowlist { list-style-image: url("images/layout/puce.png"); padding: 0 0 0 20px; }
ul.linklist { list-style: none; }
ul.linklist li { border-top: solid 1px #EEE; padding-top: 5px; margin: 5px 0 0 0; }
ul.linklist li.first { border-top: 0; margin-top: 0; padding-top: 0;}

input, textarea {
color: #606060;
padding: 2px;
border: 1px solid #BDBDBD;
background: #F9FCFD;
}

form .button {
font-size: 11px;
color: #606060;
border: 1px solid #BDBDBD;
border-right-color: #999;
border-bottom-color: #999;
background: #FFF url("images/layout/bg_button.gif") repeat-x left bottom;
cursor: pointer;
padding: 5px 10px;
}
form input.button:active {
border: 1px solid #999;
}

table.deflist {
width: 100%;
border: 0;
border-spacing: 5px;
}

	table.deflist td.gauche {
	width: 80px;
	vertical-align: top;
	}

	table.deflist td.droite {
	vertical-align: top;
	padding-bottom: 3px;
	padding-left: 10px;
	}
	
dl.deflist  { margin-bottom: 15px; }
.periode {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
dl.deflist  dt { clear: both; float: left; width: 7.5em; font-weight: bold; }
dl.deflist  dd { padding-left: 8.5em; padding-bottom: .5em; text-align: justify; }

.cadre_vignette {


border: 0; 
background: transparent url("images/layout/bg_vignette.png") no-repeat;
}

#outer {
position: relative;
height: auto;
width: 747px;
margin: 0 auto;
background: transparent;
}

#accesslink {
position: relative;
text-align: right;
height: 20px;
padding: 10px 10px 0 10px;
color: #CCC;
font-size: 0.9em;
}
#accesslink ul li {
display: inline;
padding: 0 10px;
border-left: 1px solid #CCC;
}
#accesslink ul li.first { border-left: none; }
#accesslink a{ color: #CCC; }

#header2 {
position: relative;
width: 747px;
height: 20px;
background: transparent url("images/layout/page_bg_top.png") no-repeat bottom;
}

#inner {
position: relative;
padding: 5px 30px 13px 30px;
width: 687px;
height: auto;
background: transparent url("images/layout/page_bg_mid.png") repeat-y;
}

/* HEADER */

	#header {
	position: relative;
	width: 687px;
	height: 65px;
	vertical-align: bottom;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 10px;
	}
		
		#header h1 {
		float: left;
		padding: 0;
		margin: 0;
		margin-top: 5px;
		margin-left: 10px;
		width: 200px;
		height: 50px;
		background: transparent;
		}
		#header h1 a{
		display: block;
		width: 200px;
		height: 50px;
		text-decoration: none;
		}
		#header h1 a img{
		
		border: 0;
		}
		#header h2 {
		float: right;
		font-size: 11px;
		font-style: italic;
		font-weight: normal;
		padding: 2px 5px;
		}

	#menu {
	position: absolute;
	bottom: 0;
	right: 0;
	background: transparent;
	height: 28px;
	padding: 0;
	margin-bottom: 1px;
	}
		#menu li {
		display: inline;
		float: left;
		background: transparent url("images/layout/menu_onglets_bleu_d.png") no-repeat right top;
		line-height: 28px;
		margin-left: 2px;
		}
		#menu li:hover {
		background: transparent url("images/layout/menu_onglets_bleufonce_d.png") no-repeat right top;
		}
		#menu li.on {
		background: transparent url("images/layout/menu_onglets_orangefonce_d.png") no-repeat right top;
		}
		#menu li.on:hover {
		background: transparent url("images/layout/menu_onglets_orange_d.png") no-repeat right top;
		}
		#menu a {
		display: block;
		padding: 0 15px;
		background: transparent url("images/layout/menu_onglets_bleu_g.png") no-repeat left top;
		width: auto !important;
		width: 55px;
		height: 28px;
		border: none;
		font-size: 11px;
		text-transform: uppercase;
		color: #FFF;
		text-align: center;
		font-weight: bold;
		text-decoration: none;
		overflow: hidden;
		}
		#menu a:hover {
		background: transparent url("images/layout/menu_onglets_bleufonce_g.png") no-repeat left top;
		}
		#menu li.on a {
		background: transparent url("images/layout/menu_onglets_orangefonce_g.png") no-repeat left top;
		}
		#menu li.on a:hover {
		background: transparent url("images/layout/menu_onglets_orange_g.png") no-repeat left top;
		}

	#date {
	visibility: hidden;
	position: absolute;
	top: 0;
	line-height: 52px;
	color: #BDBDA2;
	right: 30px;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: -1px;
	}
	
	#top {
	width: 100%;
	height: 200px;
	padding: 0 0 20px 0;
	}

/* CONTENU GENERAL */

	h3 {
	position: relative;
	top: 3px;
	font-size: 17px;
	line-height: 25px;
	color: #407CCC;
	background: url("images/layout/bg_dots.png") bottom repeat-x;
	padding: 0 0 5px 15px;
	margin-bottom: 20px;
	}
	h3:first-letter {
	color: #DF731B;
	font-size: 105%;
	}

	.contenu_large {
	background: #FFF;
	position: relative;
	width: 680px;
	float: left;
	padding-bottom: 5px;
	}

	.contenu_normal {
	position: relative;
	width: 480px;
	float: left;
	padding-bottom: 5px;
	}
		
		.contenu_large .content, .contenu_normal .content {
		padding: 0 15px 0 15px;
		margin-bottom: 20px;
		}
		
		.contenu_large .post, .contenu_normal .post {
		margin-bottom: 30px;
		clear: both;
		}
		
		.contenu_large .post .header, .contenu_normal .post .header {
		position: relative;
		}
		
		.contenu_large .post .date, .contenu_normal .post .date {
		position: absolute;
		right: 15px;
		top: 0;
		line-height: 35px;
		color: #AFAFA4;
		font-weight: bold;
		}
		
		.contenu_normal .post .content, .contenu_large .post .content {
		margin-bottom: 0;
		color: #606060;
		}

/* CONTENU FRACTIONNE */

	.contenu33 {
	position: relative;
	width: 225px;
	float: left;
	padding-bottom: 10px;
	}
		.contenu33 .content {
		padding: 0 20px 0 20px;
		margin-bottom: 10px;
		color: #606060;
		text-align: center;
		}

	.contenu50 {
	position: relative;
	width: 340px;
	float: left;
	padding-bottom: 10px;
	}
		.contenu50 .content {
		padding: 0 15px 0 15px;
		margin-bottom: 20px;
		color: #606060;
		}

	.contenu33 h3,.contenu50 h3 {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0 0 5px 5px;
	}

/* SIDEBAR DROITE */

	.contenu_droite {
	position: relative;
	width: 180px;
	float: right;
	padding-bottom: 20px;
	}
		.contenu_droite h3 {
		padding: 0 0 5px 10px;
		}
		.contenu_droite .content {
		padding: 0 10px 0 10px;
		margin-bottom: 20px;
		color: #606060;
		}


/* FOOTER */

	#footer {
	position: relative;
	clear: both;
	height: 13px;
	text-align: center;
	line-height: 11px;
	padding: 20px 0 0 0;
	font-size: 11px;
	color: #888;
	background: url("images/layout/bg_dots.png") top repeat-x;
	}
		#footer a { text-decoration: none;}
		#footer a:hover { text-decoration: underline; }

	#footer2 {
	position: relative; 
	width: 747px;
	height: 70px;
	margin-bottom: 0;
	line-height: 70px;
	vertical-align: bottom;
	background: transparent url("images/layout/page_bg_bot.png") no-repeat; 
	}
	
	#xiti-logo, #xiti-logo-noscript {
	position: relative;
	width: 100%;
	background: transparent;
	}
	#xiti-logo img, #xiti-logo-noscript img {
	position: absolute;
	bottom: 2px;
	right: 2px;
	}
.titre {
	color: #606060;
	font-size: 24px;
}
#global
	{
	margin-left: auto;
 	margin-right: auto;
 	width: 780px;
 	text-align: left;
	padding:90px 0px 0px 0px;
}
 a.scrollover 
 {
     /* Default Colour/Styles here */
  font-weight: bold;
	color: #DF731B;   
}    
a.scrollover em:first-line 
{
     /* Rollover Colour/Styles here */
     
	
	font-weight: bold;
	color: #1C4F98;  
}
.Style1 {color: #B4B4B8}


