
/* init */

body
{
    margin:0px;
    padding:0px;
    background-color:#004754;
}

table, td, tr, th
{
    margin:0px;
    padding:0px;
    border-spacing: 0px;
    border-collapse: collapse;
    border-width:0px;
}

form {
    margin: 0px;
    padding: 0px;
}

.clear
{
    clear: both;
}

img
{
    border:0;
}

/* background */
.bodyTable
{
    width:100%;
}

.bodyleft
{
    background-image:url(../images/header_left.png) ;
    background-position:right top;
    background-repeat:repeat-x;
    height:499px;
}

.footleft
{
    height : 100%;
    background-color:#f7f5f4;
    background-image:url(../images/foot_left.png) ;
    background-position:right bottom;
    background-repeat:repeat-x;
    vertical-align:top;
}

.body
{
    background-image:url(../images/header.png);
    background-repeat:no-repeat;
    background-position:left top;
}

.foot
{
    background-image:url(../images/foot.png);
    background-repeat:no-repeat;
    background-position:left bottom;
    width:1070px;
    vertical-align:top;
}

.cleanCenter
{
    background-image:url(../images/corp.png) ;
    background-position:left top;
    width:1070px;
    vertical-align:top;
}

.bodyright
{
    background-image:url(../images/header_right.png) ;
    background-position:left top;
    background-repeat:repeat-x;
    height:499px;
}

.footright
{
    height:100%;
    background-color:#f7f5f4;
    background-image:url(../images/foot_right.png) ;
    background-position:left bottom;
    background-repeat:repeat-x;
    vertical-align:top;
}

/** HEADINGS */

h1, h2 {
    margin: 0px 0px 1em 0px;
    letter-spacing: -.05em;
    font-family: Arial, Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    color: #575757;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 21px;
}

h3 {
    margin: 0px 0px 1em 0px;
    font-size: 100%;
    color: #616161;
}

/* top menu */
#menutop
{
    padding-left : 100px;
    padding-right : 100px;
    padding-top : 5px;
}

#menuadmin, #titleadmin
{
    float: left;
}

#titleadmin
{
    font-size: 30px;
    color : #000;
}

#menulang
{
    float: right;
}

/* menu */
#menu, #menuAdministrator {
    padding-left: 580px;
    padding-top: 70px;
}

#menuAdministrator {
    padding-top: 115px;
    margin-bottom:80px;
}

#menu a, #menuAdministrator a {
    text-decoration: none;
    font: normal 13px Arial, Georgia, "Times New Roman", Times, serif;
    color: #FFFFFF;
}

#menu a:hover, #menuAdministrator a:hover {
    text-decoration: underline;
}

#menu table, #menuAdministrator
{
    text-align:center;
}

#menu td, #menuAdministrator td
{
    padding:3px;
}

#menu .separator, #menuAdministrator .separator
{
    background:transparent url(../images/separator_menu.gif) no-repeat scroll left center;
    padding:0px;
    width : 2px;
}

/* corp text */
#contentPage
{
    padding-left: 85px;
    padding-right: 85px;
    min-height: 350px;
}

#pageAdmin #contentPage
{
    min-height: 470px;
}

#column1
{
    float:left;
    width:500px;
}

#column2
{
    float:right;
    padding:0 50px;
    width:250px;
}

#column
{
    width:900px;
}

/* foot text */
#contentFoot
{
    text-align: center;
}

#copyright
{
    padding-bottom: 90px;
    padding-top: 70px;
}

#pageAdmin #contentFoot
{
    padding-bottom: 90px;
    padding-top: 100px;
}

/** TEXTS */

body, th, td, input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #8B8B8B;
}

p, ul, ol, dl {
    margin-top: 0px;
    margin-bottom: 1.5em;
    text-align: justify;
    line-height: 20px;
}

.list1 {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
}

.list1 li {
    padding-left: 12px;
}

/** LINKS */

a {
    color: #6B9393;
}

a:hover {
    text-decoration: none;
}

.link1 {
    display: block;
    width: 180px;
    height: 20px;
    padding: 5px 0px 0px 0px;
    background: url(../images/link1.gif) no-repeat left top;
    text-decoration: none;
    text-align: center;
    letter-spacing: -1px;
    font: normal 13px Arial, Georgia, "Times New Roman", Times, serif;
    color: #FFFFFF;
}

.link1:hover {
    text-decoration: underline;
}

/** BOX STYLE 1 */

.box-style1 {
    padding-bottom: 30px;
}

.box-style1 .title {
    padding-left: 50px;
    width : 800px;
}

#column1 .box-style1 .title {
    width : 450px;
}

#column1 .box-style1 .title h1 {
    width : 450px;
}

#column1 .box-style1 {
    width : 450px;
}

.box-style1 .title h1 {
    margin: 0px;
    padding: 0px 0px 0px 26px;
    background: url(../images/puceH1.gif) no-repeat left center;
    width : 100%;
}

.box-style1 .title h2 {
    margin: 0px;
    padding: 0px 0px 0px 26px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #B2BEBF;
    width : 100%;
}

.box-style1 .content {
    padding: 20px 0px 0px 0px;
    padding-left: 50px;
    vertical-align: top;
    width : 100%;
}

/** BOX STYLE 2 */

.box-style2 {
    padding-bottom: 30px;
    background: url(../images/box2right.jpg) no-repeat right top;
}

#column .box-style2 {
    margin-left: 50px;
    margin-right:50px;
}

.box-style2 .title {
    margin-right: 70px;
    background: url(../images/box2center.jpg) repeat-x left bottom;
}

.box-style2 .title h2 {
    height: 29px;
    padding: 24px 0px 0px 22px;
    background: url(../images/box2left.jpg) no-repeat left bottom;
    font-size: 14px;
    color: #FFFFFF;
}

.box-style2 .content {
    margin-left: -50px;
    padding: 15px 20px 0px 70px;
    background: url(../images/box2background.gif) no-repeat left top;
    min-height: 130px;
}

.box-style2 .listDescript {
    margin-left:10px;
}

.box-style2 .listDescript th {
    padding-left:20px;
    text-align:left;
    font-weight:bold;
    vertical-align: top;
    white-space:nowrap;
}

.box-style2 .listDescript td {
    padding-left:25px;
    vertical-align: top;
    padding-bottom : 10px;
}

.imageDescript
{
    width: 100px;
    vertical-align:top;
}

/** TABLES */

.table1 {
    width: 100%;
}

.table1 tr {
}

.table1 td {
    height: 31px;
    padding: 0px 10px;
    background: #CEE9EB;
    border-bottom: 1px solid #FFFFFF;
    color: #6C9294;
}

.table1 td.left {
    background: #CEE9EB url(../images/table1left1.gif) no-repeat left top;
}

.table1 td.right {
    background: #CEE9EB url(../images/table1right1.gif) no-repeat right top;
}

.table1 tr.alt td {
    background: #F3E2D0;
}

.table1 tr.alt td.left {
    background: #F3E2D0 url(../images/table1left2.gif) no-repeat left top;
}

.table1 tr.alt td.right {
    background: #F3E2D0 url(../images/table1right2.gif) no-repeat right top;
}

/* calendar */
.eventCalendar {
    display : none;
}

.yui-skin-sam .yui-calcontainer {
    background-color:#e9dcd5 !important;
    border:1px solid #aeb0ab !important;
    color: #000 !important;

}

.yui-skin-sam .yui-calendar .calheader
{
    color: #000 !important;
}

.yui-skin-sam .yui-calendar td.calcell a
{
    color:#8b8b8b !important;
}

.yui-skin-sam .yui-calendar td.calcell.oom
{
    background-color: #cbe9ea !important;
}

.formAdmin tr
{
    height: 30px;
}

.formAdmin td.label
{
    width: 100px;
    font-weight:bolder;
    color:#000000;
}

.formAdmin th
{
    font-weight:bolder;
    color:#000000;
    padding-right : 20px;
}

input.inputText
{
    width:300px
}

fieldset
{
    margin-bottom : 10px;
}

legend
{
    color: #575757;
    font-weight:bold;
    font-size: 21px;
}

.rightBold
{
    color: #575757;
    text-align:right;
    font-weight:bold;
    font-size: 21px;
}

.rightBold input
{
    color: #575757;
    text-align:right;
    font-size: 21px;
}

.formAdmin textarea
{
    height: 150px;
    width: 790px;
}

.lienAdd
{
    text-decoration:none;
}

#eventMarquee
{
    
}

#eventMarquee marquee
{
    background-color:#e5e5e5;
}

#eventMarquee marquee .events
{
    margin-right : 10px;
    margin-left : 10px;
}

#eventmode
{
    width:100%;
    text-align : right;
}

table .printData
{
    padding : 2px;
}

table .printData th
{
    text-align:left;
    padding-right : 10px;
}

div.error, div.confirmMsg
{
    padding-left:50px;
    color: rgb(255,255,255);
    font-weight:bold;
    background-color: rgb(200,50,50);
}

div.confirmMsg
{
    color: rgb(0,0,0);
    background-color: rgb(50,200,50);
}

.paginationControl
{
    text-align : center;
}

.paginationControl .disabled
{
    color : #bebebe;
}

.criterionSearch
{
    width : 100%;
}

.criterionSearch td
{
    width : 33%;
}

.stats td {
	margin: 0;
	padding: 0;
}
.stats .value {
	background: url(../images/bar.png) no-repeat bottom left;
	/* \*/ height:1%;	/* you-know-who (win) needs this, but you-know-who (mac) doesn't like it */
}
.stats .value b {
	background: url(../images/bar.png) no-repeat;
	display: block;
	padding-left: 12px;
	height: 24px;
}

.stats .label {
    padding-right : 20px;
    font-weight:bolder;
    color:#000000;
    min-width:200px;
}

#directory{
    margin-left:850px;
    margin-top:10px;
}

#partenaire
{
    padding-top : 10px;
    padding-left: 85px;
    padding-right: 85px;
    text-align : center;
}

#dge
{
    padding-top : 20px;
    padding-left: 150px;
    padding-right: 150px;
    text-align : center;
}

#partenaire img, #dge img
{
    padding-left: 5px;
    padding-right: 5px;
}

