﻿/**
	index : paragraph contact style
**/
.paragraphe_contact {

	text-align: justify;
	height: 100px;
}

/**
	index : paragraphe telechargement
**/
.paragraphe_telechargement {

	text-align: right;
	vertical-align:top;
	height:140px;
	width:838px;

	
}

/**
	index paragraphe telechargement > boutton de telechargement
**/
.paragraphe-centre {
	
		
	margin-left: 195px; 
	margin-right: 125px;
	
}


.button-style {
	
	border-left: thin;
	
}

/**
	tous les liens visibles a gauche de l'index
*/
.lien {
	font-family:"Comic Sans MS";
	font-size:14px;
	color:#003300;	
}

/**
	style des liens
*/
tr.menu td a:link,tr.pied td a:link {
	font-family:"Comic Sans MS";
	font-size:14px;
	color:blue /*#9933FF;		*/
}
tr.menu td a:hover{
	
	/*border-left: thin;*/
	color:white;
	
}

tr.pied td a:active ,tr.menu td a:active {
	/*border-left: thin;*/
	color:#FFFFFF;
}

/*personnalisé*/

body{
	background-color:#3366CC; /*#22AAA0;*/
	vertical-align:middle;
	margin-top:0%;
	margin-bottom:0%;
	padding:0px 0px 0px 0px;
}

table.site{
	height:100%;
	width:849px; 
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border: 1px green none;
}
table.site tr{
	background-color:white;
	vertical-align:top;
	border: 1px yellow none;
}

table.site tr.haut td{	
	height:50px;
	background-color:#3366CC;
	padding:0px 0px 0px 0px;
	border: 1px yellow none;
}

td.corps{
	padding:30px 15px 15px 15px;
	width:75%;
}

div.image{
	float:left;
	background:#3366CC;
	width:50px;
	height:50px
}

div.espace{
	float:left;
	height:50px;
	padding:0px 0px 0px 0px;
	background:white;
	width:auto;
}

tr.menu td{
	height:30px;
	vertical-align:middle;
	background-color:#C7D9F9 ;/*#99FF99*/

}
table.lien{
	height:100%;
    width: 100%;
}

table.lien td{
	height:100%;
	border-right: 1px #3366CC solid; 
	margin: 0px 0px 0px 0px;
    padding:0px 10px 0 10px;
    text-align:center;
}

tr.entete{
 height:124px;
 width:100%;
 border: 1px red none;
 padding:0px 0px 0px 0px;
 margin:auto;
}

tr.entete tr, tr.entete td {
 padding:0px 0px 0px 0px;
 width:100%;
 border: 1px white none;

}

tr.pied td{
 	text-align:right;
 	height:50px;
	background-color:#3366CC;
	padding:0px 0px 0px 0px;
}

table.actu{
	height:348px;
	width:172px;
}

td.actu_entete{
	text-align:center;color:red;
	font-weight:bold;font-size:20px;
	background-image:url('../images/actu_entete.jpg');
	height:31px;
	
}
td.actu_corps{
	text-align:left;
	border:5px none  #93A2C4; 
	padding:0px 10px 0px 10px;
	background-image:url('../images/actu_corps.jpg');
	height:286px;
	vertical-align:top;
}
table.actu a:link{
	color:white;
}
table.actu a:hover{
	color:#BCD3FC;
}

table.actu a:visited{
	color:#CC99FF;
}

td.actu_pied{
	text-align:center;
	border:5px none  #93A2C4; 
	padding:0px 10px 0px 10px;
	background-image:url('../images/actu_pied.jpg');
	height:31px	;
}