/* Common */
* {
	margin: 0;
	padding: 0;
}
body {
	background: white;
	font-family: Helvetica;
	/*width: 320px;*/
	-webkit-text-size-adjust: none;
	background: #F5E4CC;
}
body.fr_XX {
	background: #4c0900;
}
a {
	text-decoration: none;
	color: #2B637B;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {display: block;}
/* End hide from IE-mac */
.clear {
	clear: both;
}
.relative {
	position: relative;
}

/* Disclaimer */
.forbidden_disclaimer {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(0,0,0);
	z-index: 214748364;
	color: white;
	height: 10000px;
	text-align: center;
	font-size: 0.8em;
}
.iphone .forbidden_disclaimer {
	background: rgba(0,0,0,0.9);
}
.forbidden_disclaimer h4 {
	color: #EE3900;
	margin: 1em;
}
.forbidden_disclaimer p {
	margin: 1em 0;
}
.forbidden_disclaimer ul {
	color: #EE3900;
	text-align: justify;
	list-style: square;
	margin: 1em 0;
}
.forbidden_disclaimer ul li {
	color: white;
	margin-left: 2em;
}
#disclaimerOK {
	color: white;
}

.iPhoneButton
{
	display: block;
	/*line-height: 2.5em;*/
	line-height: 1.2em;
	padding: 7px 3px 7px 5px;
	font-size: 0.8em;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	background: none;
}
.iPhoneButton.right
{
	margin: 3px auto;
	border-width: 0px 16px 0px 5px;
	color: #2B637B;
	text-shadow: white 0px 1px 1px;
	-moz-border-image: url('../img/new/mobile2-3/body/arw-right.png') 0 16 0 5;
	-o-border-image: url('../img/new/mobile2-3/body/arw-right.png') 0 16 0 5;
	-webkit-border-image: url('../img/new/mobile2-3/body/arw-right.png') 0 16 0 5;
	padding: 7px 5px 7px 3px;
}
.header p.iPhoneButton {
	margin: -2px 0 0 0;
}
.iPhoneButton.left
{
	margin: 3px auto;
	border-width: 0px 5px 0px 16px;
	color: #2B637B;
	-moz-border-image: url('../img/new/mobile2-3/body/arw-left.png') 0 5 0 16;
	-o-border-image: url('../img/new/mobile2-3/body/arw-left.png') 0 5 0 16;
	-webkit-border-image: url('../img/new/mobile2-3/body/arw-left.png') 0 5 0 16;
}
.iPhoneButton.orange
{
	margin: 3px auto;
	border-width: 0px 14px 0px 14px;
	color: black;
	-moz-border-image: url('../img/new/mobile2-3/body/button-orange.png') 0 14 0 14;
	-o-border-image: url('../img/new/mobile2-3/body/button-orange.png') 0 14 0 14;
	-webkit-border-image: url('../img/new/mobile2-3/body/button-orange.png') 0 14 0 14;
}

.iphone .iPhoneButton.orange {
	color: #fff;
}
.iPhoneButton.orange a {
	color: #fff;
}
.iPhoneButton.nb
{
	margin: 3px auto;
	border-width: 0px 14px 0px 14px;
	color: #574e41;
	-moz-border-image: url('../img/new/mobile2-3/body/button-white.png') 0 14 0 14;
	-o-border-image: url('../img/new/mobile2-3/body/button-white.png') 0 14 0 14;
	-webkit-border-image: url('../img/new/mobile2-3/body/button-white.png') 0 14 0 14;
}
.iPhoneButton.nb a {
	color: #574e41;
}
.adsButton.orange
{
	background-color: orange;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	margin: 2px auto;
	padding: 4px 15px;
}
.adsButton.orange a {
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
}
.ctn_z_okbox,
.ctn_z_errorbox,
.ctn_z_importantbox {
	border-width: 4px 4px 4px 4px;
	color: black;
	text-shadow: white 0px 1px 1px;
	-moz-border-image: url('../img/mobile/common/okBg.png') 4 4 4 4;
	-o-border-image: url('../img/mobile/common/okBg.png') 4 4 4 4;
	-webkit-border-image: url('../img/mobile/common/okBg.png') 4 4 4 4;
	padding-left: 5px;
}
.ctn_z_errorbox {
	-moz-border-image: url('../img/mobile/common/errorBg.png') 4 4 4 4;
	-o-border-image: url('../img/mobile/common/errorBg.png') 4 4 4 4;
	-webkit-border-image: url('../img/mobile/common/errorBg.png') 4 4 4 4;
}
.ctn_z_importantbox {
	-moz-border-image: url('../img/mobile/common/importantBg.png') 4 4 4 4;
	-o-border-image: url('../img/mobile/common/importantBg.png') 4 4 4 4;
	-webkit-border-image: url('../img/mobile/common/importantBg.png') 4 4 4 4;
}
.ctn_z_okbox .ctn,
.ctn_z_errorbox .ctn,
.ctn_z_importantbox .ctn {
	padding-left: 50px ! important;
	background-image: url('../img/mobile/common/okSymbol.png');
	background-repeat: no-repeat;
	background-position: center left;
	min-height: 50px;
}
.ctn_z_errorbox .ctn {
	background-image: url('../img/mobile/common/errorSymbol.png');
}
.ctn_z_importantbox .ctn {
	background-image: url('../img/mobile/common/importantSymbol.png');
}

/* Header */
.header {
	background: #f1ebe2 url('../img/new/mobile2-3/header/body.png') repeat-x;
	height: 40px;
	position: relative;
}
.header img {
	margin: 5px 0 0 5px;
}

.header p,
.swtchPanel p {
	position: absolute;
	top: 9px;
	right: 5px;
	font-size: 0.6em;
}
.switchPanel {
	width: 0;
	background: black;
	color: white;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	z-index: 1;
	opacity: 0.9;
	overflow: hidden;
	min-height: 480px;
}
.switchPanel .ctn {
	width: 320px;
}
.switchPanel .panel {
	margin-top: 50px;
}
.switchPanel .wait {
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -50px;
}
.switchPanel.white {
	background: white;
	color: black;
	opacity: 1;
}
#optionspanel {
	z-index: 9999;
	bottom: 0;
	text-align: center;
}
#optionspanel fieldset {
	border: none;
	margin: 10px;
}
#optionspanel input {
	width: 100%;
	line-height: 2em;
	font-size: 1em;
}
#optionspanel input[type="submit"] {
	width: auto;
	float: right;
}
.content {
	min-height: 295px;
}

#sections {
	padding: 3px;
	background-color: #918C87;
	-webkit-border-top-left-radius: 0.4em;
	-webkit-border-top-right-radius: 0.4em;
	border-top-left-radius: 0.4em;
	border-top-right-radius: 0.4em;
}
body.fr_XX #sections {
	background-color: white;
}
#sections li {
	height: 19px;
	background: url('../img/new/mobile2-3/body/section.png');
	float: left;
	list-style: none;
	overflow: hidden;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 33.2%;
}
#sections li.left {
	background-position: left top;
}
#sections li.center {
	background-position: center top;
	border-left: 1px solid #574e41;
	border-right: 1px solid #574e41;
}
body.fr_XX #sections li.center {
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#sections li.right {
	background-position: right top;
}
#sections li.left.selected {
	background-position: left bottom;
}
#sections li.center.selected {
	background-position: center bottom;
}
#sections li.right.selected {
	background-position: right bottom;
}
#sections a {
	text-decoration: none;
	color: #574e41;
	font-weight: bold;
	font-size: 0.8em;
}
#sections .selected a {
	color: #fff;
}
.ad {
	text-align: center ! important;
	font-size: 9px;
	padding: 0;
	background-color: #fff;
}

/* Content */
.title {
	font-size: 0.9em;
	overflow: hidden;
}
.title .goback {
	float: left;
	display: inline-block;
}
.title h2 {
	float: left;
}
h2 a {
	position: absolute;
	left: 0;
	top: 3px;
}
.title a {
	margin-left: 2px ! important;
	margin-right: 5px ! important;
}
.titleWithLink {
	background-color: #fff;
}
.titleWithLink h2 a {
	left: auto;
	right: 0;
}
h2 {
	font-size: 0.9em;
	color:#f49a1d;
	position: relative;
	padding: 5px 10px;
	min-height: 10px;
	background-color: #fff;
	text-transform:uppercase;
}
h2 a.arrowBottom {
	color: black;
	text-decoration: none;
	font-weight: normal;
	background: url('../img/mobile/common/arrowBottom.png') no-repeat top right;
	padding-right: 30px;
	min-height: 23px;
	padding-top: 7px;
}

.more {
	background-color: #918C87;
	padding: 5px;
	position: relative;
}

.pagination
{/*
	background-color: #918C87;
	display: block;
	line-height: 1.2em;
	padding: 7px 0;
	width: auto;
	font-size: 0.8em;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	text-align: center;
	margin: 0;
	border-width: 0px 16px 0px 5px;
	color: #2B637B;
	text-shadow: white 0px 1px 1px;
	-webkit-border-image: url('../img/new/mobile2-3/body/arw-right.png') 0 16 0 5;*/
	background-color: #918C87;
	padding: 5px;
	text-align: center;
}
.pagination a {
	background-color: #fff;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #2B637B;
	padding: 5px 0;
	width: 100%;
	display: block;
}
.pagination a.wait {
	/*background:  #fff url('../img/mobile/common/wait.png') no-repeat center right;
	position: relative;
	top: auto;
	left: auto;*/
	opacity: 0.5;
}
.pagination img {
	width: 20px;
	height: 20px;
	display: none;
	position: absolute;
	right: 15px;
	top: 20px;
}

.swtchPanel {

}

/* Search */
	.search {
		background: #fff;
	}
/* End Search */

/* Actu */

.list {
	background: white;
}
.list dt {
	font-size:24px;
	padding-bottom: 10px;
	padding: 4px;
	overflow: hidden;
	clear: both;
	font-family: Georgia, serif;
	background:#fff url('../img/new/mobile2-3/body/gradient.png') top left repeat-x;
	border-top:1px solid #eee;
	padding:10px;
}
.list li,
.list dd {
	padding: 5px;
	min-height: 30px;
	color: black;
	font-size: 0.9em;
}
.list li {
	padding-top: 20px;
	min-height: 30px;
	background:#fff url('../img/new/mobile2-3/body/gradient.png') top left repeat-x;
	clear: both;
}
.list.arrows li,
.list.arrows dd {
	background-image: url('../img/mobile/common/chevronRight.png');
	background-repeat: no-repeat;
	background-position: 30% right;
	padding-right: 30px;
}
.list.arrows li {
	background: url('../img/mobile/common/chevronRight.png') center right no-repeat, url('../img/new/mobile2-3/body/gradient.png') top left repeat-x;
}
.list li.wait,
.list dd.wait {
	background: url('../img/mobile/common/switch_wait.gif') top right no-repeat;
}
.list li.wait {
	background-position: 50% right;
}
.list li.alt.wait,
.list dd.alt.wait {
	background: #E2E2E2 url('../img/mobile/common/switchalt_wait.gif') top right no-repeat;
}
.subtitle {
	color: gray ! important;
	font-size: 0.75em ! important;
	font-style: italic ! important;
	margin-bottom: 0.75em ! important;
	height: 1.3em;
	overflow: hidden;
}
.list img{
	float: left;
	margin: 0 5px 5px 5px;
}
#themesActu {
	background-color: #918C87;
	clear: both;
	padding: 5px 0 0 0;
}
#themesActu li {
	float: left;
	width: 50%;
	list-style: none;
}
#themesActu li a {
	display: block;
	margin: 5px;
	width: auto;
	height: 1em;
	line-height: 1em;
	overflow: hidden;
	font-size: 0.7em;
}

.profile {
	padding: 5px;
	background-color: #fff;
}
.profile.user img {
	float: left;
	margin: 5px;
}
.profile.user ul {
	font-size: 0.8em;
	list-style: none;
}


.touch {
	display: block;
	height: 2em;
	line-height: 2em;
	text-align: right;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-right: 20px;
	background: #E9E9E9 url('../img/mobile/common/chevronRight.png') center right no-repeat;
}

.buzz .title {
	height: 1.4em;
	overflow: hidden;
}

/* Blog */
.blog {
	min-height: 290px;
}
body[orient='landscape'] .blog {
	min-height: 100px;
}
.blog .profile .screenshot {
	float: left;
	margin: 0 5px 5px 0;
	max-width: 100px;
}
.blog .profile h2 {
	clear: none;
	margin: 0;
	padding: 2px 0;
}
.blog .profile h2 a {
	position: relative;
}
.blog .profile p {
clear: none;
	font-size: 0.8em;
}
.blog .article {
	padding: 5px;
}
.comments {
	overflow: hidden;
}
body[orient='landscape'] .comments {
}
.blog .article *,
.comments * {
	font-size: 1em ! important;
	font-weight: normal ! important;
	font-family: Helvetica ! important;
}
.blog .article * {
	color: black ! important;
}
.blog .article a {
	color: #2B637B ! important;
}
body .blog .article img {
	max-width: 300px;
	float: none;
	display: block;
}
body[orient='landscape'] .blog .article img {
	max-width: 460px;
}
.blog .list dd {
	padding-right: 20px;
	background-image: url('../img/mobile/common/chevronRight.png');
	background-repeat: no-repeat;
	background-position: 20% right;
	overflow: hidden;
}
.blog .subtitle {
	text-align: right;
}

.blog .article h2 {
	font-size:24px !important;
	padding-bottom: 10px;
	padding: 4px;
	overflow: hidden;
	clear: both;
	font-family: Georgia, serif !important;
	background:#fff url('../img/new/mobile2-3/body/gradient.png') top left repeat-x;
	border-top: 1px solid #eee;
	padding:10px;
	text-transform: none;
	color: #2B637B !important;
}

.comments li {
	margin: 5px;
	list-style: none;
	clear: both;
}
.comments li a {
	font-weight: bold ! important;
}
.comments li span {
	font-size: 0.8em ! important;
}
.comments strong {
	font-weight: bold ! important;
}
.comments .bubble {
	display: block;
	line-height: 1em;
	width: auto;
	font-size: 0.8em;
	color: black;
	text-decoration: none;
	text-align: left;
	margin: 3px auto;
	border-width: 16px 8px 8px 8px;
	color: black;
	padding: 10px 2px;
	text-shadow: white 0px 1px 1px;
	-moz-border-image: url('../img/mobile/common/bubbleWhite.png') 16 8 8 8;
	-o-border-image: url('../img/mobile/common/bubbleWhite.png') 16 8 8 8;
	-webkit-border-image: url('../img/mobile/common/bubbleWhite.png') 16 8 8 8;
	background: #D6D6D6\9;
}
.comments .answer {
	text-align: right;
}
.comments .answer .bubble {
	color: #FFFFFF;
	text-shadow: none;
	border-width: 16px 8px 8px 8px;
	-moz-border-image: url('../img/mobile/common/bubbleBlack.png') 16 8 8 8;
	-o-border-image: url('../img/mobile/common/bubbleBlack.png') 16 8 8 8;
	-webkit-border-image: url('../img/mobile/common/bubbleBlack.png') 16 8 8 8;
	background: #404040\9;
}
.comments dt.answer {
	font-weight: bold ! important;
}
.iForm fieldset {
	border: none;
}
.iForm legend {
}
.iForm input,
.iForm textarea {
	margin: 4px;
}
.iForm input[type="text"],
.iForm textarea {
	width: 95%;
	line-height: 2em;
	font-size: 0.9em;
}
.iForm textarea {
	height: 10em;
}
.iForm #spamKey {
	width: 100px;
}
.iForm .error {
	background: red;
}
.iForm.send {
	background: url('../img/mobile/common/switch_wait.gif') no-repeat center center;
	height: 50px;
}

/* Admin */
.adminShortcuts {
	text-align: center;
}
.adminShortcuts a {
	width: 40%;
	display: inline-block;
}
.niceText {
	padding: 5px;
	min-height: 280px;
	background-color: #fff;
}
.niceText p {
	padding: 10px 0;
}
.niceText li {
	margin-left: 2em;
}
.niceText table {
	font-size: 0.8em;
}

#tsop {
	background-color: #fff;
}

body[orient='landscape'] .graph {
	width: 470px;
}
.graph {
	width: 300px;
}
.replyForm {
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	-moz-transition-property: left top width height;
	-moz-transition-duration: 1s;
	-o-transition-property: left top width height;
	-o-transition-duration: 1s;
	-webkit-transition-property: left top width height;
	-webkit-transition-duration: 1s;
	background: white;
	text-align: center;
	overflow: hidden;
	padding: 5px;
}
.replyForm.wait {
	background: white url('../img/mobile/common/switch_wait.gif') no-repeat center center;
}
.replyForm fieldset {
	border: none;
}
.replyForm.wait fieldset {
	display: none;
}
.replyForm textarea {
	width: 90%;
	font-size: 1.2em;
}
.replyForm span {
	width: 40%;
	display: inline-block;
}

/* Inscription */
#inscription fieldset {
	border: none;
	font-size: 16px;
	margin: 0 10px;
}
#inscription fieldset legend {
	color: black;
	position: relative;
	padding: 10px 2px;
	min-height: 10px;
	font-weight: bold;
}
#inscription label {
	padding: 0;
}
#inscription input[type='text'],
#inscription input[type='password'] {
	font-size: 25px;
	width: 100%;
	display: block;
	margin: 0 0 5px 0;
}
#inscription #host {
	width: 48%;
	display: inline;
	vertical-align: top;
}
#inscription select {
	font-size: 17.5px;
	vertical-align: top;
	width: 50%;
}
#inscription .error {
	background: red;
}

/* \ Inscription*/

/* Footer */
.footer {
	background-color: #918C87;
	padding: 5px;
}
.footer * {
	color: white;
	font-size: 11px;
	font-weight: normal;
}
.iweb {
	padding: 5px;
	background-color: #918C87;
}
.iweb a {
	width: auto;
	display: block;
}

/* Search */

.search h1 {
	font-size: 0.9em;
	color:#f49a1d;
	position: relative;
	padding: 5px 10px;
	min-height: 10px;
	background-color: #fff;
	text-transform:uppercase;
}

.search fieldset {
	border: none;
	margin: 10px;
}
.search input {
	width: 100%;
	line-height: 2em;
	font-size: 1em;
}
.search input[type="submit"] {
	display: block;
	/*line-height: 2.5em;*/
	line-height: 1.2em;
	padding: 7px 0;
	width: auto;
	font-size: 0.8em;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	text-align: center;
	margin: 3px auto;
	border-width: 0px 14px 0px 14px;
	color: #fff;
	-moz-border-image: url('../img/new/mobile2-3/body/button-orange.png') 0 14 0 14;
	-o-border-image: url('../img/new/mobile2-3/body/button-orange.png') 0 14 0 14;
	-webkit-border-image: url('../img/new/mobile2-3/body/button-orange.png') 0 14 0 14;
}

.search .tabs ul li {
	display: block;
	float: left;
	width: 33%;
	text-align: center;
}

/* Elements lists */
.bigtitle {
	font-size: 0.9em;
	color:#f49a1d;
	position: relative;
	padding: 5px 10px;
	min-height: 10px;
	background-color: #fff;
	text-transform:uppercase;
}
.element-list .element {

	background:#fff url('../img/new/mobile2-3/body/gradient.png') top left repeat-x;
	border-top:1px solid #eee;
	padding:10px;
	overflow: hidden;
	clear: both;
}
.element-list .element .title {
	font-size: 1.5em;
	line-height: 1.5em;
	height: 1.3em;
	font-family: Georgia, serif;
	background: transparent;
	text-transform: none;
	font-weight: normal;
	padding: 0;
}
.element-list .element .excerpt {
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: justify;
}

/* @Login form */
#loginForm fieldset {
    padding : 4px;
    margin-bottom : 8px;
    margin-top : 8px;
}

#loginForm .intro {
	margin-bottom: 10px;
}

#loginForm ul {
    margin-top: 5px;
}

#loginForm ul li{
    margin-top: 5px;
    width: 300px;
	list-style: none;
}

#loginForm ul li label {
    width: 130px;
    height: 25px;
    vertical-align: middle;
    float: left;

}

#loginForm ul li input {
    height : 25px;
    width: 160px;
	font-size: 14px;
    vertical-align: middle;
}


#loginForm ul li input[type='submit'] {
    font-weight: bold;
    height: 25px;
    width: 160px;
}

#loginForm ul li a {
    float:right;
    margin-top : 10px;
}
/* @endLogin form */