html {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	
}
body {
	height: 100%;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
}

a {
	color: #555555;
}
a:hover {
	color: #555555;
	text-decoration: none;
	
}

a.trainlien {
	color: #303030;
}
a:hover.trainlien {
	color: #303030;
	text-decoration: none;
	
}

a.devis {
	color: #303030;
	font-size: 12px;
}
a:hover.devis {
	color: #303030;
	text-decoration: none;
	font-size: 12px;
	
}

a.ah1 {
	color: #1A6582;
	text-decoration: none;
}
a:hover.ah1 {
	color: #1A6582;
}

/* Je définis toutes les marges à zéro pour éviter les marges automatiques */
/*
* {
	margin: 0;
	padding: 0;
}
*/
/* J'empeche la bordure automatique des images */
img {
	border: 0;
}

/* Je définis tous les styles des balises de titre */
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #1A6582;
	border-bottom: 1px solid #1A6582;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
	text-align: left;
	text-transform: uppercase;
}


h2 {
	font-size: 13px;
	text-align: left;
	color:#FFFFFF;
	background-image: url(../images/barre-bleue.png);
	background-repeat: repeat-x;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	font-weight: bold;
	text-transform: uppercase;
}


div.header2 {
	width: 605px;
	font-size: 13px;
	text-align: left;
	color:#FFFFFF;
	background-image: url(../images/barre-bleue.png);
	background-repeat: repeat-x;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 a{
	color:#FFFFFF;
	text-decoration: none;
}

h2 a:hover{
	color:#FFFFFF;
	text-decoration: none;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #1A6582;
	text-align: left;
	padding-left: 5px;
	border : 1px solid #1A6582;	
}
h4 {
	font-size: 14px;
	text-align: center;
	line-height: 18px;
}
h5 {}

hr {
	font-size: 6px;
	line-height: 6px;
	font-weight: bold;
	color:#006699;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006699;
}


/* Je définis tous les styles des balises de formulaires */
submit,button{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #303030;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}


textarea.commentaire {
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-left:1px #6B097A dotted;
	border-top:1px #6B097A dotted;
	border-bottom:1px #6B097A dotted;
	border-right:1px #6B097A dotted;
}
	
.bouton{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #303030;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
/* Je définis tous les styles des balises de paragraphe */
p {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

p.trainlien {
	color: #808080;
}


/* Je définis des classes qui me permettront une mis en page rapide */
.left {text-align: left}
.center {text-align: center}
.right {text-align: right}
.justify {text-align: justify}
.italic {font-style: italic}
.bold {font-weight: bold}
.clear {clear: both}
/* cellules spécifiques sur 2 colonnes */
.orange{
	color: #CC6600;
	font-size:14px;
}

.chapeau{
	font-size:14px;
	font-weight: bold;
	line-height: 24px;
	text-align: justify;
}

/* ********** Elements spécifiques ********** */

div#container {
	width: 1062px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* retablissement de l'allignement */
	position: relative;
}

div#leftcontent {
	float:left;
	width: 219px;
}

div#centercontent {
	float: left;
	margin-left: 2px;
	margin-right: 4px;
	width: 610px;
	padding-left:2px;
	padding-right:2px;
	border: 1px solid #CDDCE1;
}

div#rightcontent {
	float:left;
	width: 219px;
	height:auto;
	color: #303030;
}


div#trainliens_content {
	clear: both;
	width: 1062px;
	padding-top: 2px;
	color: #808080;
}
div#trainliens_content2 {
	clear: both;
	width: 1062px;
	height:20px;
	padding-top: 2px;
	color: #808080;
}
div#footer {
	background-image: url(../images/barre-bleue.png);
	background-repeat: repeat-x;
	color: #ffffff;
	width: 1057px;
	padding-top: 0px;
	padding-left: 5px;
	font-size:11px;
}
.DivArticleImpair {
/*float: left;*/
/*margin-bottom: 10px;*/
background-color: #FFFFFF;
}
.DivArticlePair {
/*float: left;*/
/*margin-bottom: 10px;*/
background-color: #cddce1;
}		
.TitreArticle {
/*float: left;
width: 526px;
margin: 0px;
padding: 0px;*/
color: #006DB6;
font-family: Arial;
font-size: 11pt;
}
.TitreArticle a {
color: #1C618E;
text-decoration: none;
}
.TitreArticle a:hover {
color: #006DB6;
text-decoration: none;
}
.SousTitreArticle {
/*float: left;
width: 526px;
margin: 0px;
padding: 0px;*/
color: #787878;
font-family: Arial;
font-size: 11pt;
font-style: italic;
}
/*.SousTitreArticle:first-letter {
text-transform: uppercase;
}*/
.SourceArticle {
/*float: left;
width: 250px;
margin: 0px;676767
padding: 0px;*/
color: #676767;
font-family: Arial;
font-size: 11pt;
font-style: italic;
}
.DateParution {
color: #787878;
font-family: Arial;
font-size: 11pt;
font-weight: bold;
font-style: italic;
}
.cont_rss{
width: 200px;
height: 50px;
overflow: hidden;
position: relative;
text-align: justify;
}
#cont_rss_ss{
    position: relative;
}
#cont_rss_ss a{
	color: #7e9db9;
}
#forumactu{
border-top-width: 1px;
border-right-width-value: 1px;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 1px;
border-left-width-value: 1px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: solid;
border-right-style-value: solid;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: solid;
border-left-style-value: solid;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: #e0dedf;
border-right-color-value: #e0dedf;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: #e0dedf;
border-left-color-value: #e0dedf;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
background-color: #ffffff;
/*padding-top: 9px;
padding-right: 9px;
padding-bottom: 9px;
padding-left: 9px;
margin-bottom: 3px;*/
}
