/* CSS Document */
/* Feuille de style du site de la MDPH */

body{
	background-color: #FFFFFF;
	text-align : left;
	font-family : Verdana;
	font-size : 10px;
	font-style: normal;
	font-weight : normal;
	color : #000000;
	margin : 0 0% 0% 0;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #00B5BC;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #00B5BC;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #00B5BC;
}


/* Lien de type href en gras */
a.lienweb{
	font-family : verdana;
	font-size : 11px;
	font-style: normal;
	font-weight : bold;
	color : #0000FF;
	text-decoration: underline;
}

/* Lien de type href en gras au survol de la souris */
a.lienweb:hover{
	font-family : verdana;
	font-size : 11px;
	font-style: normal;
	font-weight : bold;
/* Ancienne couleur, remplacer par du noir à la demande de la MDPH
	color : #288493;   */
	color : #000000;
	text-decoration: underline
}

/* Lien de type href en normal */
a.lienweb1{
	font-family : verdana;
	font-size : 12px;
	font-style: normal;
	font-weight : normal;
	color : #0000FF;
	text-decoration: underline;
}

/* Lien de type href en normal au survol de la souris */
a.lienweb1:hover{
	font-family : verdana;
	font-size : 12px;
	font-style: normal;
	font-weight : normal;
/* Ancienne couleur, remplacer par du noir à la demande de la MDPH
	color : #288493;   */
	color : #000000;
	text-decoration: underline
}

/* Chemin de page= fil d'Ariane */
td.chemin{
	background-color: #D57A81;
	text-align : left;
	font-family : Verdana;
	font-size : 12px;
	font-style: normal;
	font-weight : bold;
	color : #000000;
}

/* Lien dans le chemi/fil d'ariane */
a.lien_ariane{
	font-family : verdana;
	font-size : 12px;
	font-style: normal;
	font-weight : bold;
	color : #000000;
	
}
a.lien_ariane:hover{
	font-family : verdana;
	font-size : 12px;
	font-style: normal;
	font-weight : bold;
	color : #000000;
	text-decoration: underline
}

/* Texte dans une cellule */
td.texte{
	text-align : left;
	font-family : Verdana;
	font-size : 12px;
	font-style: normal;
	font-weight : normal;
	color : #000000;
}

/* Cellule simple en rose Solidarité */
td.rose{
	border-bottom: 2px solid #D57A81;
	border-top: 2px solid #D57A81;
	padding: 3px 0 5px;
}

/* Dates dans une cellule */
td.date{
	text-align : right;
	font-family : Verdana;
	font-size : 12px;
	font-style: normal;
	font-weight : normal;
	color : #000000;
}

/* Theme de document */
td.theme{
	text-align : left;
	font-family : Verdana;
	font-size : 13px;
	font-style: normal;
	font-weight : bold;
	color : #000000;
	background-image: url("images/fond_theme.gif") ;
}

/* Titre des documents à télécharger */ 
td.titre_doc{
	text-align : left;
	font-family : Verdana;
	font-size : 12px;
	font-style: normal;
	font-weight : normal;
	color : #000000;
}

/* Cellule simple en rose Solidarité */
td.menu{
	text-align : center;
	padding: 15px 0 15px; 
	border-bottom: 2px solid #922400; 
/*	background-image: url("images/fond_menu.gif") ; */
}

/* Style utilisé pour l'évènementiel dans la page d'accueil */
td.cadre{
	border-bottom: 2px solid #922400;
	border-left: 2px solid #922400;
	border-right: 2px solid #922400;
	border-top: 2px solid #922400;
	padding: 10px 10px 10px;
	text-align : left;
	font-family : Verdana;
	font-size : 12px;
	font-style: normal;
	font-weight : normal;
	color : #000000;
}

/* Style utilisé pour l'évènementiel dans la page d'accueil */
td.contact{
	padding: 10px 10px 10px;
	text-align : center;
	font-family : Verdana;
	font-size : 12px;
	font-style: normal;
	font-weight : normal;
	color : #000000;
}

/* Styles pour la mise en forme des textes */
h1{
	text-align : left;
	font-family : Arial;
	font-size : 20px;
	font-style: normal;
	font-weight : bold;
	color : #000000;
}

h2{
	text-align : left;
	font-family : Arial;
	font-size : 15px;
	font-style: normal;
	font-weight : bold;
	color : #000000;
	border-bottom: 1px solid black;
	margin: 0 0 0 0;
}

h3{
	text-align : left;
	font-family : Arial;
	font-size : 14px;
	font-style: normal;
	font-weight : bold;
	color : #000000;
	margin: 0 0 0 0;
}


