/* ============================================================================
	CMS 2.0 by VAlain	
	Styles CSS par default
============================================================================ */

/* TITRES ------------------------------------------------------------------ */
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #0882c6;
	border-bottom:solid 1px #999999;
	padding-bottom: 10px;
}

h2 {	
	font-size: 15px;
	font-weight: bold;
	color: #0882c6;
}

h3 {
	font-size: 13px;
	font-weight: normal;
	color: #0882c6;
}

/* TEXTES & LISTES --------------------------------------------------------- */
.text, p, ul, ol, li {
	color: #666666;
	line-height: 20px;
}

/* LIENS ------------------------------------------------------------------- */
a:link, a:active, a:visited {
	color: #0882c6;;
	text-decoration:underline;
}

a:hover {
	color: #4C4C4C;
	text-decoration:underline;
}


/* ========================================================================= */


/* TABLEAUX ---------------------------------------------------------------- */
.rowHeader {
	font-size: 10px;
	font-weight: bold;
	background-color: #000066;	color: #FFFFFF; 
}

.rowColor1 {
	background-color: #F0F0F0; color: #000000;
}

.rowColor2 {
	background-color: #E5E5E5; color: #000000;
}

.rowColor3 {
	background-color: #FFFFFF; color: #000000;
}

/* H-LIGNE ----------------------------------------------------------------- */
HR {
	size: 1px; color: #000066;
}



/* HEADER ------------------------------------------------------------------ */

/* FROM cms_styles_pdf */
/*
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;	
	font-weight: bold;
	background-color: #000099; color: #FFFFFF;
}

.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	font-weight: bold;
	background-color: #000099; color: #FFFFFF;
}

.topMenuTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	
	background-color: #9999CC; color: #000000;
}
*/	

div.googlemap { width: 100%; height:300px; margin: 1em auto 1em; border: 1px solid #000066; position:relative; }
