/* CSS Document */

/* Old Prociale */
.texte10{font-size : 11px; font-family : Verdana; line-height: 20px; font-weight:normal; color:#000000;}
.texte12{font-size : 12px; font-family : Verdana; line-height: 20px; font-weight:normal; color:#000000;}
.texte10_rouge{font-size : 10px; font-family : Verdana; color:#CC0000;}
.texte10_gras{font-size : 10px; font-family : Verdana; font-weight: bold;}
.texte10_grey{font-size : 11px; font-family : Verdana; line-height: 20px; font-weight: bold; color:#61718A;}
.surligne {font-family: Verdana; font-size: 13px;font-weight: bold;color: #008000; text-decoration:underline;}

checkbox.vert, input.vert, radio.vert, select.vert, textarea.vert
	{
	font-family : verdana, helvetica, arial;
	font-size : 11px;
	color:#01AD4E;
	background-color : #ffffff;
	border-width : 1px;
	border-color : #000000;
	border-style : solid;
	}
input.vert2
	{
	font-family : verdana, helvetica, arial;
	font-size : 11px;
	font-weight:bold;
	color:#F4ECA4;
	background-color : #01AD4E;
	border-width : 1px;
	border-color : #000000;
	border-style : solid;
	}
checkbox.rouge, input.rouge, radio.rouge, select.rouge, textarea.rouge
	{
	font-family : verdana, helvetica, arial;
	font-size : 11px;
	color:#BF0000;
	background-color : #ffffff;
	border-width : 1px;
	border-color : #000000;
	border-style : solid;
	}
input.rouge2
	{
	font-family : verdana, helvetica, arial;
	font-size : 11px;
	font-weight:bold;
	color:#F4ECA4;
	background-color : #BF0000;
	border-width : 1px;
	border-color : #000000;
	border-style : solid;
	}	
.entete2_big{font-size : 15px; font-family :Verdana; color :#F4ECA4; background-color :#01AD4E; font-weight:bold;}
.entete2_big_red{font-size : 15px; font-family :Verdana; color :#F4ECA4; background-color :#BF0000; font-weight:bold;}
a.lien_prociale {font-family: Verdana, Arial, Helvetica, sans-serif; color : #008000;text-decoration : none;  }
a:hover.lien_prociale {font-family: Verdana, Arial, Helvetica, sans-serif;  color : #008000;text-decoration : underline; }
a.lien_prociale2 {font-family: Verdana; font-style: bold; font-size: 13; color : #008000;text-decoration : none; }
a:hover.lien_prociale2 {font-family: Verdana; font-style: bold; font-size: 13; color : #008000;text-decoration : underline; }

/* fin old Prociale */

body {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	margin: 0;
}

#global {
	text-align: left;
	width: 740px;
	height: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	/*border: solid 1px #000000;*/
}

#entete {
	height: 70px;
	width: 740px;
	/*border: solid 1px #000000;*/
}

#entete a {
	float: left;
	display: block;
	margin: 0 0 0 10;
	padding: 0 0 0 15; 
	background: url(../img/dot_fleche_d.gif)  0px 7px no-repeat;
	text-decoration: none;
	color: #008000;
	font-weight: bold;
}

#menu {
	position: absolute;
	z-index: 101;
	float: left;
	height: 170px;
	width: 740px;
	padding: 10px 0 0 0;
	/*border: solid 1px #000000;*/
}

#corps {
	position: absolute;
	float: left;
	height: 900px;
	width: 740px;
	top: 230px;
	margin: 0;
	padding: 30px 0 0 0;
	background: url(../img/fond.gif) 0 0 repeat-y;
	/*border: solid 2px blue;*/
}

#newsletter {
	position: absolute;
	/*z-index: 101;*/
	height: 133px;
	width: 150px;
	margin: 0 0 0 0;
	padding: 0 0 0 20;
	float: left;
	font-size: 11;
	font-weight: normal;
	/*border: 1px solid #309F35;*/
}

#newsletter h2 {
	display: block;
	font-size: 11;
	font-weight: normal;
	line-height: -16;
	color: #F4ECA4;
	background-color:#309F35;
	padding: 0 0 0 25;
	margin: 0 0 0 0;
	background: url(../img/encadre_newsletter.gif) 10 no-repeat;

}

#lienshaut {
	margin: 0 35 0 0;
	padding: 0;
}

#lienshaut li {
	list-style : none;
	float: right;
	line-height: 20px;
	width: 80px;
	/*border: dotted 1px #000000;*/
}

#lienshaut a {
	font-weight: normal;
	display: block;
	text-decoration: none;
	padding: 0 0 0 15px;
	background: url(../img/logos/logo_i_prociale.gif)  0 5px no-repeat;
	color: #BE8D01;
	/*border: 1px dotted;*/
}

#lienshaut a:hover{
	color: #E7D42E;
}

#menu_qui {
	line-height: 20px;
	width: 130px;
	/*border: solid 1px #000000;*/
}

#logo {
	float: left;
	height: 50px;
	width: 165px;
	margin: 5px 0 0 5px;
	padding: 0;
	/*border: solid 1px #000000;*/
}


#logo a {
	float: left;
	height: 50px;
	width: 165px;
	margin: 5px 0 0 5px;
	padding: 0;
	background: url(../img/logos/logo_prociale.gif) 0 0 no-repeat;
	/*border: solid 1px #000000;*/
}

.txt_accroche {
	font-size: 14;
}

.lettrine {
	color: #309F35;
	font-family: verdana;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}