/* @override http://php.crossroad-solutions.com/styles/auroshikha.css */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #b7d5ff;
}

body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	background-image: url(/images/fondsite.gif);
	background-repeat: no-repeat;
	height: 577px;
	width: 706px;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 131px;
	margin-bottom: 40px;
	position: relative;
}

#navigation {
	position: absolute;
	bottom: 0;
	right: 20px;
	font-size: 14px;
	width: 475px;
	border-right: 1px #b7d5ff solid;
}

#navigation ul {
	list-style-type: none;
}

#navigation ul li {
	display: block;
	float: left;
	padding-left: 20px;
	width: 95px;
	height: 17px;
	border-left: 1px #b7d5ff solid;
}

#navigation a {
	color: #08244A;
	text-decoration: none;
}

#navigation a:hover {
	color: #b7d5ff;
}

#navigation a.active {
	color: #fff;
}
#main-content {
	padding-left: 15px;
}

#left-col {
	float: left;
}
#content  {
	position: absolute;
	right: 0;
	width:476px;
	height: 340px;
	padding-right: 10px;
	overflow: auto;
}

#content h1 {
	color: #333;
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 2px;
}

#content p {
	color: #333;
	font-size:11px;
	line-height: 20px;
	margin-bottom: 20px;
	font-stretch: ultra-condensed;
	text-align: justify;
}

#content a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px #333 dotted;
}

#content a:hover {
	color: #fff;
}

#footer {
	position: absolute;
	width: 686px;
	top: 510px;
	left: 0;
	padding: 15px 10px 10px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #559eff;
}

#copyright {
	font-size: 10px;
	color: #1352a9;
	padding-top: 15px;
	text-align: center;
}

.titre { color: #333; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-stretch: condensed; text-decoration: none; text-transform: uppercase; }

input { font-size:9pt; font-family: Verdana, Arial, Helvetica, sans-serif; }
select { font-size:9pt; font-family: Verdana, Arial, Helvetica, sans-serif; }
td { font-family: Verdana, Arial, Helvetica, sans-serif; }


h2 { color: #333; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; text-transform: capitalize; margin-top: 0; margin-bottom: 2px; }
