*
{
	font-family:verdana;
}

body {
/*width: 760px;*/
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

img 
{
	border:0;
}

/*TITRES*/
h1
{
	font-size: 16pt;
	font-style: italic;
	font-weight: 100;
}
h2
{
	font-size: 16pt;
	font-style: italic;
	font-weight: 100;
	color:red;
}

#blocLogo 
{
	float: left;
	clear: left;
}

#blocAP 
{
	background-color: #3399FF;
	height: 110px;
	clear:right;
	overflow: auto;
}

#blocAdresse
{
	height: 50%;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

#blocPartenaires
{
	text-align: center;
	
}

#blocMiddle
{
	overflow: auto;
	clear: left;
}

.blocMenu
{
	float: left; /* Le menu flottera à gauche */
	width: 150px; /* Très important : donner une taille au menu */
	text-align: center;
	background-color: #3399FF;
}

#blocPage
{
	margin-left: 150px;
	padding-left: 5px;
	padding-right: 5px;
	clear: right;
}


/*Elements du MENU*/
.blocMenu ul
{
   list-style-image: none;
   list-style-type: none;
}
.blocMenu li
{
	text-align:center;
	border-style:ridge; 
	margin-left:-39px;
	margin-bottom:5px;
	border-width:2px;
	border-color:#000000;
}
.blocMenu A
{
	color: #000000;
	text-decoration: none;
}
.blocMenu li:hover, .blocMenu A:hover
{
	background-color: #FFFFFF;
	color: #FF0000;
	text-decoration: none;
}
div.blocMenu > span
{
	font-size: 14pt;
	letter-spacing: 0.5em;
}
A.menuCompte
{
	font-size: 10pt;
}
A.menuCompte:hover
{
	font-size: 10pt;
	color: #000000;
	background-color: none;
}


/*Elements sur ACTUCTP*/
.actualites *
{
	color:black;
}

table.actualites
{
	
}

.actualites th
{
	background-color: #C9ECF8;
	font-size: 12pt;
	text-align:center;
	font-weight: bold;
}
.actualites td
{
	font-size:8pt;
	background-color: #F4ECCC;
}



/*Elements sur docActu*/
table.docActu
{
	font-size: 8pt;
}

table.docActu #top td
{
	background-color: #C9ECF8;
	font-size: 12pt;
	text-align:center;
	color:black;
	font-weight: bold;
}

table.docActu #top A
{
	color:black;
}

table.docActu td
{
	background-color: #F4ECCC;
}

/*Style des formulaires*/
form.form1 input[type="text"], form.form1 textarea
{
	background-color: #3399FF;
	border-style: solid;
	border-color:#000000;
	border-width:1px;
	font-weight: bold;
}

/*Tableau simple par default*/
table.table1 td
{
	vertical-align:top;
}


/*Formulaire pour authentification*/
form.authNorm
{

}
#blocPage div.authentification input
{
	text-align: center;
	width: 180px;
	
}

.blocMenu div.authentification div.bandeau	/*Bandeau de connexion*/
{
	text-align: center;
	font-size: 8pt;
	color : #FFFF00;
	font-weight: bold;
}

.blocMenu div.authentification *
{
	font-size: 8pt;
}

#blocPage div.authentification div.bandeau	/*Bandeau de connexion*/
{
	text-align: center;
	font-size: 14pt;
	color : #FFFF00;
	background-color:#3399FF;
}

form.authMenu input
{
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #000000;
	text-align: center;
	font-size:8pt;
	font-weight: bold;
	width:135px;
}

div.authentification
{
	text-align : center;
	border-width : 1px;
	border-style : solid;
}

#blocPage div.authEtiquette
{
	float:left;
	width:35%;
}

#blocPage div.authentification
{     
     width: 500px;
     height: 200px;
     border: 1px solid #000;
	 text-align:center;
}

erreur
{
	clear:both;
	color:#FF0000;
	font-weight: bold;
}
