/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */

/*
** HTML elements

*/body {
   margin: 0;
  padding: 0;
  color: #000;
  background-color: #ffffff;
  background-repeat:no-repeat;
  background-position:top;
  background-position:center;
  font-family:"Lucida Grande","Lucida Sans Unicode",  sans-serif;
  font-size:12px;
  
  

}
.links .inline {
	font-size:12px;
	
}

#carte {
	
	width:260px;
	float:left;
}

#carte1 {
	
	width:315px;
	float:left;
}
#carte2 {
	
	width:360px;
	float:left;
}


#carte3 {
		
	width:510px;
	float:left;
}

#carte4 {
	margin-top:5px;
	margin-bottom:10px;
}
	
#carte_v{
	display:block;
	position:relative;
	width:170px;
	height:auto;
	margin-bottom:5px;
	margin-left: 15px;
}

#carte_part
{
	margin:10px;
}w

tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
  text-transform: uppercase;
  color: #000;
}
h2 {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight:bold;
  color: #000;
  text-transform: uppercase;
  margin-top: 1.0em;
}

h3 {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight:bold;
  color: #333;
  margin-top: 40px;
  margin-bottom: 20px;
}

h4 {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style:italic;
  font-weight:bold;
  color: #000;
  margin-top: 15px;
  margin-bottom: 12px;
}


 h5, h6 {
  font-size: 1.1em;
   text-transform: uppercase;
  color: #000;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #468ebe;
}
a:visited {
  color: #468ebe;
}
a:hover {
  color: #ffd649;
  text-decoration: underline;
}

fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {

  border-collapse: 0px;

  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
  margin-top: 20px;
}
.comment .links {
  margin-bottom: 0;
}
.date-display-single {
	font-weight:bold;
}

/*
** Page layout blocks / IDs
*/
 #content {
 	
	width:950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	 padding-top:20px;
	 padding-bottom:20px;
	
	
		
}

.texte {
	text-align:justify;
	line-height: 1.8em;
	padding-top:7px;
	
}


 



#stt
{
	color: #aaa;
	line-height:1.3em;
	font-size:14px;
	font-weight:normal;
	letter-spacing:0.14em;
	padding-left:5px;
	border-left-color:#FFE473;
	border-left-style:solid;
	border-left-width: 5px;
}
	
	
#home_img {
	margin-left:10px;
	margin-top: 2px;

	
}
#top
{
	height:110px;
	
}
#header {
	width:950px;
	margin-right: auto;
	margin-left:auto;
   text-align:right;
   background-color: #ffffff;

}

#logo img {
  float: left; /* LTR */
  padding: 0 1em;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em; /* LTR */
  text-align: right; /* LTR */
  vertical-align: middle;
}
#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0; /* LTR */
  color: #9cf;
}
#navlist a {
  font-weight: bold;
  color: #fff;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0; /* LTR */
  font-size: 0.8em;
  color: #9cf;
  float: right;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
ul.links li {
  border-left: 1px solid #9cf; /* LTR */
}
ul.links li.first {
  border: none;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
.search-form {
	padding: 5px;
}

#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 0 ;
  padding-left: 5px;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #ffff00;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  
}
#mission, .node .content, .comment .content {
  line-height: 1.4em;
}



#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  background-color: #fff;


  /* padding in px not ex because IE messes up 100% width tables otherwise */
vertical-align: top;
margin-bottom: 5px;
padding-left:5px;
float:right;

}



/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 14px;
  color: #000;
  text-transform:uppercase;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}

#title2 {
  font-weight: bold;
  font-size: 11px;
  color:#000;
  text-transform:uppercase;
  padding-left:5px;
  margin-left:2px;
  margin-right:20px;
 border-bottom-color:#000;
  border-bottom-style:solid;
  border-bottom-width:1px;/* decrease default margins for h<x>.title */

}
.submitted {
  color: #000;
  font-size:1.0em;
}

#submitted {
  color: #000;
  font-size:1.0em;
  width:400px;
  background-color:#eeeeee;
  border-left-color: #468ebe;
  border-left-style:solid;
  border-left-width:5px;
  margin-top:4px;
   margin-bottom:7px;
  padding: 5px;
}

#submitted_portail {
  color: #000;
  font-size:1.0em;
  width:400px;
  background-color:#eeeeee;
  border-left-color: #ffcc00;
  border-left-style:solid;
  border-left-width:5px;
  margin-top:4px;
  margin-bottom:7px;
  padding: 5px;
}

.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding:0;
 
/* LTR */
}
.block {
	

}
.block .title {
	font-weight:100;

}
.box .title {
  font-size: 1.1em;
}


@media screen and (min-width: 800px) {
.node {
margin-top:2px;
margin-right:20px;
margin-bottom:4px;
margin-left:10px;
  
}}

@media screen and (max-width: 800px) {
.node {
margin-top:2px;
margin-right:20px;
margin-bottom:4px;
  width:700px;
  float: right;

}}


.sticky {
  padding: .5em;

}
.node .content, .comment .content {
  margin: .5em 0 .5em;
}


.node .taxonomy ul li a:link{
	color:#999;
}
.node .taxonomy {
  line-height: 1.7em;
  font-size: 0.9em;
  padding-bottom:10px;
}
.node .picture {
  border: 1px solid #ddd;
  float: right; /* LTR */
  margin: 0.5em;
}
.comment {
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
  
}
.comment .new {
  text-align: left; /* LTR */
  font-weight: bold;
  font-size: 0.8em;
  float: right; /* LTR */
  color: red;
}
.comment .picture {
  float: left; /* LTR */
  margin: 0.5em;

}
#comment_links {
  text-align: right;
  padding-top: 2px;
  border-top-color:#468ebe;
  border-top-style:solid;
  border-top-width:1px;
}
/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}

#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}
/*
** Block
*/
#blockdroite
{

text-align:left;
width:191px;
padding-bottom:5px;
margin-left:10px;
margin-right:5px;
margin-bottom:20px;
line-height:1.5em;
border-bottom-color: #666;
border-bottom-style: dotted;
border-bottom-width:1px;
}

	
#blockbienvenue
{	
	margin-left:5px;
	margin-right:14px;
	border-bottom:#fff solid 15px;
}

.titre_block {
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	letter-spacing:0.1em;
	text-transform:uppercase;
	padding-left:10px;
	border-left-color:#369;
	border-left-style:solid;
	border-left-width:5px;
}
.titre_block_portail {
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	letter-spacing:0.1em;
	text-transform:uppercase;
	padding-left:10px;
	border-left-color:#FC0;
	border-left-style:solid;
	border-left-width:5px;
}
.titre_block_pauvrete {
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	letter-spacing:0.1em;
	text-transform:uppercase;
	padding-left:10px;
	border-left-color:#84b238;
	border-left-style:solid;
	border-left-width:5px;
}
.titre_block_puissance {
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	letter-spacing:0.1em;
	text-transform:uppercase;
	padding-left:10px;
	border-left-color:#C91F20;
	border-left-style:solid;
	border-left-width:5px;
}	


#blabla
{
float: right;
position:relative;
width:650px;
text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;

line-height:1.4em;
padding-left:15px;
padding-right:10px;
	border-left: #CCC solid 1px;
	margin-top:10px;
	margin-bottom:20px;
}

#blabla_frontieres
{
position:relative;
width:650px;
text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;

line-height:1.4em;
padding-left:15px;
padding-right:10px;
	margin-top:10px;
}

#texte_front
{

text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;

line-height:1.5em;

}

.titre {
	color: #468ebe;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:100;
	font-style:italic;
	letter-spacing:0.1em;
	text-transform:uppercase;

}
	

.sstitre {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:italic;
	font-weight:100;
	letter-spacing:0.2em;
	line-height:1.9em;
}	
	
	
.titre_b {
	color: #444444;
	font-size:1.4em;
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:100;
	letter-spacing:0.1em;
	text-transform:uppercase;
}

#img_fron
{
	margin-top:20px;
	margin-left:15px;
}

#recherche
{

text-align:left;
width:191px;
padding-bottom:5px;
padding-left:10px;
margin-left:10px;
margin-right:5px;
margin-bottom:15px;
line-height:1.5em;
border-bottom-color: #666;
border-bottom-style: dotted;
border-bottom-width:1px;

}
#titre_recherche {
	
color:#444;
width:191px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	letter-spacing:0.1em;
	text-transform:uppercase;
	padding :5px;
	border-left-color:#FC0;
	border-left-style:solid;
	border-left-width:5px;
	background-color:#eee;
	margin-bottom:5px;
	
}



/*
** type
*/

.auteur{
	font-size:12px;
	line-height:2em;
	padding-top:10px;
	padding-left:20px;
}
.article{
	font-size:12px;
	line-height:2em;
	padding-top:10px;
	padding-left:20px;
}


/*
** biblio 
*/

#biblio{
	background-color:#eee;
	font-size:0.9em;
	line-height:1.2em;
	border-top: #468ebe solid 1px;
	padding: 7px;
	margin-bottom: 10px;
	margin-top:10px;
	text-align:left;
}

#encadre{
	background-color:#f3f3f3;
	font-size:0.9em;
	line-height:1.5em;
	padding:7px;
	margin-top:10px;
	width:550px;
	
	margin-bottom:25px;
	border:#369 solid 1px;
	
}

/*
** sommaire
*/


#titre_s
{
	
	margin-top:7px;
	color: #333;
}
.coupdoeil
{

	margin-left: 40px;
	padding-right:3px;
	color:#999;
	text-transform:uppercase;
	font-weight:bold;
	border-right-color: #468EBE;
border-right-style: solid;
border-right-width: 1px;
}
.retrait
{
	margin-left: 125px;
	padding-right:3px;
}
#partie
{
	padding-left:10px;
	margin-bottom : 20px;
	text-align:left;
}

#mn
{
height:110px;
}



#slideshowHolderH { width: 500px; float: left; text-align: center; height: 332px; padding-top: 90px; }
#slideshowHolder { border: 5px solid #BAD340; -moz-border-radius: 5px; }
#example { float: left; }
.slideshowHolder-title { padding: 10px 10px; width: 480px; text-align: left; }





/*
** pied / footer
*/




#sstitrep {
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	display:block;
	padding-bottom:10px;
	
}
#contact {
	float: left;
	position:relative;
	width:950px;
	margin-top:10px;
	font-size: 10px;
	text-align:center;
	color: #666;
}


#rubscope{
	height: 195px;
	width:95px;
	float: left;
	position:relative;
	padding-left:4px;
	padding-top:4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	margin-top:5px;
	margin-left:10px;

}
#rubdoc{
	height: 195px;
	width:95px;
	float: left;
	position:relative;
	padding-left:4px;
	padding-top:4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color:#666;
	margin-top:5px;
		margin-left:10px;
}

#rubtheme{
	height: 195px;
	width:485px;
	float: left;
	position:relative;
	padding-left:4px;
	padding-top:4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	margin-top:5px;
		margin-left:10px;
}
#rubesp{
	height: 195px;
	width:135px;
	float: left;
	position:relative;
	padding-left:4px;
	padding-top:4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color:#666;
	margin-top:5px;
		margin-left:10px;
}


/*
** breves

*/

.view-breves .views-field-title {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  text-transform:uppercase;
  margin-top:30px;
  padding-bottom:10px;
  border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
  

}

.view-breves-frontieres .views-field-title {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  text-transform:uppercase;
  margin-top:30px;
  padding-bottom:10px;
  border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
  

}


.view-breves-portail .views-field-title {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  text-transform:uppercase;
  margin-top:30px;
  padding-bottom:10px;
  border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
  

}


/*
** Portail

*/

#b_portail {
   margin: 0;
  padding: 0;
  color: #000;
  background-color: #ffffff;
  background-repeat:no-repeat;
  background-position:top;
  font-family:"Lucida Grande","Lucida Sans Unicode",  sans-serif;
  font-size:12px;
  background-image:url(http://ceriscope.sciences-po.fr/sites/all/themes/enjeu/image/portail/fond.gif);

 }
#bloc_top
{
	width:125px;
	height:10px;
	background-color:#fc0;
	float: left;	
	
}
 #content_portail {
 	
	width:955px;
	margin-right: auto;
	margin-left:auto;
	background-color:#fff;
	background-image: url(http://ceriscope.sciences-po.fr/sites/all/themes/enjeu/image/portail/ombre.gif);
	background-repeat: repeat-y;
	
}


#menu_portail {
	color:#fc0;
	border-left: 1px solid #918b89;
	padding-left: 5px;
	padding-right:10px;
	font-size:14px;
	text-transform:uppercase;
	float:right;
}
#logo_portail {
	margin-left:70px;
	margin-top:50px;
	float:left;
}

#texte_portail {
	
	float:left;
	position:relative;
	margin-left:210px;
	padding-bottom:40px;
	
	font-size:14px;
	text-transform:uppercase;
}	


 .diapo_portail ul, .diapo_portail ul li, .diapo_portailul, .diapoportailli{
	margin:0;
	padding:0;
	list-style:none;
	}
.diapo_portail ul li, .dia_portailli{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
		comment the height out, if autoheight is on. 
	*/ 
	width:943px;
/* 	height:241px; */
	overflow:hidden; 
	position:relative;
}	
.diapo_portail {
	
	width:943px;
	overflow:hidden;
	border-left: 7px solid #918b89;
	float:right;
	height:287px;
	margin-bottom:20px; 
}


#footer_portail {
	
  height:245px;
  width:953px;
  position:relative;
 margin-right:auto;
  margin-left:auto;
padding-top:25px;
border-top:5px #FC0 solid;
  background-color: #000;
  	font-size:10px;
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	
	
	
}
#footer_portail a:link
{
	color:#FC0;
}

#footer_portail a:visited
{
	color:#FC0;
}
#footer {
	
  height:245px;
  width:953px;
  position:relative;
 margin-right:auto;
  margin-left:auto;

padding-top:25px;
border-top:5px #468EBE solid;
  
  background-color: #000;


  	font-size:10px;
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;

}


/*
**menu

*/

ul.nice-menu li.menu-979 a {
	color:#FC0;
}
ul.nice-menu li.menu-1823 a {
	color:#FC0;
}
ul.nice-menu li.menu-2485 a {
	color:#FC0;
}
 #menu_top_portail {

	margin-left:3px;
	width:940px;
	float:left;
	border-left-width:5px;
	border-left-style:solid;
	border-left-color:#FC0;	
			
}
 #menu_top {

	margin-right: auto;
	width:950px;
	margin-left: auto;
    background-color: #202020; 

	border-right-width:8px;
	border-right-style:solid;
	border-right-color:#Fff;
	border-left-width:5px;
	border-left-style:solid;
	border-left-color:#369;		
}

/*
** views

*/


div.view-content {
	margin-left:20px;
	margin-top:10px;
}



div.views-field-title {
	padding:2px;
	padding-bottom:4px;
	font-weight:normal;
	font-size: 0.9em;
line-height: 1.3em;
	height:20px;
}


div.view-typedoc-articles-portail .views-field-title {
	padding:2px;
	padding-bottom:4px;
	font-weight:normal;
	font-size:11px;
	height:auto;
	
}

div.view-typedoc-articles-pauvrete .views-field-title {
	padding:2px;
	padding-bottom:4px;
	font-weight:normal;
	font-size:11px;
	height:auto;
	
}
div.view-typedoc-articles-puissance .views-field-title {
	padding:2px;
	padding-bottom:4px;
	font-weight:normal;
	font-size:11px;
	height:auto;
	
}
div.view-typedoc-folio .views-field-title {
	padding:2px;
	padding-bottom:4px;
	font-weight:normal;
	font-size:11px;
	height:auto;
	
}

div.view-typedoc-articles .views-field-title {
	padding:2px;
	padding-bottom:4px;
	font-weight:normal;
	font-size:11px;
	height:auto;
}

div.view-typedoc-folio-portail .views-field-title {
	padding:2px;
	padding-bottom:4px;
	font-weight:normal;
	font-size:11px;
	height:auto;
	
}




div.views-field-title a {
	
	font-weight:normal;
	
}


li.views-row {
	display:block;
		
	    width: 130px;
        min-height: 290px;
         border-top: 1px solid #ccc;
		 border-left: 1px solid #ccc;
		  border-right: 1px solid #ccc;
		   border-bottom: 5px solid #369;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        _height: 250px;
		

}




div.view .item-list ul li
{
	margin:4px;
	margin-bottom:15px;
	padding:4px;
	
}

div.views-field-tid
{
	font-size:0.6em;
}

div.view-typedoc-cartes-portail li.views-row {

		   border-bottom: 5px solid #fc0;
}

div.view-typedoc-cartes-portail div.views-field-title {

margin-bottom: 7px;
}


div.view-typedoc-cartes-pauvrete li.views-row {

		   border-bottom: 5px solid #84b23a;
}

div.view-typedoc-photos-portail li.views-row {

		   border-bottom: 5px solid #fc0;
}
div.view-typedoc-photos-portail div.views.field-title  {

			
margin-bottom: 7px;
		   
}
div.view-typedoc-photos-pauvrete li.views-row {

		   border-bottom: 5px solid #84b23a;
}
div.view-typedoc-tableaux-portail li.views-row {

		   border-bottom: 5px solid #fc0;
		   
}
div.view-typedoc-tableaux-pauvrete li.views-row {

		   border-bottom: 5px solid #84b23a;
		   
}
div.view-typedoc-tableaux-portail div.views.field-title {



margin-bottom: 7px;
		   
}



div.view-typedoc-diaporama-portail li.views-row {

		   border-bottom: 5px solid #fc0;
		   
}

div.view-typedoc-diaporama-portail div.views.field-title  {

	

margin-bottom: 7px;
		   
}




div.view-typedoc-diaporama-pauvrete li.views-row {

		   border-bottom: 5px solid #84b23a;
		   
}
div.view-typedoc-diagrammes-portail li.views-row {
	
	
        min-height: 370px;
 border-bottom: 5px solid #FC0;
  	        _height: 300px;
		
}

div.view-typedoc-diagrammes-portail div.views.field-title {
		
margin-bottom: 7px;
}




div.view-typedoc-diagrammes-pauvrete li.views-row {
	
	
        min-height: 340px;
 border-bottom: 5px solid #84b23a;
  	        _height: 300px;
		
}

div.view-typedoc-video li.views-row {
	border-bottom: 5px solid #fc0;
}

div.view-typedoc-video li.views-row img {
width: 128px;
height: 72px;
}

div.view-typedoc-diagrammes li.views-row {
	
	
        min-height: 300px;
  	        _height: 300px;
		
}
div.view-auteurs-portail table {
	 
 width: 650px;
 }
 

 div.view-breves
{
	 background-image:url(http://ceriscope.sciences-po.fr/sites/all/themes/enjeu/image/breves_phrase.gif);
	 background-repeat:no-repeat;
	 padding-top:30px;
	 margin-top:20px;
	 
}
div.view-breves-frontieres
	 {
	 background-image:url(http://ceriscope.sciences-po.fr/sites/all/themes/enjeu/image/breves_phrase.gif);
	 background-repeat:no-repeat;
	 padding-top:30px;
	 margin-top:35px;
	 
}

div.view-breves-portail div.views-field-title {
	height:auto;
}
 
 div.view-breves-frontieres div.views-field-title {
	height:auto;
}
 
 div.view-breves-frontieres-pauvrete div.views-field-title {
	height:auto;
}

div.view-breves-puissance div.views-field-title {
	height:auto;
}


div.views-field-field-carte-carto-fid img {
	width: 250px;
height: 214px;
margin-right:10px;
float: left;
}

div.view-carto li.views-row {
	clear:both;
display:block;
		
	    width: 90%;
        min-height: 280px;
         border-top: 1px solid #ccc;
		 border-left: 1px solid #ccc;
		  border-right: 1px solid #ccc;
		   border-bottom: 5px solid #fc0;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        _height: 280px;
}

div.view-carto div.views-field-title {
	padding: 2px;
padding-bottom: 4px;
font-size: 1.7em;
height: 50px;
}
div.view-carto label.views-label-field-fichier-carto-fid {
	padding-bottom:5px;
	font-weight:bold;
}

div.view-carto label.views-label-created {
font-weight:bold;
}

div.view-carto div.views-field-body {
	margin-top:25px;
	margin-bottom:15px;
}


div.view-carto div.view-header {
line-height: 1.7em;
width: 710px;
}

div.view-carto-bloc img {
	width: 150px;
height: 134px;
margin-bottom: 20px;
}





div.view-carto-bloc div.views-field-title {
	padding: 2px;
padding-bottom: 4px;
font-size: 1em;
height:auto;
}

div.view-carto-bloc div.views-field-created span.field-content {
	font-weight:bold;
	color:#666;
}
div.view-carto-bloc div.view-header {
font-size: 0.9em;
font-weight: bold;
}

/* Podcast */

.view-id-typedoc_podcast_environnement .views-row {
   margin-bottom: 50px;
   width: 700px;
}
.view-id-typedoc_podcast_environnement .view-content {
  margin-left: 5px;
}

.view-id-typedoc_podcast_environnement .views-field-title {
	height:auto;
	
}

.view-id-typedoc_podcast_environnement .views-field-title a{

	font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2em;
}


.view-id-typedoc_podcast_portail .views-row {
   margin-bottom: 50px;
   width: 700px;
}
.view-id-typedoc_podcast_portail .view-content {
  margin-left: 5px;
}

.view-id-typedoc_podcast_portail .views-field-title {
	height:auto;
	
}

.view-id-typedoc_podcast_portail .views-field-title a{

	font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2em;
}


/*
**Block site

*/

#block_front {
	margin-top:25px;
	background-color:#3f8dc0;
	height:122px;
	width:180px;
		background-image:url(http://ceriscope.sciences-po.fr/sites/all/themes/enjeu/image/fleche_bleu.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#block_pauvre {
	background-color:#84b23a;
	height:110px;
	width:180px;
	background-image:url(http://ceriscope.sciences-po.fr/sites/all/themes/enjeu/image/fleche_verte.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#block_puissance {
	background-color:#c91f20;
	height:112px;
	width:180px;
	background-image:url(http://ceriscope.sciences-po.fr/sites/all/themes/enjeu/image/fleche_rouge.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-t:25px;
}
#block_environnement {
	background-color:#7f6b56;
	height:112px;
	width:180px;
	background-image:url(http://ceriscope.sciences-po.fr/sites/all/themes/enjeu/image/fleche_marron.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-t:25px;
}
.titre_site {
	color:#FFF;
	font-size:17px;
	letter-spacing:0.10em;
	text-transform: uppercase;
	text-align:center;
	padding-bottom:5px;
	padding-top:10px;
	border-bottom:1px dotted #FFF;
	margin-left:3px;
	margin-right:3px;
	font-family: "Lucida Grande","Lucida Sans Unicode", sans-serif;
	height:auto;

}



.acces_site {
		font-family: "Lucida Grande","Lucida Sans Unicode", sans-serif;
		text-transform: uppercase;
		text-align:center;
		font-size:14px;
		padding-top:5px;
		font-weight:normal;
	
		
	
	
}
.acces_site a {
	color:#CCC;
		text-decoration:none;
		font-weight:normal;
}
.acces_site  a:hover {
	color:#FC0;
	font-weight:normal;
}
.acces_site  a:visited {
	color:#CCC;
	font-weight:normal;
}
.acces_site  a:active {
	color:#FC0;
	font-weight:normal;
}
.acces_site  a:link {
	color:#CCC;
	font-weight:normal;
}
img.imagecache {
	margin-top: 15px;
	padding-top: 25px;
}