/*--------------------------------------*/
/*------------SKINNING CSS--------------*/
/*--------------------------------------*/

/*----------MAIN----------*/
body {
	font: normal 1em/1.3 Arial;	
	background: transparent url(../images/bg.png) repeat-x scroll center center;
}
strong {
	font-weight:bold;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}
#global {
}
#header {
	background:transparent url(../images/bgHeader.png) no-repeat 0 0;
}
#body {
	padding-bottom:25px;
	background:transparent url(../images/bgBodyRepeat.png) repeat-y 0 0;
}
#footer {
	background:transparent url(../images/bgFooter.png) no-repeat 0 0;
	font-size:0.7em;
	padding:10px 5px 0;
}
/*----------SUB----------*/
#menu, #eventMenu {
	background:transparent url(../images/bgMenu.png) repeat-x 0 0;
}
#menu ul li, #eventMenu ul li {
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.7em;
	line-height:0.7em;
	display:block;
}
#menu ul li a:hover, #menu ul li.selected a, #eventMenu ul li a:hover, #eventMenu ul li.selected a{
	color: #FFF;
	background:transparent url(../images/bgBtnMenuHover.png) no-repeat scroll right top;
}
#menu ul li a, #eventMenu ul li a {
	padding:8px 7px 0;
	height:15px;
	display:block;
	background:transparent url(../images/bgBtnMenu.png) no-repeat top right;
	float:left;
}
#menu #register {
	font-size:0.7em;
	line-height:2.1em;
	width: 320px;
}
#menu #logged {
	font-size:0.7em;
	line-height:2.1em;
	width: 164px;
}
#login {
	font-size:0.8em;
	font-weight:bold;
}
#content {
	background:transparent url(../images/bgContent.png) no-repeat 0 0;
	padding:4px 0 0 9px;
	min-height:300px;
}

#contentTabbed
{

}
/* INFOS / TABINFOS */
#infos {
	
}
#tabInfos {
	width:350px;
}
#top_infos {
	background:transparent url(../images/h2infos.png);
	height:57px;
	margin-left:6px;
	margin-top:6px;
	width:328px;
}
#content_infos {
	margin-top:0px;
	margin-left:7px;
}
#content_infos h2 {
	color: #000;
	font-weight:bold;
	font-size:1.3em;
}
#infos, #tabInfos {
	font-size:0.7em;
}
#infos p, #tabInfos p {
	padding:0 0px;
}
#infos h2, #tabInfosh2 {
	text-transform:uppercase;
	font-size:1.1em;
	font-weight:bold;
	line-height:2em;
	padding-left:6px;
	height:58px
}
#infos p.subtitle, #tabInfos p.subtitle {
	font-size:1.3em;
	font-weight:bold;
	margin:20px 0 5px;
	height: 15px;
}
#infos p.author, #tabInfos p.author {
	margin-bottom:20px;
	height:10px;
	margin-left:2px;
	font-size:0.8em;	
}
#infos p.chapo, #tabInfos p.chapo {
	margin-bottom:20px;
	font-size:1.2em;
}
#tabInfos p.chapo {
	margin-bottom:6px;
	line-height:1.1;
}
#infos p.more, #tabInfos p.more {
	text-align:right;
	margin-top:7px;
	margin-right:15px;
}
#tabInfos p.more {
	font-size:1.2em;
	font-weight:bold;
	text-decoration:underline;
}

#tabInfos p.btn {
padding: 0 0 0 146px
}

#infos .desc, #tabInfos .desc {
	width:320px; 
	margin-bottom: 5px;	
	margin-top: 10px;
	overflow: auto;
}
#infos .desc {
	height:235px;
	font-size:1.2em;
}
#tabInfos .desc {
	height: 150px;
	font-size:1.2em;
	line-height:1.1;	
}
#tabInfos .alire {
	
		height:260px;
		width:318px;
}
#tab2 {
	padding-top: 5px;
}

#tabInfos .chapitres{
		padding-top:5px;
		height:260px;
		width:318px;
}
#tab3 {
	padding-top: 5px;
}
#tabInfos div ul {
	margin:10px;
}
#tabInfos div ul li {
	padding:0 0 0 20px;
	margin:3px 0;
}
#tabInfos div ul li a:link {
	text-decoration:underline;
}
#tabInfos div ul li a:hover {
	text-decoration:none;
}
/* NEWS */
#news .column {
	padding:10px;
}
#news h2 {
	font-size:0.9em;
	font-weight:bold;
}
#news h3 {
	font-size:0.9em;
	font-weight:bold;
}

/* MODS */
.mod h2 {
	text-align:left;
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.9em;
	line-height:1.6em;
	padding-left:10px;
}

#news p {
	font-size:0.8em;
	/*font-weight:bold;*/
	margin-top:10px;
	text-align:justify;
}
#news ul {
	padding-left:13px;	
}
#news ul li{
	font-size:0.8em;
	/*font-weight:bold;*/
	margin-top:10px;
	text-align:justify;
	list-style-type:disc;	
}
#news p.more {
	text-align:right;
	margin:10px 0;
	padding-right:0;	
}
#news hr {
	background: url(../images/sepHorizontal.png) no-repeat top center;
	border:none;
	height:3px;
	margin:0 0 20px 0;
}
#TB_ajaxContent h2 {
	font-size:1.7em;
	margin:10px 0;
}
#TB_ajaxContent p {
	line-height:1.2em;
	font-size:1em;
	text-align:justify;
}
#TB_ajaxContent p.question {
	font-size:1.2em;
	font-weight:bold;
}
#TB_ajaxContent img {
	float:left;
	margin:0 5px 0 0;
}
/* BLANK CONTENT */
#contentBlank h2, #contentAbout h2 {
	font-size:1.3em;
	margin:10px 0;
}
#contentBlank p, #contentAbout p {
	font-size:0.8em;
	margin:10px 0;
}
/* MODS */
#mods {
	background:transparent url(../images/bgMods.png) no-repeat scroll 0 0;		
}
.mod p.real_content {
	font-size:0.7em;
	text-align:justify;
}

.mod div.border_zone
{
	margin:10px;
}

.mod p.content {
	height:116px;
	padding:20px;
	
}
.cover .mod.mini {
	background:transparent url(../images/bgModMiniCover.png) no-repeat 0 0;
	padding:5px 0 0 5px;	
	float:right;
}
.mod.mini p {
	padding:0;
}
.mod p.poll {
	padding:0;
}

.mod p.image {
	padding:0;
	height:181px;
}
.mod p #image_see {
	margin-bottom:6px;
	margin-left:40px;
	margin-top:15px;		
}
/* FORM */
#TB_ajaxContent {
	overflow:hidden;
}
#TB_ajaxContent form#subscribeForm {
	width:250px;
	margin:0 auto;
}
#TB_ajaxContent form#subscribeForm p label {
	line-height:1.5em;
}
#TB_ajaxContent form#subscribeForm p.checkbox label {
	line-height:1.2em;
}
#TB_ajaxContent form#subscribeForm p {
	margin:5px 0;
}
#TB_ajaxContent form#subscribeForm p input.submit, #login form input.submit, form#QuestionForm input.submit, form#commentForm input.submit {
	background: url(../images/btnSend.png) no-repeat 0 0;
	border:none;
	width:117px;
	height:25px;
	outline:none;
	cursor:pointer;
}
#TB_ajaxContent form#subscribeForm p.submit {
	clear:both;
	text-align:center;
}
#TB_ajaxContent form#subscribeForm p.error {
	font-size: 11px;
	text-align: right;
}

/* COMMENTS */
#commentForm {
	padding:10px 0 0 0px;
	background:none;
	font-size:1em;
}
#commentForm p  {
	font-size:11px;
	line-height:1.4;
	width:190px;
	margin:0 10px;
	padding: 0;
}
#commentForm textarea {
	width:250px;
	height:100px;
	overflow:hidden;
}
#commentForm .textField {
	width:150px;
	height:20px;
}
#commentForm .error {
	border-color: red;
}
#commentForm p.submit {
	text-align:right;
	width:250px;
}
#commentForm .valid {
	margin-top:20px;
}
.question {
	font-weight:bold;
}
#commentForm .valid_errors {
	font-size: 11px;
	color: red;
}
#commentForm .success {
	margin-left:10px;
	margin-top:10px;
}
#tabInfos #commentForm ul li {
	margin: 0;
}
/* CHAPTERS */
#chapters_content {
	padding:10px 0 0 25px;
}
/* FOOTER */
#footer p.left {
	font-weight:bold;
	text-transform:uppercase;
}

.div_list_article
{
	float: left;
	margin-right: 20px;
	width: 235px;
}

.bold
{
	font-weight: bold;
}

h3, h4
{
	color: #5C3588;
}
h3
{
	font-weight: bold;
}
h4
{
	font-size:0.8em;
	font-style:italic;
}

/*----------EVENTS----------*/

#menu ul li.event a 
{
	color: #FFF;
	background:transparent url(../images/bgBtnMenuEventHover.png) no-repeat scroll right top;
}

#eventDescription, #eventMap
{
	/*border:1px solid #AEAEAE;*/
}
#eventDescription
{
	width: 348px;
	padding:15px 0 60px;
}
#eventDescription h2
{
	font-weight: bolder;
	color: #5C3588;
	font-size:1.2em;
}
#eventDescription h3
{
	font-size: 0.8em;	
}
.title
{
	background: #d1c7df;
	padding: 10px;
	width:718px;
}

.title.mini
{
	width:350px;
}
.title.city
{
	width: 413px;
}
#eventDescription p, #eventAgenda p, #eventSchedule p, #eventInscription p
{
	padding: 10px 0 0 20px;
	text-align: justify;
	font-size: 14px;
	float:left;
}
#eventDescription ul
{
	float:left;
	font-size:0.8em;
	list-style-type:disc;
	padding:5px 10px 15px 24px;
	text-align:justify;
}
#logos
{
	float:left;
	margin:10px 0 0 15px;
	display: inline;
}
#logos div
{
	margin-left:95px;
}
.partenaires
{
	font-size:0.8em;
}
#eventMap
{
	width: 324px;
}
#eventAgenda
{
	width: 755px;
}

#agenda, #schedule, #inscription
{
	border:1px solid #AEAEAE;
	float: left;
}
#agenda .agendaTitle, #agenda .agendaTime, #schedule .cityTitle
{
	font-weight: bold;
	font-size: 0.8em;
	color: #5a3287;
}
#agendaContainer, #scheduleContainer, #inscriptionContainer
{
	height: 500px;
}
#eventSchedule
{
	margin:auto;
	width:450px;
}
#eventInscription
{
	margin:auto;
	width:710px;
}

#subscribeForm .text
{
	width:240px;
}

#subscribeForm table
{
	width:708px;
}
#subscribeForm table td
{
	font-size:0.8em;
	font-weight:bold;
	padding: 10px;
	color: #5a3287;
}
#subscribeForm table .inscription
{
	background: #d1c7df;	
}
#subscribeForm table .notice
{
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
	color: grey;
}
