/* @group RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
/* @end */
body {
color:#333;
font: 12px/18px "Ludida Grande", Geneva, Arial, Verdana, sans-serif;
background: #fff url(../images/background-repeat.png) repeat-x scroll left top;
}
#container {
width: 980px;
margin: 0 auto;
position: relative;
}
.login_error {
color: #ff0000;
font-size: 10px;
}
.formError{
color: #ff0000;
font-size: 10px;
}
/* @group Login */
#userlogin{
margin-left: 500px;
text-decoration: none;
height: 100px;
position: relative;
font-size: smaller;
color: #8d0000;
}
#userlogin #connexion{
color: #8d0000;
text-decoration: none;
}
#userlogin #connexion:hover{
color: #ea984b;
}
#userlogin form{
bottom: 0;
position: absolute;
right: 0;
}
#userlogin form input{
background-color: #fff8f9;
border: 1px solid #ea984b;
width: 90px;
color: #e59448;
height: 14px;
}
#submit_btn {
background-color: #fff8f9;
border: 1px solid #ea984b;
color: #e59448;
height: 14px;
text-decoration: none;
padding-right: 2px;
padding-left: 2px;
padding-top: 1px;
}
#submit_btn:hover {
background-color: #fea551;
color: #fff;
}
/* @end */
/* @group header */
#header {
width: 980px;
margin: 0 auto 20px;
}
#header #logoimage img{
width: 190px;
height: 210px;
z-index: 1;
position: absolute;
top: 0;
}
#logotexte img{
width: 304px;
height: 78px;
margin-left: 170px;
margin-top: 10px;
float: left;
}
#header #bar{
width: 880px;
display: table;
margin-left: 100px;
}
#header #bar #rightchoice {
height: 70px;
width: 874px;
background: url(../images/header-background-repeat.png) repeat-x;
display: table-cell;
padding-left: 100px;
}
#header #bar #rightborder {
width: 6px;
height: 70px;
background: url(../images/header-right-border.png) no-repeat left top;
display: table-cell;
}
/* @end */
#main {
position: relative;
/*background-color: #8bff74;*/
padding: 15px 0 0;
width: 100%;
display: table;
}
#maincontent {
position: relative;
color: #333;
}
/* @group mainmenu */
#main #mainmenu {
width: 150px;
float: left;
}
#main #mainmenu #mainmenubloc {
margin: 10px auto;
width: 161px;
background: url(../images/title-small.png) no-repeat left top;
}
#main #mainmenu #mainmenubloc h4 {
color: #fff;
font-weight: bold;
text-align: center;
height: 23px;
position: relative;
top: 2px;
}
#main #mainmenu #mainmenubloc ul {
background: url(../images/menu-background-repeat.png) repeat-y;
padding-top: 5px;
}
#main #mainmenu #mainmenubloc ul li {
background: url(../images/menu-background-repeat.png) repeat-y;
height: 22px;
padding-left: 5px;
padding-right: 5px;
}
#main #mainmenu #mainmenubloc ul li:hover {
background-image: url(../images/menu-background-repeat-hover.png);
height: 22px;
}
#main #mainmenu #mainmenubloc a {
text-decoration: none;
color: #8d0000;
text-align: left;
font-size: 11px;
}
#main #mainmenu #mainmenubloc a:hover {
color: #ff7a00;
font-size: 11px;
}
#main #mainmenu #mainmenubloc #footer {
background-image: url(../images/menu-bottom.png);
width: 161px;
height: 6px;
}
/* @end */
/* @group maincontent */
#main #maincontent {
margin-left: 200px;
width: 780px;
background: url(../images/title-big.png) no-repeat left top;
margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
}
#main #maincontent h4.title {
color: #fff;
font-weight: bold;
height: 23px;
position: relative;
top: 2px;
margin-bottom: 6px;
}
/* @end */
/* @group globalfooter */
#globalfooter {
margin: 18px auto;
position: relative;
color: #b8b8b8;
text-align: center;
font-size: 10px;
}
#globalfooter a{
color: #b8b8b8;
text-decoration: none;
}
#globalfooter a:hover{
color: #555;
}
#globalfooter hr{
width: 80%;
border : 0;
background-color: #D1CACA;
height: 1px;
color: #898989;
}
/* @end */
/* @group dynamicList */
.dynamicList {
display: table;
border-collapse: collapse;
border-spacing: 3px;
min-width: 200px;
min-height: 40px;
max-height: 200px;
overflow: auto;
}
.dynamicList > * {
display: table-row;
border: thin solid #f57627;
padding:3px;
}
.dynamicListHeader {
background-image: url(../images/menu-header-background-repeat.png);
background-repeat: repeat-x;
height: 23px;
font-weight: bold;
color: white;
}
.dynamicFredList {
display: table;
border-collapse: collapse;
border-spacing: 3px;
min-width: 200px;
min-height: 40px;
max-height: 200px;
overflow: auto;
width: 97%;
margin-top: 10px;
}
.dynamicFredList > * {
display: table-row;
border: thin solid #f57627;
padding:3px;
}
.selected {
background-color: #fea752;
}
/* @end */