body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}
a img{ border:none;}

tr, td, p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

#main {
	width: 1000px;
	margin: 5px auto;
}

#header {
	width: 100%;
	height: 90px;
	background-color: #eeeeee;
	margin: auto;
	margin-bottom: 20px;
	clear: both;
	border: 1px solid #666666;
	-moz-border-radius: 0em .5em .5em .5em;
	border-radius-topright: .5em;
	border-radius-bottomright: .5em;
	border-radius-bottomleft: .5em;
	padding: .5em;
	z-index: 101;
	position: relative;
	top: 0;
	left: 0;	
}

#headerlogo {
	float: left;
}

#headertitre {
	padding: 1px;
	text-align: center;
	margin: auto;
}

#pagebody	{
	width: 100%;
	clear: both;
}

.clear{ clear: both;}

#menubar {
	float: left;
	width: 190px;
	padding: 0;
	margin: 0;
}

#logout {
	text-align: center;
	margin: 20px;
}

#pagecontent {
	float: left;
	width: 780px;
	margin-left: 10px;
}

#popupcontent {
	margin: 10px;
}

#loginbox {
	 margin: auto;
	 width: 300px;
}

#footer {
	clear: both;
	border-top: 1px solid #000000;
	width: 100%;
	text-align: center;
	margin: auto;
	font-size: 8pt;
	padding: 3px 0px 3px 0px;
	position:relative;
	top: 20px;
}

#headertitre h1 {
	padding: 0px;
}

#logout a {
	font-weight: normal;
	font-size: 8pt;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
}

#pagecontent ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#pagecontent li{
	position: relative;
	padding: 10px;
	font-weight: bold;
	display: inline;
}

h1 {
	font-size: 24pt;
}

h2 {
	font-size: 13pt;
	margin: 0;
}

h3 {
	font-size: 11pt;
	margin: 0;
	font-style: italic;
	padding-top: 10px;
	cursor: pointer; 
	font-weight: normal;
}

h4 {
	font-size: 10pt;
	margin: 0;
	padding-top: 10px;
}

A {
	color: #000000;
}

A:hover {
	color: #333333;
}

form {
	display: inline;
}

.small {
	font-size: 8pt;
}
/*
 * Lignes et bordures de tableaux
 */

.line-over {
	background-color: #FFEFDF;
}

.line-even {
	background-color: #eeeeee;
}

.line-odd {
	background-color: #ffffff;
}

.tbborder {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 800px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/*
 * navbox
 */

.navbox {
	width: 100%;
	display: table;
}

.navbox-nbpages {
	padding: 0;
	margin: 0;
	float: left;
	width: 10%;
	font-size: 8pt;
}

.navbox-pages {
	padding: 0;
	margin: 0;
	text-align: center;
	float: left;
	width: 57%;
	font-size: 8pt;
}

.navbox-nav {
	text-align: right;
	padding: 0;
	margin: 0;
	float: left;
	width: 30%;
	font-size: 8pt;
}

/*
 *	Messages d'alertes
 */

#erreur {
	background-color: #fff9fa;
	border: 3px double #cc0010;
	width: 90%;
	margin: auto;
	padding: 5px 5px 10px 5px;
}

#erreur h4 {
	font-weight: bold;
	font-size: 11pt;
	color: #cc0010;
	display: block;
	position: relative;
	top: -3px;
	text-indent: 25px;
	background-image: url(/images/erreur.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
}

#erreur li{
	padding: 0 0 0 10px;
	font-weight: normal;
	display: list-item;
	list-style-type: square;
	list-style-position: inside;	
}

#confirmation {
	background-color: #fcfff7;
	border: 3px double #1e840e;
	width: 90%;
	margin: auto;
	padding: 5px 5px 10px 5px;
}

#confirmation h4 {
	font-weight: bold;
	font-size: 11pt;
	color: #1e840e;
	display: block;
	position: relative;
	top: -3px;
	text-indent: 25px;
	background-image: url(/images/confirmation.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
}

#confirmation li{
	padding: 0 0 0 10px;
	font-weight: normal;
	display: list-item;
	list-style-type: square;
	list-style-position: inside;	
}

.asterisk {
	color: #FF0000;
	font-weight: bold;
}

/*
 * Tabs et menus des sites, documents et admin
 */
/* tabs des sites */
#tabs {
	padding: 5px 0px 3px 0px;
	font-weight: bold;
}

#tabs a {
	background-color: #cccccc;
	border: 1px solid #666666;
	border-bottom-width: 0px;
	-moz-border-radius: .75em .75em 0em 0em;
	border-radius-topleft: .75em;
	border-radius-topright: .75em;
	padding: 2px 5px 4px 5px;
	position: relative;
	text-decoration: none;
	z-index: 100;
	color: #000000;
}

#tabs a:hover {
	background-color: #ffffff;
}

#tabs a.activeTab, a.activeTab:hover, a.activeTab:visited {
	background-color: #eeeeee;
}

#tabs a.activeTab {
	z-index: 102;
}

/* sous-tabs */
#sstabs {
	padding: 5px 0px 3px 0px;
	font-weight: bold;
}

#sstabs a {
	background-color: #cccccc;
	border: 1px solid #666666;
	border-bottom-width: 0px;
	-moz-border-radius: .75em .75em 0em 0em;
	border-radius-topleft: .75em;
	border-radius-topright: .75em;
	padding: 2px 5px 4px 5px;
	position: relative;
	text-decoration: none;
	z-index: 100;
	color: #000000;
}

#sstabs a:hover {
	background-color: #ffffff;
}

#sstabs a.activeTab, a.activeTab:hover, a.activeTab:visited {
	background-color: #efefef;
}

#sstabs a.activeTab {
	z-index: 102;
}

#menu {
	background-color: #efefef;
	border: 1px solid #666666;
	-moz-border-radius: 0em .5em .5em 0em;
	border-radius-topright: .5em;
	border-radius-bottomright: .5em;
	padding: .5em;
	z-index: 101;
	position: relative;
	top: 0;
	left: 0;
}

#menu div, dd { display: none;}
#menu dl, dt, dd, ul, li {margin: 0; padding: 0; list-style-type: none;}
#menu dt {cursor: pointer; margin: 2px 0; line-height: 20px; font-weight: bold; padding-left: 4px;}
#menu dt a.af {font-size: 12px}
#menu dt a:hover {text-decoration:underline;}
#menu dd {background-color: #ffffff}
#menu li a, #menu dt a {font-size: 12px; padding-left: 10px; text-decoration:none}
#menu li a:hover {text-decoration:underline;}


/*
 * Tabs et menu pr encart membres
 */
#tabmb {
	padding: 25px 0px 3px 0px;
	font-weight: bold;
}

#tabmb a {
	background-color: #cccccc;
	border: 1px solid #666666;
	border-bottom-width: 0px;
	-moz-border-radius: .75em .75em 0em 0em;
	border-radius-topleft: .75em;
	border-radius-topright: .75em;
	padding: 2px 5px 4px 5px;
	position: relative;
	text-decoration: none;
	z-index: 100;
	color: #000000;
}

#tabmb a:hover {
	background-color: #ffffff;
}

#tabmb a.activeTab, a.activeTab:hover, a.activeTab:visited {
	background-color: #efefef;
}

#tabmb a.activeTab {
	z-index: 102;
}

#menumb {
	background-color: #efefef;
	border: 1px solid #666666;
	-moz-border-radius: 0em .5em .5em 0em;
	border-radius-topright: .5em;
	border-radius-bottomright: .5em;
	padding: .5em;
	z-index: 101;
	position: relative;
	top: 0;
	left: 0;
}

#menumb dl, dt, dd, ul, li {margin: 0; padding: 0; list-style-type: none;}
#menumb dt {cursor: pointer; margin: 2px 0; line-height: 20px; font-weight: bold; padding-left: 4px;}
#menumb dt a.af {font-size: 12px}
#menumb dt a:hover {text-decoration:underline;}
#menumb dd {background-color: #ffffff}
#menumb li a, #menu dt a {font-size: 12px; padding-left: 10px; text-decoration:none}
#menumb li a:hover {text-decoration:underline;}

* textarea{
	 width:650px;
	 height:400px;
	 margin-bottom:30px;
	font-size:12px; 
}

.mceContentBody {
	font-size:12px;	
}


/* THEMATIQUE */
div#bloc_rubrique{ background: #f9f9f9; margin: 10px 0; overflow: hidden; padding: 10px; border:1px solid #222;}
div#bloc_rubrique p{ margin:0; padding:0; font-size:11px; }
#pagecontent div.column1{ float: left; width:378px; border:1px solid #444; margin:0 10px 0 0; height:400px; overflow:auto;}
#pagecontent div.column2{ float: left; width:378px; border:1px solid #444; margin:0 0 15px 0; background:#fff;}
#pagecontent div.column3{ float: left; width:378px; border:1px solid #444; margin:0; background:#fff;}

#pagecontent div.column2 h2, div.column3 h2{ font-size: 16px; font-weight: normal; margin: 5px 0 7px 10px;}

#pagecontent ul.sortable-list{ min-height:5px; background:#666; padding:5px; margin:0; list-style:none;}
#pagecontent ul.sortable-list li.thematique{ padding:2px; margin:0; background:#fafafa; border:1px solid #f0f0f0; cursor:move; display:block;}
#pagecontent ul.sortable-list li.sous_thematique{ padding:4px 2px; margin:0 0 0 10px; font-size: 11px; background:#fff; border:1px solid #f0f0f0; cursor:move; display:block; font-weight: normal;}

#pagecontent div.column2 ul.sortable-list{ background:#0a6497}
#pagecontent div.column2 ul.sortable-list li{ background:#edf8ff; border:1px solid #69b5e0;}

#pagecontent div.column3 ul.sortable-list{ background:#539004}
#pagecontent div.column3 ul.sortable-list li{ background:#f5ffea; border:1px solid #94ce4a;}




div.blocInfos{ overflow:hidden; background:#f1f1f1; margin:0 0 15px 0; padding:10px; border:1px solid #ccc; border-radius: 8px; -moz-border-radius: 8px;}
div.blocInfos div.blocInfos{ background:#fafafa; margin-top:10px;}
div.blocInfos h2{ padding:0 0 10px 0; margin:0 0 10px 5px; border-bottom: 1px solid #ccc; text-shadow: 2px 2px 0 #fff;}
div.blocInfos div.blocInfos h2{ font-size:15px;}
div.blocInfos table{ border-collapse:collapse; margin:0 0 0 5px;}
div.blocInfos table td, div.blocInfos table th{ text-align:left; padding:0 10px 3px 0;}

div.blocInfos table select{ width:155px;}
div.blocInfos table select.tailleSelect2{ width:80px;}
div.blocInfos table input{ width:150px;}
div.blocInfos table input.tailleInput2{ width:300px;}

div.blocInfos table textarea.textarea1{ height: 20px; margin: 0; width: 230px;}

div.blocInfos table#tabForm th{ text-align:center;}
div.blocInfos table#tabForm td.center input{ text-align:center; width:80px;}

div.blocInfos table#choixModele th{ width:130px; height:28px;}


div.column2 h2 { font-size: 16px; font-weight: normal; margin: 5px 0 7px 10px;}
div.column1{ float: left; width:440px; border:1px solid #444; margin:0 10px 0 0; height: 600px; overflow:auto;}
div.column2{ float: left; width:440px; border:1px solid #444; margin:0 0 15px 0; background:#fff;}

ul.sortable-list{ min-height:5px; background:#666; padding:5px; margin:0; list-style:none;}
ul.sortable-list li{ padding:2px; margin:0; background:#fafafa; border:1px solid #f0f0f0; cursor:move; display:block;}

div.column2 ul.sortable-list{ background:#0a6497}
div.column2 ul.sortable-list li{ background:#edf8ff; border:1px solid #69b5e0;}

div#partenaires{ width:100%; height:170px; overflow:auto;}
div#partenaires div.check_part{ background: none repeat scroll 0 0 #fff3f3; border: 1px solid #e2baba; float: left; height: 60px; margin: 5px; padding:5px; overflow: hidden; width: 120px; border-radius: 5px; -moz-border-radius: 5px;}
div#partenaires div.check_part label{ font-size:10px;}
div#partenaires div.check_part img{}
ul#error{ background:#fff1f1; margin:0 0 15px 0; padding:10px; border:1px solid #d67a7a; border-radius: 10px; -moz-border-radius:10px;}
ul#error li{ color:#8d0d0d; display:block; padding:2px;}


#pagecontent .blocInfos div.column1{ float: left; width:370px; border:1px solid #444; margin:0 10px 0 0; height:400px; overflow:auto; background:#fff;}
#pagecontent .blocInfos div.column2{ float: left; width:370px; border:1px solid #444; margin:0 0 15px 0; background:#fff;}

#pagecontent .blocInfos div.column1 h3, #pagecontent .blocInfos div.column2 h3{ font-size: 16px; font-weight: normal; margin: 5px; padding:0}

#pagecontent .blocInfos div.column1 ul.sortable-list{ background:#666;}
#pagecontent .blocInfos div.column1 ul.sortable-list li{ display:block; background:#fafafa; border:1px solid #f0f0f0; padding: 3px 10px;}

#pagecontent .blocInfos div.column2 ul.sortable-list{ background:#0a6497;}
#pagecontent .blocInfos div.column2 ul.sortable-list li{ display:block; background:#edf8ff; border:1px solid #69b5e0; padding: 3px 10px;}

.boutonInput{ background:#fff1f1; text-decoration:none; cursor:pointer; border:1px solid #9d3636; font-size:15px; font-weight:bold; padding:8px 25px; text-align:center; border-radius: 5px; -moz-border-radius: 5px; margin:5px 0 0 0; float:left;}
.boutonInput2{ background:#fbfff0; text-decoration:none; cursor:pointer; border:1px solid #8ba747; font-size:15px; font-weight:bold; padding:8px 25px; text-align:center; border-radius: 5px; -moz-border-radius: 5px; margin:5px 0 0 0; float:right;}
