a
{
	color: #AA1528;
    text-decoration:underline;
}
a:focus, a:hover
{
    color: #FF0000;
}

body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #AA9090;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 0px solid #AA9090;
    background: url(../images/FSJPS-ULille-RVB-V-2021.png) no-repeat scroll right top transparent;
    background-size: contain;
}

/*
changement du header 19 férvier avant 
margin: 0;
	padding: 0;
	border-top: 3px solid #AA9090;
    background: url(../images/fond_bandeau_specif.jpg) no-repeat scroll right top transparent;
*/

#content
{
    padding: 20px;
}

html body div#page.container div#content div.Introduction {
background: url(../images/dna-1889085_1920.jpg) no-repeat left transparent;
background-size: contain;
}
html body div#page.container div#content div.Introduction div.Sequencage {
padding-left : 20%;
}

html body div#page.container div#content div.Introduction div.Sequencage fieldset{
-moz-border-radius:8px;
-webkit-border-radius:8px;	
border-radius:8px;
/*
background-color:#CCC;	
*/
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #AA9090;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
    background: linear-gradient(to bottom, rgb(238, 238, 238) 0%, rgb(219, 220, 226) 21%, rgb(184, 186, 198) 49%, rgb(221, 223, 227) 80%, rgb(238, 238, 238) 100%) repeat scroll 0% 0% transparent;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color: #AA1528;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #FF0000;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
    background: linear-gradient(to bottom, rgb(238, 238, 238) 0%, rgb(219, 220, 226) 21%, rgb(184, 186, 198) 49%, rgb(221, 223, 227) 80%, rgb(238, 238, 238) 100%) repeat scroll 0% 0% transparent;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #AA1528;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#FFEFFD;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #AA1528;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #AA1528;
}

.operations li a:hover
{
	background: #FFCFCF;
}

.coolfieldset div
{
    padding:10px;
}

kbd {
    background-color: #eee;
    border-radius: 3px;
    border: 1px solid #b4b4b4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(255, 255, 255, .7) inset;
    color: #333;
    display: inline-block;
    font-size: .85em;
    font-weight: 700;
    line-height: 1;
    padding: 2px 4px;
    white-space: nowrap;
   }

