* { margin: 0; padding: 0;}

.break { clear:both; margin:0; padding:0; width:0; height:0; font-size: 0; line-height: 0; }

body { 
	font-family: Arial, Helvetica, sans-serif;  font-size: 12px; line-height: 16px;
        background: url(../images/background2.png) top center no-repeat #f6f6f6; color: #000;
}
h1,h2,h3,h4,h5,p { font-family: Arial, Helvetica, sans-serif;}



#header {
	position: relative;
	width: 100%; height: 197px; 
        text-align: center;
        background: url(../images/background-header.png) top left repeat-x;

}

#header .primary {
    position: relative;
    margin: 0 auto;
    width: 940px; height: 197px;
}

#header .primary .logo {
    position: relative;
    width: 280px; height: 156px;
}


/* Header > Langue */
#header .primary .language {
    position: absolute;
    top: 25px; right: 0;
    width:350px; height: 40px;
}
#header .primary .language div.txt {
    float: left;
    width: 250px; height: 20px;
}
#header .primary .language div.txt span {
    margin: 0 10px;
}
#header .primary .language div.txt b {
    color: #712c83; font-weight: normal;
}
#header .primary .language div.menu {
    float: left;
    width: 100px; height: 20px;
} 
ul#lang {
    position: relative;
    width: 70px;
    height: 20px;
}
ul#lang li { background: url(../images/lang.png) top left no-repeat #fff; color: #000; list-style-type: none; float: left; width: 30px; height: 20px;}
ul#lang li:hover { background-image: url(../images/lang.png); }
ul#lang li.en {background-position:-30px -20px;}
ul#lang li.en:hover, ul#lang li.enactive {background-position:-30px 0px;}
ul#lang li.en a {width:30px; height:20px; display: block;}

ul#lang li.fr {background-position:0 -20px; margin-left: 10px;}
ul#lang li.fractive {
    margin-left: 10px;
}
ul#lang li.fr:hover,ul#lang li.fractive {background-position:0 0;}
ul#lang li.fr a, ul#lang li.fractive a {width:30px; height:20px;  display: block;}

ul#lang .hid span {
    position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; 
}



/* #header > Search */
#header .primary .search {
    position: absolute;
    width: 232px; height: 30px;
    top: 110px; right: 0;
}

#search .primary {
    position: relative;
    width: 240px; height: 30px;
}
#search .primary .l1 {
    background: url(../images/search-picto.png) top left no-repeat transparent;
    padding-left: 25px;
}
#search .primary .l1 , #search .primary .l2 {
    float: left;
}
#search input.txt {
    background: url(../images/search-background.png) top left repeat-x transparent; 
    color: #000;
    border: 1px solid #c6c6c6;
    width: 150px; height: 20px;
    padding: 3px;
}



/* #header > menu */
#header .menu {
    position: relative;
    width: 940px; height: 40px;
    padding-top: 1px;
}



#background{
    position: relative;
    width: 988px; height: 100%;
    margin: 0 auto;
    background: url(../images/shadow.png) top left repeat-y;
} 
#container {
	position: relative;
	margin: 0 auto;
	width: 940px; height: 100%;
	background: #fff; color: #000;
        border-top: 1px solid #fff;
}


#navigation {
    position: relative;
    background: url(../images/navigation.png) top left no-repeat transparent;
    width: 940px; height: 35px;
    border-bottom: 1px solid #bbb;
}
#navigation p {
    padding: 10px 5px 10px 15px;
}
#navigation p a {
    background-color:transparent; color: #999; text-decoration: none;
}
#navigation p a.last {
    background-color:transparent; color: #000; text-decoration: none;
}
#navigation p span { margin: 0 10px; background-color:transparent; color: #999; }



#container > .primary {
    position: relative;
    width: 940px; height: 100%;
}

#leftbar {
    position: relative;
    float: left;
    width: 300px; height: 100%;
    background-color: transparent;
}


#leftbar .submenuContainer {
    position: relative; 
    width: 250px;
    margin: 20px auto; margin-top: 25px;
}

#leftbar .fb-like-box {
    margin-bottom: 20px;
}

#leftbar .submenu {
    position: relative; 
    margin: 25px auto;
    width: 230px;
}
#leftbar .submenuContainer h3 {
    font: 22px Georgia, "Times new Roman", serif;
    color: #0379a8;
}

#leftbar .submenu {
    padding: 10px;
}

#leftbar ul {
    background-color: #daeaf0;
    border-right: 5px solid #88d0ea;
    padding: 0;
    margin: 0;
}

#leftbar ul li {
    list-style-type: none;
    padding: 10px; padding-left: 30px;
    margin: 0;
    background: url(../images/menu-puce.png) 10px 12px no-repeat #daeaf0; color: #000;
    border-bottom: 1px dashed #88d0ea;
}
#leftbar ul li a {
    color: #1c637c; text-decoration: none;
    font-size: 12px;
    display: block;
}

#leftbar ul li:hover {
    color: #1c637c; text-decoration: none;
    background: url(../images/menu-puce-2.png) 10px 12px no-repeat #88d0ea; color: #000;
}




#content {
    position: relative;
    float: left;
    width: 590px; height: 100%;
    margin: 20px 0; padding: 0 20px;
}


#footer {
    position: relative;
    width: 940px; height: 100%;
}

#footer .header {
    position: relative;
    width: 940px; height: 33px;
}

#footer .caroussel {
    width: 940px; height: 100%;
    background-color: #f5f5f5; color: #000;
    
}

#carousel .left, #carousel .right {
    position: relative;
    float: left;
    width: 20px; height: 100px;
}

#carousel .left div {
    position: absolute;
    top: 50px; left: -24px;
    background: url(../images/caroussel-left-2.png) top left no-repeat transparent;
    width: 24px; height: 55px;
}
#carousel .right div {
    position: absolute;
    top: 50px; right: -24px;
    background: url(../images/caroussel-right-2.png) top left no-repeat transparent;
    width: 24px; height: 55px;
}
#carousel .primary {
    float: left;
    position: relative; margin: 0 auto;
    width: 900px;
    padding: 30px 0;
}
#carousel .primary .item {
    float: left; margin-right: 20px;
}
#carousel .primary .last {
    margin: 0;
}
#carousel .primary .first {
    margin-left: 20px;
}

ul#agendaRencontres { position: relative; height: 52px; width: 940px; }
ul#agendaRencontres li { height: 100px; color: #000; list-style-type: none; float: left; padding-right: 20px;}
ul#agendaRencontres li a.item {display:block; text-decoration:none; height: 100px;}
ul#agendaRencontres li a.item:link {text-decoration:none;}
ul#agendaRencontres li a.item:visited {text-decoration:none;}
ul#agendaRencontres li a.item:hover {text-decoration:none;}
ul#agendaRencontres li a.item:active {text-decoration:none;}
ul#agendaRencontres li.last {
    padding-right: 0;
}

#footer .sub {
    background-color: #ddecf1; color: #000;
    width: 940px; height: 50px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}
#footer .sub p {
    text-align: center;
    width: 90%;
    position: relative;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 10px;
}

#footer .partenaire {
    position: relative;
    width: 940px; height: 90px;
    background-color: #fff;
    padding-top: 15px;
}

#footer .partenaire p { text-align: center; padding: 15px 0;}
#footer .partenaire p img {
    margin: 5px 15px;
}