<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------*
**  CSS Styles
**------------------------------------------------------------*/

.clearfix:after {visibility:hidden;	display:block; font-size:0;	content:" "; clear:both; height:0;}
.clearfix {min-height: 0;} /* IE7 */
* html .clearfix {zoom:1;} /* IE6 */


img {border:none;}
:focus {outline:0}
a:focus {outline:1px dotted #999}

a {text-decoration:none; color:#E10020}
a:hover {text-decoration:underline}

html, body {
	height:100%;
}

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#333;
	background:#FFF;
	padding:0;
	margin:0;
}

.button {
	float:left;
	text-align:center;
	background:#e10020;
	padding:5px 20px;
	text-transform:uppercase;
	color:#FFF;
}

.button:hover {
	text-decoration:none;
}

.button.center {
	float:none;
	display:block;
	margin:0 auto;
}

.button.right {
	float:right;
}

#wrapper {
	width:980px;
	margin:0 auto;
	min-height:100%;
	_height:100%;
	background:#FFF url(/images/graphics/AYNPANEL18/wrapper.png) repeat-y top left;
	position:relative;
}

#container {
	width:960px;
	margin:0 auto;
	position:relative;
}

#header {
	height:110px;
	background: none repeat scroll 0 0 #FFFFFF; 
	position:relative;
	border-bottom-style: solid;
border-color: #e20000;
border-width: 5px;
}


#site-logo {
	float:left;
	display:inline;
	width:165px;
	height:80px;
	background:url(/images/graphics/AYNPANEL18/logo.png) no-repeat top left;
	padding:0;
	margin:15px 0 0 15px;
	position:relative;
}

#site-logo a {
	float:left;
	width:165px;
	height:80px;
	text-indent:-9999px;
}

#main-menu {
	position:absolute;
	top:35px;
	right:0;
	height:20px;
	margin:0;
	padding:0;
	list-style:none;
}

#main-menu li {
	float:left;
	padding:0 30px 0 0;
}

#main-menu li a {
	float:left;
	text-transform:uppercase;
	color: #E20000;
	padding:8px 0 1px 0;
	font-size:18px;
}

#main-menu li a:hover, #main-menu .selected a {
	text-decoration:none;
	border-bottom:2px solid #FFF;
}

#bottom-logo {
	position:absolute;
	bottom:0;
	right:10px;
	height:75px;
	width:590px;
	background:url(/images/graphics/AYNPANEL18/bottom-logo.png) no-repeat top left;
	z-index:1;
}

#corner-logo {
	float:right;
	position:absolute;
	z-index:1;
	top:3px;
	right:3px;
	width:85px;
	height:85px;
	background:url(/images/graphics/AYNPANEL18/corner-logo.png) no-repeat top right;
}

#sidebar {
	float:left;
	width:310px;
	/* padding-bottom must be the height of the sidebar-note */
	padding-bottom:20px;
}
#sidebar-note {
	position:absolute;
	left:10px;
	bottom:0;
	width:310px;
	height:20px;
	text-align:center;
	font-size:10px;
}
#sidebar-note a {
	color:black;
}

.sidebar-block {
	border-bottom:5px solid #e10020;
	padding:10px 20px;
}

.sidebar-block.last {
	border:none;
}

#login-form {
	border:none;
	padding:0;
	margin:0;
}

#login-form fieldset {
	border:none;
	padding:0;
	margin:0;
}

#login-form label {
	float:left;
	clear:both;
	width:90px;
	line-height:26px;
	height:28px;
	margin-bottom:10px;
}

#login-form .recover {
	float:left;
	width:150px;
	font-weight:bold;
	font-size:11px;
	line-height:24px;
}

#login-form input {
	width:165px;
	padding:5px;
	border:1px solid #CCC;
	float:right;
	margin:0 0 10px 0;
}

#main-content {
	float:right;
	width:645px;
	padding-bottom:85px;
	position:relative;
}

#content-holder {
	padding:10px 20px;
	position:relative;
	z-index:2;
	
}

.recover a.petit_texte.petit_texte {
	color:black;
}

#menu-right {
	list-style-image: url(/images/graphics/AYNPANEL18/redsquare.png)
}
#menu-right a {
	color:black;
}




</pre></body></html>