/* General ESCadrille.org style
---------------------------------------- */

/* GLOBAL STYLES */
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	color: #404040;
	background: #CFCFCF url('../images/body/background.png') repeat-x fixed bottom left;
}

a {
	color: #007ACC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

table {
	border: 0px;
}

h1 {
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	color: #0A5083;
	border-bottom: 2px solid #0062A8;
}

h2 {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	text-indent: 10px;
	color: #0A5083;
	border-bottom: 2px dashed #0062A8;
}

.buttonNeutral, .buttonPositive, .buttonNegative {
	width: auto;
	overflow: visible;
	cursor: pointer;
	margin: 0 7px 0 0;
	padding: 5px 10px 6px 7px;
	background-color: #F5F5F5;
	border: 1px solid #DEDEDE;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
}

.buttonNeutral {
	color: #565656;
}

.buttonPositive {
	color: #529214;
}

.buttonNegative {
	color: #D12F19;
}

.buttonNeutral:hover {
	background-color: #DFF4FF;
	border: 1px solid #C2E1Ef;
	color: #336699;
}

.buttonNeutral:active{
	background-color: #007ACB;
	border: 1px solid #FFF;
	color: #FFF;
}

.buttonPositive:hover {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529215;
}

.buttonPositive:active{
	background-color: #529216;
	border: 1px solid #FFF;
	color: #FFF;
}

.buttonNegative:hover {
	background-color: #FBE3E4;
	border: 1px solid #FBC2C4;
	color: #D12F20;
}

.buttonNegative:active{
	background-color: #D12F21;
	border: 1px solid #FFF;
	color: #FFF;
}

.normal {
	font-size: 11px;
	font-style: normal;
	color: #000000;
}

.prerempli {
	font-size: 11px;
	font-style: italic;
	color: #808080;
}
/* ---------------------------------------- */

/* HEADER STYLES */
.bandeau {
	width: 939px;
	height: 110px;
	background: transparent;
	margin-left: auto;
	margin-right: auto;
}

.bandeau tr {
	vertical-align: middle;
}

.bandeau td {
	text-align: center;
}

.bandeau a {
	color: #A0A0A0;
}

.header {
	width: 939px;
	height: 110px;
	margin-right: auto;
	margin-left: auto;
}

.header tr {
	vertical-align: middle;
}

.header td {
	text-align: center;
}

.head-image {
	width: 939px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}

.head-image tr {
	vertical-align: middle;
}

.head-image td {
	text-align: center;
}

.head-image a {
	color: #A0A0A0;
}

.h-image {
	width: 939px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
}

.h-image tr {
	vertical-align: middle;
}

.h-image td {
	text-align: center;
}
/* ---------------------------------------- */

/* CONTENT STYLES */
.outside {
	width: 950px;
	margin: 0 auto;
}

.top-left, .top-right { 
	font-size: 2px;
}

.bottom-left, .bottom-right { 
	height: 20px;
	font-size: 2px;
}

.top-left { 
	background-image: url("../images/content/body_corners_top.gif");
	background-repeat: no-repeat;
	background-position: 0 -20px;
	margin-left: 1px;
	margin-top: 0px;
	margin-right: 9px;
}

.top-center { 
	background-image: url("../images/content/body_header.gif");
	background-position: 0 0px;
	height: 20px;
	font-size: 2px;
	margin-left: 20px;
	margin-top: -20px;
	margin-right: 20px; 
	margin-bottom: -20px; 
}

.top-right { 
	background-image: url("../images/content/body_corners_top.gif");
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin-left: 0px;
	margin-top: -9px;
	margin-right: 1px;   
}

.bottom-left  { 
	background-image: url("../images/content/body_corners_bottom.gif");
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin-right: 0px;
	margin-left: 1px;
	margin-top: 0px;
}

.bottom-center { 
	background-image: url("../images/content/body_footer.gif");
	background-position: 0 0px;
	height: 20px;
	font-size: 2px;
	margin-left: 20px;
	margin-top: -20px;
	margin-right: 20px; 
	margin-bottom: -20px; 
}

.bottom-right { 
	background-image: url("../images/content/body_corners_bottom.gif");
	background-repeat: no-repeat;
	background-position: 100% -20px;
	margin-right: 1px;
	margin-left: 0px;
	margin-top: -20px;
}

.inside {
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	background: transparent;
	color: #536482;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url("../images/content/body_background.gif");
}

.wrap {  
	padding: 0 20px;  
	min-width: 700px;  
	width: 900px;  
	margin: 0 auto;  
}

.content {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}

.content tr {
	vertical-align: top;
}

.menu {
	width: 220px;
	text-align: center;
}

.separator {
	width: 20px;
	background: url('../images/content/menu_background.png') repeat-y center top;
	text-align: center;
}

.navigation {
	height: 36px;
	vertical-align: middle;
}

.navigation td {
	width: 670px;
	text-indent: 30px;
	background-image: url('../images/content/navigation_background.png');
}

a.tags {
	text-decoration: none;
    border-bottom: 1px dashed;
}

.pagination {
	line-height: 2em;
	text-align: center;
}

.pagination a, .pagination span {
	padding: 0.2em 0.5em;
}
.pagination a {
	border: 1px solid #9AAFE5;
	color: #007ACC;
	text-decoration: none;
}

.pagination a:hover {
	border: 1px solid #296BB5;
	color: #000031;
}

.pagination .prevnext {
	font-weight: bold;
}

.pagination span.disabled { 
	border: 1px solid #DDDDDD;
	color: #999999;
}

.pagination span.current {
	border: 1px solid #007ACC;
	background-color: #007ACB;
	color: #FFFFFF;
	font-weight: bold;
}

.references {
	position: relative;
}

ul.crossfade {
	position: relative;
	list-style-type: none;
	vertical-align: middle;
	text-align: center;
}

#fade li {
	position: absolute;
	visibility: hidden;
}

li img {
	display: block;
}
/* ---------------------------------------- */

/* ALTERNATIVE CONTENT STYLES */
.outside-alternative {
	width: 950px;
	margin: 0 auto;
}

.top-left-alternative, .top-right-alternative { 
	font-size: 2px;
	height: 20px;
}

.top-left-alternative { 
	background-image: url("../images/content/body_corners_top.gif");
	background-repeat: no-repeat;
	background-position: 0 -20px;
	margin-left: 1px;
	margin-top: 0px;
	margin-right: 9px;
}

.top-center-alternative { 
	background-image: url("../images/content/body_header.gif");
	background-position: 0 0px;
	height: 20px;
	font-size: 2px;
	margin-left: 20px;
	margin-top: -20px;
	margin-right: 20px; 
	margin-bottom: -20px; 
}

.top-right-alternative { 
	background-image: url("../images/content/body_corners_top.gif");
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin-left: 0px;
	margin-top: -9px;
	margin-right: 1px;   
}
/* ---------------------------------------- */

/* FOOTER STYLES */
.copyright {
	color: #A0A0A0;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.copyright table {
	border-width: 2px;
	border-color: white;
}

.copyright td {
	text-align: right;
	font-style: italic;
}

.footer {
	width: 100%;
	height: 125px;
	color: #E0E0E0;
	background: url('../images/footer/background.png') repeat-x;
}

.footer table {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}

.footer tr {
	vertical-align: top;
}

.footer td {
	text-align: left;
}

.footer p {
	text-align: justify;
}

.footer a {
	font-weight: bold;
	color: #E0E0E0;
}

.footer-separator {
	width: 20px;
	text-align: center;
}

.footer-titre {
	text-decoration: underline;
	font-weight: bold;
	color: #A0A0A0;
}

.footer-background {
	width: 100%;
	height: 50px;
	background-color: black;
}
/* ---------------------------------------- */
