/* CSS Document */

body{
 	background-color:#cccccc;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/texte_background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #145B73;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

h4{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

h5{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
h6{
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
hr {
	border-top: thin dotted #145B73;
	border-right: 0px dotted;
	border-bottom: 0px dotted;
	border-left: 0px dotted;
}
IMG {
	border-style: none;
}

.imgright {
	margin-top: 4px;
	margin-bottom: 4px;
}



.blanc{
	background-color:#FFFFFF;

}

.entete{
	background-color:#7bb1c3;
	border-bottom-color:#FFFFFF;
	border-left-color:#FFFFFF;
	border-right-color:#FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
}

.logo{
	background-color:#eae9e9;
	border-left:thin;
	border-left-color:#FFFFFF;
	border-right:thin;
	border-right-color:#FFFFFF;
}

.main{
	background-color:#bdbcbc;
	border-left-color:#FFFFFF;
	border-right-color:#FFFFFF;
	background-image:url(../images/bgdessous.jpg);
	background-position:right;
	background-repeat:repeat-y;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;

}


.bgdessus{
	background-image:url(../images/bgdessus.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	
}

.txtmenu{
font-size:13px;
font-weight:bold;
}

.txt{
	margin-left:35px;
	margin-right:150px;
	margin-top: 15px;
	margin-bottom: 25px;
	text-align: left;
	font-size: 11px;
}

/*Couleur*/
.texteblancgras{
	font-weight:bold;
	color:#FFFFFF;
}
.textebleugras{
	font-weight:bold;
	color:#e1f0f5;
}
.texteblanc{
	color:#ffffff;
}
.textegrisgras{
	font-weight:bold;
	color:#6b6b6b;
}
.textegris{
	color:#6b6b6b;
}
.textegrisfoncegras{
	font-weight:bold;
	color:#1b1b1f;
}
.textegrisfonce{
	color:#1b1b1f;
}
.textenoirgras{
	font-weight:bold;
	color:#000000;
}
.textenoir{
	color:#000000;

}
/*Fin Couleur*/

.frame{
	margin-top:130px;

}

.pied{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}



/*MENU DU CMS*/

.menubg{
	background-color:#bdbcbc;
	border-left-color:#FFFFFF;
	border-right-color:#FFFFFF;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top: 1px solid #FFFFFF;
}
#menu TD {
	padding: 3px;
}
.menuprincipal {
	font-size:12px;
	font-weight:bold;
	border-bottom: 1px solid #FFFFFF;
	width: 154px;
	background-color: #949494;
	padding-left: 2px;
}
.menuprincipal a:link {
	text-decoration:none;
	color: #ffffff;
	font-weight: bold;
}
.menuprincipal a:visited {
	text-decoration:none;
	color: #ffffff;
	font-weight: bold;
}
.menuprincipal a:hover {
	text-decoration:none;
	color: #000000;
	font-weight: bold;
}
.menuprincipal a:active {
	text-decoration:none;
	color: #ffffff;
	font-weight: bold;
}
.menusecond {
	font-size:11px;
	font-weight:bold;
	padding-left: 10px;
	background-color: #6DA2B4;
	width: 154px;
	border-bottom: 1px solid #FFFFFF;
}
.menusecond a:link {
	text-decoration:none;
	color: #ffffff;
	font-weight: bold;
	padding-left: 5px;
}
.menusecond a:visited {
	text-decoration:none;
	color: #ffffff;
	font-weight: bold;
	padding-left: 5px;
}
.menusecond a:hover {
	text-decoration:none;
	color:#344556;
	font-weight: bold;
	padding-left: 5px;
}
.menusecond a:active {
	text-decoration:none;
	color: #ffffff;
	font-weight: bold;
	padding-left: 5px;
}
.sousmenu {
	font-size:11px;
	font-weight:bold;
	padding-left: 10px;
	background-color: #7ABCD2;
	width: 154px;
	border-bottom: 1px solid #FFFFFF;
}
.sousmenu a:link {
	text-decoration:none;
	color: #ffffff;
	font-weight: bold;
	padding-left: 12px;
}
.sousmenu a:visited {
	text-decoration:none;
	color: #ffffff;
	font-weight: bold;
	padding-left: 12px;
}
.sousmenu a:hover {
	text-decoration:none;
	color: #537990;
	font-weight: bold;
	padding-left: 12px;
}
.sousmenu a:active {
	text-decoration:none;
	color: #ffffff;
	font-weight: bold;
	padding-left: 12px;
}



/*FIN DU MENU DU CMS*/

/*LIENS DANS LE TXT*/

.txt a:link {
	text-decoration:underline;
	color: #0A507A;
	font-weight: bold;
}
.txt a:visited {
	text-decoration:underline;
	color: #0A507A;
	font-weight: bold;
}
.txt a:hover {
	text-decoration:none;
	color: #000000;
	font-weight: bold;
}
.txt a:active {
	text-decoration:underline;
	color: #000000;
	font-weight: bold;
}
.txt LI {
	list-style-image: url(../images/bullet.gif);
	margin-top: 3px;
}

/*LIENS DANS LE TXT*/


#pied2 a:link {
	text-decoration:none;
	color: #000000;
	font-weight: bold;
}
#pied2 a:visited {
	text-decoration:none;
	color: #000000;
	font-weight: bold;
}
#pied2 a:hover {
	text-decoration:underline;
	color: #537990;
	font-weight: bold;
}
#pied2 a:active {
	text-decoration:none;
	color: #000000;
	font-weight: bold;
}