/* ****************************************************

	@file         screen.css
	@description  Feuille de styles globale
	vim: set noet ts=4 fdm=marker fenc=utf-8:

***************************************************** */

@import url("./reset.css");

/* @section Basic {{{
******************************************************************************/

html { font-size: 62.5%; }
html, body { height: 100%; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 1.3;
	color: #333333;
	background: #ccc url("../img/interface/bg-body.jpg") no-repeat center center;
	position: relative;
	behavior: url("/js/ie6/csshover.htc");
	padding: 0 30px;
}

p,ul,ol,dl,table { margin-bottom: 1.8em; }
ul { margin-left: 20px; }
a { text-decoration: none; cursor: pointer; color: #e78316; font-weight: bold; }
a:focus { outline: 1px dotted; }
a:visited { color: #e78316; }
a:hover, a:focus { color: #e78316; text-decoration: underline; }
a *, button * { cursor: pointer; }
hr { display: none; }
small { font-size: 90%; }
input, select, button, textarea, option { font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size: 100%; }
button, label, select, option, input[type=submit] { cursor: pointer; }
.groupe:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .groupe {display: inline-block;}
/* Hides from IE-mac \*/ * html .groupe {height: 1%;} .groupe {display: block;} /* End hide from IE-mac */
sup { font-size: 80%; line-height: 1; vertical-align: super; }
button::-moz-focus-inner { border: 0; padding: 1px; }
span.amp { font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif; font-weight: normal; font-style: italic; font-size: 1.2em; line-height: 0.8; }
h1,h2,h3,h4,h5,h6 { line-height: 1.1; }

/*}}}*/

/* @section Informations {{{
******************************************************************************/

#informations {
	width: 100%;
	max-width: 960px;
	min-width: 740px;
	margin: 0 auto;
	padding: 30px 0 46px;
	padding: 30px 0;
}

#informations .informations-inner {
	margin: 0 50% 0 0;
	padding-right: 30px;
}

#informations h1 {
	font-size: 280%;
	font-family: 'MEgalopolisExtraRegular', Arial, sans-serif;
	font-weight: normal;
	text-shadow: 1px 1px 1px #fff;
	text-align: center;
	border-bottom: 1px solid #e7e7e7;
	margin: 0 0 30px;
}

#informations h1 em {
	font-style: normal;
}

#informations h1 strong {
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	font-size: 230%;
}

#informations h1 span {
	display: block;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: bold;
	border-bottom: 1px solid #b4b4b4;
	padding: 4px 0 25px;
}

#informations .texte {
	font-size: 113%;
	line-height: 1.5;
	border-bottom: 1px solid #b4b4b4;
	padding: 0 0 6px;
}

#informations .texte dl {
}

#informations .texte dl dt {
	float: left;
	width: 65px;
	padding: 0 15px 0 0;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	color: #999999;
	text-shadow: 1px 1px 1px #fff;
	font-size: 85%;
	line-height: 1.9;
	clear: both;
}

#informations .texte dl dd {
	margin: 0 0 8px 80px;
	font-weight: bold;
}

#informations .texte .note small {
	text-transform: uppercase;
	font-size: 75%;
}

#informations .logos {
	border-top: 1px solid #e7e7e7;
	padding: 30px 0 0 0;
	text-align: center;
}

#informations .logos p,
#informations .logos h2 {
	color: #999999;
	text-shadow: 1px 1px 1px #fff;
	text-transform: uppercase;
	font-size: 80%;
	margin: 0 0 14px;
	font-weight: bold;
}

#informations .logos p {
	margin-bottom: 0;
}

#informations .logos ul.presentation {
	margin: 0 0 25px;
}

#informations .logos ul.collaboration {
	width: 316px;
	margin: 0 auto 30px;
	padding: 7px 0 0 0;
}

#informations .logos ul.collaboration .ixmedia {
	position: relative;
	text-align: left;
	/*top: 14px;*/
	/*padding-right: 25px;*/
}

#informations .logos ul.collaboration .demarque {
	position: relative;
	float: right;
	text-align: right;
	padding: 5px 0 0 0;
	/*top: 7px;*/
	/*padding-right: 25px;*/
}

#informations .logos ul.collaboration .steinmonast {
	float: left;
	clear: left;
	text-align: left;
	padding: 10px 0 0 0;
}

#informations .logos ul.collaboration .steinmonast a {
	margin: 0 0 0 6px;
}

#informations .logos ul.collaboration .ozone {
	float: right;
	text-align: left;
	padding: 45px 0 0 0;
}

#informations .logos ul.collaboration .ozone a {
	margin: 0 0 0 23px;
}

#informations .logos ul.collaboration li {
	float: left;
	width: 158px;
}

#informations .logos p a {
	color: #42a9bf;
}

/*}}}*/

/* @section Tweets {{{
******************************************************************************/

#tweets {
	position: fixed;
	top: 0;
	right: 0;
	width: 50%;
	background: #ebebeb;
	padding: 0 0 0 0;
	cursor: url("../img/interface/curseur.png") 27 0, move, default !important;
}

#tweets a {
	cursor: url("../img/interface/curseur.png") 27 0, pointer !important;
}

#tweets ul {
	overflow: auto;
	margin: 0;
	padding: 0 0 0 30px;
}

#tweets ul li {
	width: 420px;
	border-bottom: 1px solid #ffffff;
}

#tweets ul li.clicknscroll {
	height: 75px;
	border-bottom: none;
	background: url("../img/interface/bg-tweets.jpg") no-repeat top left;
}

#tweets ul li.stop {
	height: 75px;
	border-bottom: none;
	background: url("../img/interface/bg-tweets-stop.jpg") no-repeat top left;
}

#tweets ul li .tweet-inner {
	padding: 15px 0;
	border-bottom: 1px solid #dfdfdf;
	background: #EBEBEB;
}

#tweets ul li .tweet-inner .tweet-avatar {
	width: 63px;
	float: left;
}

#tweets ul li .tweet-inner .tweet-avatar img {
	background: #fff;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

#tweets ul li .tweet-inner .tweet-content {
	margin: 0 0 0 63px;
}

#tweets ul li .tweet-inner .tweet-text {

}

#tweets ul li .tweet-inner .tweet-text a {
	font-weight: normal;
	color: #777;
}

#tweets ul li .tweet-inner .tweet-text strong a {
	font-weight: bold;
	/*color: #3EA9BF;*/
	color: #e78316;
}

#tweets ul li .tweet-inner .tweet-date {
	font-size: 80%;
	text-transform: uppercase;
	padding: 6px 0 0 0;
}

#tweets ul li .tweet-new {
	/*background: #fff2e4;*/
}

/*}}}*/

/* @section Mobile {{{
******************************************************************************/

body.template-mobile #tweets {
	position: relative;
	padding: 0;
	width: auto;
	margin: 0 15px;
	border-top: 1px solid #DFDFDF;
}

body.template-mobile #tweets ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
}

body.template-mobile #tweets li {
	width: auto;
}

body.template-mobile {
	background: #ccc;
	padding: 0;
}

body.template-mobile #informations {
	width: auto;
	min-width: 0;
	max-width: none;
	margin: 0 15px;
}

body.template-mobile #informations h1 {
	font-size: 200%;
}

body.template-mobile #informations h1 span {
	font-size: 70%;
}

body.template-mobile #informations .informations-inner {
	margin: 0;
	padding: 0;
}

body.template-mobile #informations .logos ul {
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
}

body.template-mobile #informations .logos li {
	top: auto !important;
	width: 100% !important;
	padding: 0 !important;
	display: block !important;
	margin: 0 0 15px !important;
	float: none !important;
	text-align: center !important;
}

body.template-mobile #informations .logos li.ixmedia {
	margin-bottom: 23px;
}

body.template-mobile #informations .logos li a {
	margin: 0 !important;
}

body.template-mobile #nav {
	margin: 20px 15px 0;
	font-family: 'MEgalopolisExtraRegular', Arial, sans-serif;
	text-align: center;
}

body.template-tweets-mobile {
	background: #EBEBEB;
}

body.template-tweets-mobile #nav {
	margin-bottom: 20px;
}

body.template-mobile #nav ul {
	margin: 0;
}

body.template-mobile #nav li {
	display: inline;
	list-style: none;
}

body.template-mobile #nav li a {
	text-align: center;
	font-weight: normal;
	outline: none;
	padding: 5px 15px;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

body.template-mobile #nav li.active a {
	color: #fff;
	background: #e78316;
	text-decoration: none;
}

/*}}}*/

