/* CSS Document TEXTE*/

/* *********************************************** TITRE 1 *********************************************** */
.titre1 {
	font-family: verdana, arial, sans-serif; 
	font-size:large; font-weight:bold; 
	color:#999999; 
	margin-left:3px; margin-right:3px; margin-top:0px; margin-bottom:0px;
}
.titre1 a{
	border-bottom:1px dashed #006699;
}

/* *********************************************** TITRE 2 *********************************************** */
.titre2 {
	font-family: verdana, arial, sans-serif; 
	font-size:medium; 
	font-weight:bold; color:#006699;
}
.titre2 a{
	border-bottom:1px dashed #006699;
}

/* *********************************************** TITRE 3 *********************************************** */
.titre3   { color: #006699; font-size: small; font-family: verdana, arial, sans-serif; font-weight: bold }
.titre3 a{
	border-bottom:1px dashed #006699;
}

/* *********************************************** PARAGRAPHE *********************************************** */
P {
	MARGIN: 3px 3px 3px 3px;
	font-family: verdana, arial, sans-serif; font-size:small; color:#000000;
	text-align:justify;
}

#droite P {
	text-align:left;
}
.enquetes p {
text-align:left;
}
.texte{ 
	font-family: verdana, arial, sans-serif; font-size:x-small; color:#000000; text-align:justify;
}
.texte-orange{
	font-family: verdana, arial, sans-serif; font-size:x-small; color:#FF6600; text-align:justify;
}

a {	text-decoration:none; color:#006699;}
b {	text-decoration:none; color:#006699;}
blockquote {
	margin:6px 10px 6px 30px;
}
/* *********************************************** PETIT *********************************************** */
.petit{
	font-family: verdana, arial, sans-serif; font-size:xx-small; color:#02496D;
}
/* *********************************************** IMAGES *********************************************** */
#conteneur img {
	vertical-align:middle;
}
.imggauche{
	position:static; border:1px solid #006699; 
	margin:2px;
}

#menu img {
	margin:0px;
	padding:0px;
}
#droite img {
	margin: 0px;
	padding:0px;
}
/* *********************************************** HR *********************************************** */
.hrmenu{
	border-style:solid;

}
hr {
	height:1px; color:#006699;
	 border-style:dashed; 
	width:100%;
}


/* tableau par defaut */
table   { color: #000000; font-size: x-small; font-family: verdana, arial, sans-serif; text-align: left; margin-left: 0; width: 500px; border: solid 0 #006699 }
table a { color: #990000; text-decoration: none; text-align: left }

tr     { color: #000000; background-color: #ffffff; text-align: left; margin-left: 1px; }
tr, tr.texte, td.texte  { color: #00000; font-size: small; font-family: verdana, arial, sans-serif; text-align: left }
tr a, td a { color: #006699 }

/*tableau actualités*/
table.actus {
	border:0px;
	/*width:95%;*/
	margin-left:5px;
	margin-right:5px;
}
table.actus td {
	vertical-align:top;
}
table.actus a{
	color:#000;
	/*color:#FF9900;*/
	text-decoration:none;
}


/*styles pour cellules de tableau*/
.ligne{
	background-color:#006699;
	border-top:1px solid #006699;
	border-bottom:1px solid #006699;
	font-weight: bold;
	color: #ffffff;
}
tr.ligne2, tr.ligne2 td{
	border-top:1px solid #006699;
	background-color:#cccccc;
	border-bottom:1px solid #006699;
	font-weight: bold;
	font-size:x-small;
}
tr.ligne3, tr.ligne3 td{
	background-color:lightsteelblue;
	/*background-color:palegoldenrod;
	font-weight: bold;*/
	font-size:x-small;
}



/*Styles objets de formulaires*/
form{
	margin:0px;
}
input{
	border:1px solid #999999; height:18px; background-color:#FFFFFF;
	font-size:x-small;
	padding:0px;
	margin:0px;
}
select{
	border:1px solid #999999; background-color:#FFFFFF;
	font-size:x-small;
}
textarea{
	border:1px solid #999999; height:68px;background-color:#eee;
	font-size:x-small; font-family: verdana, arial, sans-serif;
}
input#reponse {
	border:0px;
	background-color:#fff;
	font-style:italic;
}

/* styles communauté */
#communaute {
	border:1px solid #006699;
	width:500px;
	margin-left:30px;
}
