@import url('reset.css');

strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}

/*
 * STRUCTURE
 * ---------------------------------------------------------------------------
 */
body {
	font: 1em Trebuchet, "Trebuchet MS", Arial, sans-serif;
	background-color: #01245c;
}
#top {
	background: #0062a3 url('../img/top_bg.jpg') no-repeat center top;
	height: 30px;
}
#container {
	background: url('../img/body_bg.jpg') no-repeat center top;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#content-wrapper {
	background: url('../img/content-wrapper_bg.gif') repeat-y;
	overflow: auto;
	height: 100%;
	clear: both;
}
#content {
	float: left;
	width: 640px;
	background-color: #fff;
}
#nav {
	float: right;
	width: 320px;
	background-color: #dae9f2;
	overflow: hidden;
}
.clear {
   clear: both;
}
.hover {
  cursor: pointer;
  color: #0062a3;
}
.highlight {
	font-weight: bold;
	background-color: #ffc;
}

/*
 * HEADER
 * ---------------------------------------------------------------------------
 */
#header {
	clear: both;
}
#logo {
	float: left;
	display: block;
	width: 640px;
	height: 128px;
	text-indent: -9999px;
}
#cause-du-mois {
	float: left;
	width: 320px;
	height: 128px;
}
#cause-du-mois-bttn {
	background: url('../img/cause-du-mois_bttn_bg.jpg');
	display: block;
	width: 250px;
	height: 58px;
	margin-top: 30px;
	margin-left: 35px;
}
#cause-du-mois-bttn span {
	color: #fff;
	font-size: .75em;
	position: relative;
	top: 24px;
	left: 14px;
}
#cause-du-mois-bttn a {
	color: #fff;
	text-decoration: none;
}
#cause-du-mois-bttn a:hover {
	border-bottom: 1px dashed;
}
	
/*
 * TOP MENU
 * ---------------------------------------------------------------------------
 */
#topmenu {
	clear: both;
}
#topmenu ul li {
	float: left;
	margin-right: 0;
}
#topmenu ul li a {
	background-image: url('../img/main_nav.gif');
	display: block;
	height: 35px;
	text-indent: -9999px;
}

#menu-home              { background-position:    0px   0px; width:  35px; }
#menu-home:hover        { background-position:    0px -35px; }
#menu-bloc              { background-position:  -35px   0px; width: 138px; }
#menu-bloc:hover        { background-position:  -35px -35px; }
#menu-courant           { background-position: -173px   0px; width: 165px; }
#menu-courant:hover     { background-position: -173px -35px; }
#menu-communiques       { background-position: -338px   0px; width: 115px; }
#menu-communiques:hover { background-position: -338px -35px; }
#menu-actualites        { background-position: -453px   0px; width:  86px; }
#menu-actualites:hover  { background-position: -453px -35px; }
#menu-multimedia        { background-position: -539px   0px; width: 101px; }
#menu-multimedia:hover  { background-position: -539px -35px; }
#menu-boutique          { background-position: -640px   0px; width:  84px; }
#menu-boutique:hover    { background-position: -640px -35px; }
#menu-soutenir          { background-position: -724px   0px; width: 110px; }
#menu-soutenir:hover    { background-position: -724px -35px; }
#menu-contact           { background-position: -834px   0px; width: 126px; }
#menu-contact:hover     { background-position: -834px -35px; }

#topmenu ul ul {
	background-color: #fff;
	/*border-top: 1px dotted #224565;*/
	border-top: 1px solid #f6f6f6;
}
#topmenu ul ul li {
	float: none;
	
}
#topmenu ul ul li a {
	background-image: none;
	padding: .5em 1em;
	border-bottom: 1px solid #f6f6f6;
	height: auto;
	text-indent: 0;
	text-decoration: none;
	font-size: .75em;
	color: #999;
}
#topmenu ul ul li a:hover {
	color: #000;
	background-color: #f6f6f6;
}

/*
 * CONTENT
 * ---------------------------------------------------------------------------
 */
#primary-content {
	background: url('../img/main-content_bg.gif') repeat-x;
}
#primary-content-padding,
#secondary-content-padding {
	padding: 20px 40px 20px 20px;
}
.heading1 {
	background: url('../img/heading1_bg.gif') no-repeat;
	height: 52px;
}
.heading1 h1 {
	float: left;
	font-size: .95em;
	font-weight: bold;
	color: #0062a3;
	text-transform: uppercase;
	line-height: 3.3;
	padding-left: 20px;
}
.heading1 small {
	float: right;
	font-size: .7em;
	font-weight: bold;
	color: #888;
	line-height: 4.5;
	padding-right: 30px;
}
#secondary-content h3 {
	font-size: 1.05em;
	color: #0062a3;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#video-wrapper {
	padding: 20px 0;
	text-align: center;
}
.official {
	float:left;
	margin: .4em .4em 0 0;
}

/*
 * HOME
 * ---------------------------------------------------------------------------
 */
#diaporama { 
   width: 640px;
   height: 320px;
   position: relative;
   overflow: hidden;
   background-color: #004572;
}

#diaporamaContent {
   width: 640px;
   position: absolute;
   top: 0;
   margin-left: 0;
}

.diaporamaImage {
   float: left;
   position: relative;
   display: none;
}

.diaporamaImage span {
   position: absolute;
   left: 0;
   padding: 10px 20px;
   width: 640px;
   background-color: #fff;
   filter: alpha(opacity=50);
   -moz-opacity:       0.5;
   -khtml-opacity:     0.5;
   opacity:            0.5;
   display: none;
   bottom: 4px;
   
   color: #000;
   font-size: .85em;
}

#home-news {
	background: #4b91bf url('../img/home_news_bg.gif') repeat-x;
	overflow: auto;
	height: 1%;
}
.home-news-col {
	float: left;
	width: 50%;
}
.home-news-padding {
	padding: 10px;
}
#home-news h2 {
	color: #9cc;
	font-size: .85em;
	text-transform: uppercase;
}
#home-news h2 span {
	color: #fff;
	font-weight: bold;
}
#home-actualites,
#home-external {
	padding-left: 22px;
	background-image: url('../img/home_news_h2_icons.gif');
	background-repeat: no-repeat;
}
#home-external {
	background-position: 0 -24px;
}
#home-news ul {
	margin: 10px 0;
}
#home-news li {
	color: #fff;
	font-size: .75em;
	line-height: 1.7;
}
#home-news li small {
	color: #9cc
}
#home-news a {
	color: #fff;
	text-decoration: none;
}
#home-news a:hover {
	color: #9cc;
}
.home-news-more {
	background: url('../img/home_news_more_bg.jpg') no-repeat;
}
.home-news-more ul {
	padding-top: 10px;
}
.home-news-more a {
	font-weight: bold;
	padding-left: 15px;
	background-image: url('../img/tiny_icons.gif');
	background-repeat: no-repeat;
}
.home-readmore {
	background-position: -10px -16px;
}
.home-rss {
	background-position: 0 4px;
}

#home-audio {
	background: #e44100 url('../img/home_audio_bg.gif') repeat-x;
}
#home-audio-padding {
	padding: 20px;
}
#home-audio h1 {
	color: #000;
	text-transform: uppercase;
	margin-bottom: 12px;
}
#home-audio h1 span {
	color: #e44100;
	font-weight: bold;
}
#home-audio p {
	color: #444;
	font-size: .9em;
	line-height: 1.8;
	margin-bottom: 1em;
}
#home-audio h2 {
	font-size: 1.125em;
}
#home-audio h2 a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#home-audio h2 a:hover {
	color: #666;
}
#home-audio .readmore {
	color: #000;
	border-bottom: 1px dotted;
}
#home-audio .readmore:hover {
	color: #666;
}

#home-communiques {
	padding-left: 42px;
	background: url('../img/ico_speaker.gif') no-repeat 20px 18px;
}

/*
 * NEWS
 * ---------------------------------------------------------------------------
 */
.news {
	clear: both;
	overflow: auto;
}
.summary {
	margin-bottom: 20px;
	border-bottom: 1px solid #d6d6d6;
}
.news small {
	color: #5b6d79;
	font-weight: bold;
	font-size: .7em;
}
.news small a {
	color: #0062a3;
	text-decoration: none;
	text-transform: uppercase;
}
.news small a:hover {
	color: #000;
	border-bottom: 1px dashed;
}
.news h2 {
	color: #0062a3;
	font-size: 1.5em;
}
.news h2 a {
	color: #0062a3;
	text-decoration: none;
}
.news h2 a:hover {
	color: #000;
}
.news h3 {
	color: #7fb0d1;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 10px;
	border-left: 3px solid #bfd8e8;
}
.news-photo {
	float: left;
	padding-right: 20px;
}
.news-body {
	
}
.news-desc {
	margin: 1em;
	color: #333;
	font-size: .8em;
	line-height: 1.9;
}
.news-desc p, .news-desc ul {
	text-align: justify;
	margin-bottom: 20px;
}
.news-desc ul {
	margin-left: 2em;
	list-style: disc;
}
.news-desc td {
	font-size: .8em;
}
.news-desc a {
	color: #0062a3;
	text-decoration: none;
}
.news-desc a:hover {
	color: #000;
}
.readmore {
	color: #0062a3;
	font-size: .85em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.readmore:hover {
	color: #000;
}
#content .submenu {
	list-style: none;
	margin-left: 0;
	margin-top: 20px;
}
.submenu li {
	display: inline;
	border-left: 3px solid #bfd8e8;
	padding-left: 5px;
	margin-right: 12px;
}
.submenu li a {
	color: #7fb0d1;
	/*font-weight: bold;*/
}

#content .out-links {
	list-style: none;
}
.out-links li a {
	background: url('../img/tiny_icons.gif') no-repeat 0 -45px;
	padding-left: 15px;
}

.faq {
	margin: 10px;
}
.faq li h4 {
	font-weight: bold;
	background: url('../img/tiny_icons.gif') no-repeat 0 -42px;
	padding-left: 15px;
}

.search-ico {
	background-image: url('../img/search_icons.gif');
	background-repeat: no-repeat;
	padding-left: 21px;
}
.search-type-actualite { background-position:   0px   0px; }
.search-type-album     { background-position: -16px -16px; }
.search-type-reference { background-position: -32px -32px; }
.search-type-video     { background-position: -48px -48px; }
.search-type-audio     { background-position: -64px -64px; }

.ressource-tags {
	font-size: .7em;
	margin-top: 1em;
}
.news-desc .ressource-tags {
	font-size: .85em;
	margin-left:0;
}
.ressource-tags li {
	background: url('../img/tag.gif') no-repeat center left;
	display: inline;
	margin-right: .75em;
	line-height: 2.4;
}
.ressource-tags a {
	color: #0062a3;
	background-color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 0;
	margin-left: 9px;
	padding: 0 5px;
}
.ressource-tags a:hover {
	color: #000;
}

.free-download {
	
}
.free-download a {
	font-weight: bold;
	color: #0062A3;
	text-decoration: none;
	border-bottom: 1px dotted;
	background: url('../img/pdf_document.png') no-repeat;
	padding: 0 0 0 25px;
}
.free-download a:hover {
	color: #999;
}

/* MAIN TAG CLOUD */
#main-tag-cloud {
	line-height: 1.7;
	text-align: center;
}
#main-tag-cloud li {
	display: inline;
	margin: 0 .5em;
}

#main-tag-cloud .tag-size-1 { color: #999999; font-size:  .9em; font-weight: normal; }
#main-tag-cloud .tag-size-2 { color: #87929a; font-size:   1em; font-weight: normal; }
#main-tag-cloud .tag-size-3 { color: #6c899c; font-size: 1.1em; font-weight: normal; }
#main-tag-cloud .tag-size-4 { color: #4d7d9e; font-size: 1.2em; font-weight: bold; }
#main-tag-cloud .tag-size-5 { color: #2e72a0; font-size: 1.3em; font-weight: bold; }
#main-tag-cloud .tag-size-6 { color: #1368a2; font-size: 1.4em; font-weight: bold; }
#main-tag-cloud .tag-size-7 { color: #0062a3; font-size: 1.5em; font-weight: bold; }

#main-tag-cloud a {
	text-decoration: none;
}
#main-tag-cloud a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted;
}

/*
 * COLUMNS
 * ---------------------------------------------------------------------------
 */
.col {
	float: left;
	width: 33%;
	margin: 10px 0;
}
.col-photo {
	text-align: center;
}
.col-body {
	text-align: center;
}
.col-body small {
	color: #999;
	font-size: .7em;
}
.col-body h2 {
	color: #0062a3;
	font-size: 1em;
	font-weight: bold;
}
.col-body h2 a {
	color: #0062a3;
	text-decoration: none;
}
.col-body h2 a:hover {
	color: #000;
}

/*
 * NAVIGATION
 * ---------------------------------------------------------------------------
 */
#nav {
	background: url('../img/nav_bg.jpg') no-repeat;
}
.nav-block {
	background: url('../img/nav_block_bg_body.gif') repeat-y;
}
.nav-block-top {
	background: url('../img/nav_block_bg_top.gif') no-repeat;
	height: 10px;
}
.nav-block-bottom {
	background: url('../img/nav_block_bg_bottom.gif') no-repeat;
	height: 10px;
}
.nav-block-padding {
	padding: 20px 40px;
}
.nav-block h2 {
	color: #0062a3;
	font-size: .9em;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.nav-block h2 span {
	color: #01245c;
	font-weight: bold;
}
.nav-block ul li {
	font-size: .75em;
	line-height: 1.6;
}
.nav-block ul li a {
	color: #0062a3;
	font-weight: bold;
	text-decoration: none;
}
.nav-block ul li a:hover {
	color: #000;
}
.nav-block small {
	color: #999;
}
.nav-block-more {
	font-size: .8em;
	margin-top: 10px;
}

#une-block {
	height: 320px;
	overflow: hidden;
	background: url('../img/a-la-une_bg.jpg') no-repeat;
}
#une-block-padding {
	padding: 40px 40px;
}
#une-block p {
	font-size: .75em;
	line-height: 1.6;
}
#une-block a {
	color: #0062a3;
	text-decoration: none;
	border-bottom: 1px dashed;
}
#une-block a:hover {
	color: #000;
}

.nav-bttn {
	margin: 10px 20px;
}
.nav-bttn img {
	display: block;
}

.nav-videos li {
	float: left;
}

#nav-audio-player {
	position: absolute;
	overflow: hidden;
}
#nav-audio-metadata {
	margin-top: 42px;
}
#nav-audio-metadata h3 {
	color: #0062a3;
	font-size: .9em;
	font-weight: bold;
}
#nav-audio-metadata small {
	color: #999;
	font-size: .7em;
	font-weight: bold;
}

#nav-social li {
	float: left;
}
#nav-social li.first {
	margin-left: 0;
}
#nav-social li a {
	display: block;
	width: 120px;
	height: 50px;
	text-indent: -9999px;
	background-image: url('../img/social_links.gif');
	background-repeat: no-repeat;
}
#social-facebook  { background-position: 0  -25px; }
#social-delicious { background-position: 0 -125px; }
#social-flickr    { background-position: 0 -225px; }
#social-youtube   { background-position: 0 -325px; }
#social-twitter   { background-position: 0 -425px; }

#video-link {
	margin-top: 2em;
}
#video-link p {
	display: block;
	text-align: center;
}
#video-youtube {
	margin-left: 235px;
	display: block;
	width: 120px;
	height: 50px;
	text-indent: -9999px;
	background: url('../img/social_links.gif') no-repeat 0 -325px;
}

.nav-form p {
	color: #666;
	font-size: .7em;
	margin-bottom: 10px;
}
.nav-form input {
	float: left;
	font-size: .75em;
	color: #000;
}
#search-submit,
#subscriber-submit,
#sms-subscriber-submit {
	margin-left: 5px;
}

/* NAV TAG CLOUD */
#nav-tag-cloud {
	line-height: 1.7;
	text-align: center;
}
#nav-tag-cloud li {
	display: inline;
	margin: 0 .5em;
}

#nav-tag-cloud .tag-size-1 { color: #999999; font-size: .9em; font-weight: normal; }
#nav-tag-cloud .tag-size-2 { color: #87929a; font-size: 1em; font-weight: normal; }
#nav-tag-cloud .tag-size-3 { color: #6c899c; font-size: 1.1em; font-weight: normal; }
#nav-tag-cloud .tag-size-4 { color: #4d7d9e; font-size: 1.2em; font-weight: bold; }
#nav-tag-cloud .tag-size-5 { color: #2e72a0; font-size: 1.3em; font-weight: bold; }
#nav-tag-cloud .tag-size-6 { color: #1368a2; font-size: 1.4em; font-weight: bold; }
#nav-tag-cloud .tag-size-7 { font-size: 1.5em; font-weight: bold; }

#nav-tag-cloud a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted;
}

/*
 * EXTRA
 * ---------------------------------------------------------------------------
 */
#extra {
	overflow: auto;
	background: #77b1a3 url('../img/footer-side_bg.gif') repeat-x bottom left;
}
#extra h3 {
	color: #fff;
	font-weight: bold;
	font-size: .9em;
	text-transform: uppercase;
}
#extra p {
	font-size: .7em;
	line-height: 1.7;
	margin: 10px 0;
}
#extra a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#extra a:hover {
	color: #9cc;
}
.extra-padding {
	padding: 20px 40px 20px 20px;
}
#contact {
	background: #0061a1 url('../img/footer_bg.gif') repeat-x;
	width: 640px;
	float: left;
}
#contact h3 {
	background: url('../img/footer_mail_icon.gif') no-repeat 0 -2px;
	padding-left: 24px;
}
#contact-intro {
	color: #9cc;
}

.extra-col {
	float: left;
}
.extra-col h4 {
	color: #739ec0;
	font-weight: bold;
	font-size: .75em;
	text-transform: uppercase;
}
.extra-col p {
	color: #fff;
	background: url('../img/tiny_icons.gif') no-repeat -10px -15px;
	padding-left: 15px;
}
#contact-coord b {
	color: #9cc;
}
#contact-rencontre, #contact-question {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #266fa5;
}

#about {
	width: 320px;
	float: left;
	background: #77b1a3 url('../img/footer-side_bg.gif') repeat-x top left;
}
#about h3 {
	background: url('../img/footer_info_icon.gif') no-repeat 0 1px;
	padding-left: 20px;
}
#about-intro {
	color: #aff2fd;
}
	
/*
 * FOOTER
 * ---------------------------------------------------------------------------
 */
#footer {
	clear: both;
	color: #4d7894;
	font-size: .7em;
}
#footer a {
	color: #4d7894;
	text-decoration: none;
}
#footer a:hover {
	color: #73a2b0;
}
#footer-copyright,
#footer-links {
	padding: 1.5em;
}
#footer-copyright {
	float: left;
}
#footer-links {
	float: right;
}
#footer-links ul li {
	display: inline;
	padding-left: 1.25em;
}

/*
 * THUMBNAILS
 * ---------------------------------------------------------------------------
 */
.thumbnail img {
	border: 3px solid #bababa;
}
.thumbnail a:hover img {
	border: 3px solid #0062a3;
	color: #0062a3;
}
.thumbnail a:hover {
	color: #0062a3;
}

/*
 * SHARE
 * ---------------------------------------------------------------------------
 */
#share {
	background-color: #f9f9f9;
	border-bottom: 1px solid #d9d9d9;
	padding: 20px;
}
#share b {
	color: #666;
	font-size: .7em;
	line-height: 2.2;
	text-transform: uppercase;
	float: left;
}
#share li {
	display: inline;
	margin-right: 10px;
}
#share a {
	color: #0062a3;
	font-size: .7em;
	text-decoration: none;
	padding: 1px 0 1px 20px;
	background-image: url('../img/bookmarks.gif');
	background-repeat: no-repeat;
}
#share a:hover {
	color: #3cf;
}

#bookmark-facebook   { background-position: 0px    0px }
#bookmark-digg       { background-position: 0px  -18px }
#bookmark-technorati { background-position: 0px  -36px }
#bookmark-reddit     { background-position: 0px  -54px }
#bookmark-myspace    { background-position: 0px  -72px }
#bookmark-delicious  { background-position: 0px  -90px }
#bookmark-yahoo      { background-position: 0px -108px }
#bookmark-google     { background-position: 0px -126px }
#bookmark-twitter    { background-position: 0px -144px }

/*
 * RELATED
 * ---------------------------------------------------------------------------
 */
#related-content {
	background: #f7fafc;
	border: 1px solid #d9e8f1;
	padding: 20px;
}
#related-content li {
	color: #333;
	font-size: .75em;
	line-height: 1.7;
	margin-bottom: 20px;
	background: url('../img/tiny_icons.gif') no-repeat 0 -39px;
	padding-left: 16px;
}
#related-content small {
	color: #666;
	font-size: .9em;
	font-weight: bold;
}
#related-content h4 a {
	color: #01245c;
	font-size: 1.5em;
	text-decoration: none;
}
#related-content h4 a:hover {
	color: #999;
}
#related-more {
	font-size: .8em;
}

/*
 * PAGINATOR
 * ---------------------------------------------------------------------------
 */
.paginatorstatus {
	color: #999;
	font-size: .7em;
	padding: .5em;
	border-bottom: 1px solid #d6d6d6;
	text-align: right;
	margin-bottom: 20px;
}
.paginatornumbers {
	font-size: .7em;
	padding: .5em 0;
	text-align: center;
}
.paginatornumbers .current {
	margin: .5em .25em;
    padding: .25em .5em;
    border: 1px solid #d9d9d9;
    background: #fff;
    font-weight: bold;
}
.paginatornumbers a {
	margin: .5em .25em;
    padding: .25em .5em;
    border: 1px solid #0062a3;
    color: #000;
    background: #e8f1f7;
	font-weight: bold;
	text-decoration: none;
}
.paginatornumbers a:hover {
	color: #fff;
	background: #0062a3;
}

/*
 * FORMS
 * ---------------------------------------------------------------------------
 */
#content form fieldset {
	margin: 20px 0;
	padding: 5px 20px 20px;
	border-top: #7fb0d1 1px solid;
	border-bottom: #ccc 1px dotted;
}
#content form fieldset legend {
	/*font-weight: bold;*/
	color: #0062a3;
	padding: 0 5px 5px;
	font-size: 1.4em;
}
.input {
	padding: 4px 0;
	clear: both;
}
.input label {
	color: #000;
	margin-right: 5px;
	padding-right: 5px;
	width: 140px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
	font-weight: bold;
}
.submit {
	text-align: center;
}
.submit input {
	font-weight: bold;
}
.required {
	background: url('../img/required.png') no-repeat 140px 4px;
}

.checkboxes {
	float: left;
	clear: none;
	padding: 0 5px;
}
.checkbox label {
	float: none;
	display: inline;
	font-weight: normal;
}
.checkbox label.selected {
	background: none;
	font-weight: bold;
}

.legal {
	margin: 20px;
	font-size: .75em;
	color: #999;
	line-height: 1.75;
	text-align: justify;
}
#content input, #content textarea {
	border: 1px solid #999;
}
#content .form-error {
	border: 1px solid red;
}
#content .error-message {
	margin-left: 150px;
	color: #c00;
	font-size: .9em;
	font-weight: bold;
	line-height: 2;
}

/* 
 * MESSAGES
 * ---------------------------------------------------------------------------
 */
.message {
	border: 1px dashed #fff;
	margin: 12px 0;
	background: no-repeat 8px 10px;
}
.message strong {
	font-size: 1.1em;
	font-weight: bold;
}
.mssg_txt {
	font-size: .8em;
	line-height: 1.4;
	color: #fff;
	margin: 8px;
}
.mssg_error {
	background-color: #c00;
}
.mssg_success {
	background-color: green;
}
.mssg_notice,
.mssg_restricted {
	background-color: #f60;
}
