/**
 * Général
 */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #E1E1E1;
	margin: 0;
	padding: 0;
	color: #536A7C;
}

p {
	margin: 0 0 7px 0;
}

form {
	text-align:inherit;
}

img {
  display: block;
}

a {
	text-decoration: none;
	color: #536A7C;
}

a:hover {
	text-decoration: underline;
	color: #536A7C;
}

a.txtblanc {
	text-decoration: none;
	color: #ffffff;
}

a.txtblanc:hover {
	text-decoration: underline;
	color: #ffffff;
}

/**
 * Blocs de positionement
 */

#conteneur {
	width: 780px;
	margin: 0 auto;
	background-color: #ffffff;
}
#haut {
	height: 157px;
}
#gauche {
	float: left;
	width: 585px;
	padding: 0 5px 5px 10px;
}
#droite {
	background: url(images/menudte/fdmdt.gif) repeat-y;
	float: right;
	width: 168px;
}
#bas {
	clear:both;
	height: 20px;
}
#photo {
	 float: right;
	 text-align: right;
	 margin: 0;
	 padding: 0;
}

/**
 * Tags spécifiques
 */

input, select {
	font-size: 9px;
	color: #3F627D;
	background-color: #EFF7FD;
	height: 15px;
	width: 138px;
	padding: 1px;
	border: 1px solid #67849B;
	margin: 1px;
}
input.domain {
	font-size: 9px;
	color: #67849B;
	background-color: #EFF7FD;
	height: 15px;
	width: 100px;
	padding: 1px;
	border: 1px solid #67849B;
	margin: 1px;
}

input.suiv {
	background-color: #FFFFFF;
	height: 15px;
	width: 15px;
	border: 0px solid #FFFFFF;
}

table.tabDivers {
	border: 1px;
	border-style: dotted;
	border-bottom-color: #FECF78;
}

.txtmcontact {
	text-align: justify;
	
}

.justifier {
	text-align: justify;
}
.txttab {
	font-weight: bolder;
	color: #333333;
}
.txtadress {
	font-size: 10px;
	color: #333333;
}

.txtblanc {
	color: #FFFFFF;
	text-decoration: none;
}
.txtlien {
	color: #333333;
	text-decoration: none;
}

.txttitreactu {
	font-size: 12px;
	font-weight: bold;
	color: #2E85DC;
}
.txttitreactu2 {
	color: #536A7C;
	font-weight: bold;
}

.txttitrecarto {
	font-size: 12px;
	font-weight: bold;
	color: #64D782;
}
.txttitredivers{
	font-size: 12px;
	font-weight: bold;
	color: #FECF78;
}