/*
Theme Name: Sorosoro
Theme URI: http://www.fondationchirac.eu/
Description: Le thème de Sorosoro.
Version: 1.0
Author: Nathalie Dufour
Author URI: http://www.kinoa.com/
Tags: sorosoro

All rights reserved.

*/



/* *************** */
/* BALISES DE BASE */
/* *************** */

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #efefef;
}

form, body {
	margin: 0;
	padding: 0;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

img {
	border: 0;
	vertical-align: middle;
}

input {
	vertical-align: middle;	
}

p, ul, h1, h2, h3, h4, h5, h6, table {
	padding: 0px 5px 7px 10px;
	margin: 0;
}

.content_block ul, h1, h2, h3, h4, h5, h6, table {
	padding: 0px 5px 0px 5px;
	margin: 0;
}

.content_block p {
	line-height: 1.6;	
	padding: 13px 5px 0px 5px;
}

.content_block a:hover {
	text-decoration: underline;	
	color: #930318;
}


.content_block h2 {
	padding: 0px 5px 15px 5px;
}

small {
	font-size: 11px;
}



h1, h1 a, h1 a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: 9px;
	font-weight: regular;
	color: #000;
}

h2, h2 a, h2 a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #930318;
}

h3, h3 a, h3 a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: regular;
	color: #000;
}

h4, h4 a {
	font-size: 16px;
	padding-top: 10px;
}

h5, h5 a {
	font-size: 18px;
	color: #939523;
	padding-top: 10px;
}

h6 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

h7 {
	font-family: Verdana, Helvetica, sans-serif;
	color:#FFF;
	font-size:24px;
	font-weight:bold;
}

h7, h7 a {
	font-family: Verdana, Helvetica, sans-serif;
	color:#FFF;
	font-size:24px;
	font-weight:bold;
}

h7, h7 a, h7 a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}



blockquote {
	font-size: 12px;
	font-weight: normal;
	background-color: #eff0c8;
	border: 1px solid grey;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}

li {
	list-style-image: url(images/body_singlearrow.png);	
}

.content_block li {
    list-style-image: url(images/body_singlearrow.png);	
	padding: 5px 10px 0px 10px;
    line-height: 1.8;
}


textarea {
	width: 500px;
	height: 100px;	
}

table {
	border: 0;
}



/* ******* */
/* CLASSES */
/* ******* */

.font_20px {
	font-size: 20px;
}

#font_20px {
	font-size: 20px;
}
.font_20px_bold {
	font-size: 20px;
	font-weight: bold;
}

#font_20px_bold {
	font-size: 20px;
	font-weight: bold;
}

.font_15px {
	font-size: 15px;
}

.font_13px {
	font-size: 13px;
}

#font_13px {
	font-size: 13px;
}

.font_12px {
	font-size: 12px;
}

#font_13px {
	font-size: 13px;
}

.font_13px_bold {
	font-size: 13px;
	font-weight: bold;
}

#font_13px_bold {
	font-size: 13px;
	font-weight: bold;
}

.font_11px {
	font-size: 11px;
}

#font_11px {
	font-size: 11px;
}

.float_left {
	float: left;	
}

.float_right {
	float: right;	
}

.float_center {
	float: middle;	
}


.clear {
	clear: both;
	visibility : hidden;
}

.text_left {
	text-align: left;	
}

.text_center {
	text-align: center;	
}

.text_vertical {
	vertical-align:middle;
}

.text_right {
	text-align: right;	
}

.thumb {
	width: 106px;
	border: 1px solid #cccbb1;	
}

.thumb_topnews {
	width: 265px;
}

.thumb_author {
	width: 58px;
	border: 1px solid #cccbb1;	
}

.thumb_subpage {
	width: 275px;
}

.thumb_topnews_home {
	width: 260px;
	height: 170px;
}

.thumb_logo {
	width: 122px;
}

.thumb_table {
	border: 0;
	border-spacing: 0;
}

.thumb_table td {
	padding: 0;
	vertical-align: top;
}

.list_style_none ul {
	list-style: none;
}

.list_style_none li {
	list-style-image: none;	
}

.list_inline li {
	display: inline;
}

.link_underline p a, .link_underline a {
	text-decoration: underline;	
}

.link_bold p a {
	font-weight: bold;
}

.hover_underline_none:hover {
	text-decoration: none;	
}

.bold {
	font-weight: bold;
}

.bold_none {
	font-weight: normal;
}

.color_blue, .color_blue a, .color_blue a:hover {
	color: #4696c0;
}

.color_grey, .color_grey a, .color_grey a:hover {
	color: #666666;
}

.color_white, .color_white a, .color_white a:hover {
	color: #fff;	
}

.color_black, .color_black a, .color_black a:hover {
	color: #000;
}

.color_red, .color_red a, .color_red a:hover {
	color: #800104;
}

.color_red_2, .color_red_2 a, .color_red_2 a:hover {
	color: #770a1e;
}

.margin_none p, .margin_none input, .margin_none ul, .margin_none h1, .margin_none h2, .margin_none h3, .margin_none h4, .margin_none h5, .margin_none h6 {
	margin: 0 !important;
}

.padding_none {
	padding: 0 !important;
}

.padding_top {
	padding: 15px !important;
}


.padding_sidebar {
	padding: 10px !important;
}


.padding_search {
	padding: 5px 0px 0px 0px;
}

.padding_menu {
	padding-left: 0px;
	padding-right: 0px;
	
}

.padding_header {
	padding: 20px 0px 0px 0px;
}

.padding_soroapp {
	padding: 25px 0px 20px 0px;
}



.inline p, .inline input, .inline ul, .inline li, .inline h1, .inline h2, .inline h3, .inline h4, .inline h5, .inline h6 {
	display: inline;	
}

.ul_margin ul {
	margin: 0 0 0 55px;	
}

.ul_margin ul.ul_soroquizz {
	margin:0;
}

.ul_soroquizz li
{
	list-style: none;
	list-style-position: outside;
	list-style-image: none;
}

.inputtext_contact {
	width: 350px;
}

.textarea_contact {
	width: 350px;
}

.text_big {
	font-size: 15px;	
	margin-bottom: 5px;
}


/* ********* */
/* POSITIONS */
/* ********* */

.center_ie {
	text-align: center;
	margin: 0;
	padding: 0;
}

.center_moz {
	margin: 0 auto 0 auto;
	width: 1200px;
	/* background-color: #dedfbd; */
	background-color: #fff;
	padding: 0;
}

#header {
	width: 1200px;
	height: 160px;
	margin: 0;
	padding: 0;
	background: url(images/header_background.jpg) repeat-x;
}

#header_sorosoro {
	width: 412px;
	height: 160px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#header2 {
	width: 1200px;
	height: 160px;
	margin: 0;
	padding: 0;
	background-color: #000;
	overflow: hidden;
	
}

#header_sorosoro2 {
	width: 1200px;
	height: 160px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#header_right {
	width: 788px;
	height: 160px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.navigation_hr {
	width: 100%;
	height: 2px;
	background-color: #fff;
}

#navigation {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	height: 33px;
	background-color: #b6b600;
	background: url(images/nav_background.png) repeat-x;
	overflow: hidden;
}

#navigation_links {
	width: 1020px;
	height: 33px;
	line-height: 33px;
}

#navigation_links p {
	height: 33px;
	line-height: 33px;
}

.navigation_links_on {
	background-color: #fff;
}

.navigation_links_on a, .navigation_links_on a:hover {
	color: #b6b600;
}

#navigation_lang {
	width: 170px;
	height: 33px;
	line-height: 33px;
}

#content {
	width: 760px;
	margin-left: 4px;
}

.content_block {
	width: 755px;
	padding: 10px;
	border: 1px solid #cccbb1;
	background-color: #fff;
}

.content_block_left {
	width: 375px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #cccbb1;
	background-color: #fff;
}

.content_block_right {
	width: 375px;
	padding: 0px;
	border: 0px solid #cccbb1;
	background-color: #fff;
}

.content_section {
	width: 375px;
	margin-left: 2px;
}

.content_section_title {
	width: 360px;
	height: 18px;
	padding: 10px 0px 10px 5px;
	background-color: #b6b600;
	border-bottom: 1px solid #fff;
}

#hp_map {
	width: 642px;
	background-color: #000;
}

#hp_map_text {
	width: 580px;
}

#hp_map_arrow {
	width: 53px;
}

#sidebar {
	width: 400px;
	margin-right: 8px;
}

.block_sidebar {
	width: 400px;
	height:790px;
	padding: 0px;
	border: none;
	background-color: #fff;
}

.block {
	width: 760px;
	padding: 0px;
	border: none;
	background-color: #fff;
}

.block_in {
	width: 380px;
	padding: 15px 10px 5px 10px;
	border: none;
	background-color: #b6b600;
	border: 1px solid #cccbb1;
}


#block_zone {
	width: 250px;
	height:250px;
	border: none;

}

.block_zone {
	width: 250px;
	height:250px;
	padding: 0px 2px 0px 1px;
	border: none;
	background-color: #fff;
}


.sidebar_search {
	width: 400px;
	height: 50px;
	background: url(images/sidebar_search_background.png) no-repeat;
	padding-top: 5px;
	margin-bottom: 5px;	
	vertical-align:middle;
}

#sidebar_social {
	width: 280px;
	height: 57px;
	background-color: #000;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;		
}

.sidebar_menu {
	width: 370px;
	height: 30px;
	background: url(images/sidebar_menu_background.jpg) no-repeat;
	padding-top: 0px;
	margin-bottom: 0px;	
}

#sidebar_feed {
	width: 280px;
	height: 63px;
	background: url(images/sidebar_feed_background.png) no-repeat;
	padding: 5px 20px 5px 20px;
	margin-bottom: 5px;	
}

#sidebar_feed p, #sidebar_social p {
	padding: 0;	
}

.sidebar_arrow {
	width: 300px;
	height: 0px;
	background: url(images/sidebar_arrow.png) no-repeat;
	padding-top: 3px;	
}

.sidebar_button {
	width: 300px;
	height: 25px;
	background: url(images/sidebar_button.png) no-repeat;
	padding-top: 3px;	
}

.sidebar_logos {
	margin-top: 0px;
	width: 180px;
}

#sidebar_logo {
	width: 400px;
	background-color: #fff;
}

.sidebar_logos_univ {
	margin-top: 0px;
	width: 200px;
}

#sidebar_map {
	width: 400px;
	background-color: #000;
}

.sidebar_map_image {
	width: 400px;
}


#sidebar_map_text {
	width: 390px;
	padding: 0px 0px 0px 5px;
}

#sidebar_map_arrow {
	width: 33px;
	padding: 0px 15px 0px 0px;
}

.sidebar_map_arrow_image {
	width: 42px;
}

#sidebar_text {
	padding: 0px 0px 0px 10px;
}

.sidebar_arrow h3, .sidebar_arrow h3 a, .sidebar_button h3, .sidebar_button h3 a {
	width: 285px !important;
	display: block;
}

#hp_participate {
	width: 760px;
}

.hp_block {
	width: 780px;
	border: none;
	background-color: #fff;
}

.block_comments_middle {
	width: 278px;
	padding: 10px;
	background-color: #770a1e;
}

.block_comments_bottom {
	width: 298px;
	height: 14px;
	background: url(images/block_comments_bottom.png) no-repeat;
	overflow: hidden;
}

.block_word_top {
	width: 298px;
	height: 14px;
	background: url(images/block_word_top.png) no-repeat;
	overflow: hidden;
}

.block_word_middle {
	width: 350px;
	height:240px;
	padding: 0px 0px 0px 15px;
	background-color: #770a1e;
	
}

.block_word_bottom {
	width: 298px;
	height: 14px;
	overflow: hidden;
}

.block_word_button {
	width: 277px;
	height: 35px;
	padding: 0px 0 0 0;
}

.block_abc_button {
	background: url(images/block_word_button.jpg) no-repeat;
	padding-top: 3px;
	overflow: hidden;
}

.block_quiz_middle {
	width: 350px;
	height:240px;
	padding: 0px 10px 0px 20px;
	background-color: #770a1e;
}

.overflow {
	width: 350px;
	height:145px;
	overflow:auto;	
}



.block_quiz_bottom {
	width: 298px;
	height: 14px;
	background: url(images/block_quiz_bottom.png) no-repeat;
	overflow: hidden;
}

#contribuez {
	width: 750px;
	height: 82px;
	margin: 0;
	padding: 10px 0px 0px 10px;
	overflow: hidden;
}

.contribuez {
	width: 760px;
	margin: 0;
	overflow: hidden;
	background-color: #b6b600;
}

#white {
	width: 760px;
	height: 20px;
	margin: 0;
	background-color: #fff;
}

.white {
	width: 760px;
	height: 20px;
	margin: 0;
	background: url(images/bg_white.jpg) repeat-x;
}


#hp_topnews {
	width: 306px;
	margin-left: 0px;
}

.hp_topnews_top {
	width: 306px;
	height: 10px;
/*	background: url(images/hp_topnews_top.png) no-repeat;*/
	background-color: #b6b600;
	overflow: hidden;

}

.hp_topnews_middle {
	width: 286px;
	padding: 10px;
/*	background: url(images/hp_topnews_middle.png) repeat-y;*/
	background-color: #b6b600;
}

.hp_topnews_bottom {
	width: 306px;
	height: 10px;
/*	background: url(images/hp_topnews_bottom.png) no-repeat;*/
	background-color: #b6b600;
	overflow: hidden;
}

.hp_topnews_hr {
	width: 266px;
	height: 1px;
	margin-left: 10px;
	overflow: hidden;
	background-color: #fff;
}

.footer_tabs {
	width: 235px;
	height: 20px;
	padding: 6px 0 0 9px;
	background: url(images/footer_tab.png) no-repeat;
	margin-left: 4px;
}

#footer_tabs_bottom {
	width: 100%;
	height: 5px;
	background-color: #000;
	overflow: hidden;
}

#footer {
	width: 100%;
	height: 35px;
	background-color: #000;
	padding-top: 13px;
}

#footer_left, #footer_right {
	width: 490px;
}

#navigation_menu {
	width: 300px;
	background-color: #fff;
	display: none;
	position: absolute;
	z-index: 99;
	padding: 10px 10px 0 20px;
	border-top: 0;
	border-right: 1px solid #cccbb1;
	border-bottom: 1px solid #cccbb1;
	border-left: 1px solid #cccbb1;
}

/* Begin Images */
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.reply {
	margin-bottom: 10px;
	color: #800104 !important;	
}

.reply a {
	color: #800104 !important;	
}

.comment-body {
	margin-top: 10px;
	border-top: 1px solid #800104;
	padding-top: 5px;
}
/* selecteur de langues */
#flags_language_selector img {
      margin:4px;
}

.background-pagesearch {
	background-color: #efefef;
}

/* accordeon*/

#container {
   width: 380px;
	padding: 15px 10px 5px 10px;
	background-color: #b6b600;
	border: 1px solid #cccbb1;
}
#accordion input {
	display: none;
}
#accordion label {
	/* background: #eee;
	border-radius: .25em;
	cursor: pointer;
	display: block;
	margin-bottom: .125em;
	padding: .25em 1em;
	z-index: 20; */
}
#accordion label:hover {
	background: #ccc;
}

#accordion input:checked + label {
	background: #ccc;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	color: white;
	margin-bottom: 0;
}
#accordion article {
	background: #f7f7f7;
	height:0px;
	overflow:hidden;
	z-index:10;
}
#accordion article p {
	padding: 1em;
}
#accordion input:checked article {
}
#accordion input:checked ~ article {
	border-bottom-left-radius: .25em;
	border-bottom-right-radius: .25em;
	height: auto;
	margin-bottom: .125em;
}

/* end accordeon*/

.sidebar_sous_menu {
	width: 370px;
	height: 15px;
	margin-bottom: 0px;	
}

.sidebar_sous_espace {
	width: 385px;
	height: 15px;
	margin-bottom: 0px;	
	background-color: #b6b600;
}

.Padding_right {
	padding-right: 30px;
}

.line_height_abc {
	line-height: 1.3;
}