/*
creation: 2005-04-11
modification: 2005-04-27
*/

/* ======== Texte ============== */

.local3TxtLien,
.local3TxtAncre,
.local3TxtDescPDF,
.local3TxtTitre,
.local3TxtSousTitre,
.local3TxtLienPDF,
.local3TxtURLBasPage,
.local3TxtMenu,
.local3TxtPhoto,
.local3TxtNormal {
	font-family			: verdana,sans-serif;
	font-size			: small;
	color				: #152568;
	}

.local3TxtMenu {
	font-size			: 11px;
	}
	
a:link.local3TxtMenu	{text-decoration	: none;color:white;}
a:visited.local3TxtMenu	{text-decoration	: none;color:white;}
a:active.local3TxtMenu	{text-decoration	: none;color:white;}

.local3TxtURLBasPage {
	font-size			: 10px;
	color 				: #196ca9;
	}
	
a:link.local3TxtURLBasPage		{text-decoration	: none;color:196ca9;}
a:visited.local3TxtURLBasPage	{text-decoration	: none;color:196ca9;}
a:active.local3TxtURLBasPage	{text-decoration	: none;color:196ca9;}

a:link.local3TxtLienPDF		{text-decoration	: underline;color:d9ecfa;}
a:visited.local3TxtLienPDF	{text-decoration	: underline;color:d9ecfa;}
a:active.local3TxtLienPDF	{text-decoration	: underline;color:d9ecfa;}

.local3TxtTitre {
	font-size			: medium;
	color				: white;
	}

a:link.local3TxtAncre		{text-decoration	: underline;color:white;}
a:visited.local3TxtAncre	{text-decoration	: underline;color:white;}
a:active.local3TxtAncre		{text-decoration	: underline;color:white;}

.local3TxtSousTitre {
	font-size			: small;
	font-weight			: bold;
	}
	
.local3TxtPhoto {
	font-size			: 11px;
	}

.local3TxtDescPDF {
	font-size			: x-small;
	color				: black;
	}

a:link.local3TxtLien		{text-decoration	: underline;color:#990033;}
a:visited.local3TxtLien		{text-decoration	: underline;color:#993366;}
a:active.local3TxtLien		{text-decoration	: underline;color:#993366;}

/* ======== Boite ============== */

.local3BteDropMenu {
	padding				: 1px 8px 4px 8px;
	background-color	: #e00529; /* rouge */
	}
	
/* menu */
select {
	font-family			: verdana,sans-serif;
	font-size			: 11px;
	font-weight			: bold;
	color				: white;
	background-color	: #e00529; /* rouge */
	width				: 170px;
	height				: 18px;
	border				: 0px solid black;
	margin				: 0px 0px 0px 0px;
	padding				: 0px;
	}

