/* CSS Document */

input {
	border: 1px solid black;
	background-color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

/* boutons radio différents */
/* attention à mentionner class=radio dans le code */
input.radio { 
	background-color : #ffffff;
	border: none;
}
input.checkbox { 
	background-color : #ffffff;
	border: none;
}


select {
	border: 1px solid black;
	background-color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

textarea {
	border: 1px solid black;
	background-color: #dddddd;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

table {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: normal;
	font-size: 1.0em;
}


.txtcourantpetit {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 15px;
	font-size: 11px;
}

.txtcourant {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 16px;
	font-size: 12px;
}

a.txtcourant {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 16px;
	font-size: 12px;
	text-decoration: none;
}

a.txtcourant:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 16px;
	font-size: 12px;
	text-decoration: underline;
}

.txtcourant_titre {
	color: #a20813;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 21px;
	font-size: 14px;
	font-weight: bold;
}

.compteur_petittitre {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: normal;
	font-size: 10px;
	line-height: 14px;
}

.compteur_chiffre {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	line-height: 24px;
	font-size: 29px;
	font-weight: bold;
}

.navig_petit {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 15px;
	font-size: 13px;
}

a.navig_petit {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 15px;
	font-size: 13px;
	text-decoration: none;
}

a.navig_petit:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 15px;
	font-size: 13px;
	text-decoration: none;
}

a.navig_petit:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 15px;
	font-size: 13px;
	text-decoration: underline;
}

.navig_petitgris {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 16px;
	font-size: 11px;
	text-decoration: none;
}

a.navig_petitgris:visited {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 16px;
	font-size: 11px;
	text-decoration: none;
}

a.navig_petitgris:hover {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 16px;
	font-size: 11px;
	text-decoration: underline;
}


.txtcourant_profilpetit {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: left;
	line-height: 14px;
	font-size: 10px;
}

.txtcourant_profilpetit2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 14px;
	font-size: 10px;
}

.txtcourant_profilmoyen {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 15px;
	font-size: 11px;
}

.txtcourant_profilgrand {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 19px;
	font-size: 16px;
}

.profilbloc
{
	position: relative;
	width: 530px;
	/*height: 90px;*/
	/*background-image: url("images/Menu_module_ActivitesVaud.gif");
	background-position: top left;
	background-repeat: no repeat;*/
	z-index: 20;
	/*border: 1px solid;*/
	/*border-color: #afafaf;*/
}

.profilmessagebloc
{
	position: relative;
	width: 514px;
	padding: 8px 8px 8px 8px;
	/*height: 90px;*/
	/*background-image: url("images/Menu_module_ActivitesVaud.gif");
	background-position: top left;
	background-repeat: no repeat;*/
	z-index: 20;
	/*border: 1px solid;*/
	/*border-color: #afafaf;*/
}

