/* #####
     BASIC 
###### */
body {
	font-family : Verdana,Arial,Helevetica,sans-serif;
	color : #000;
	font-size : 0.8em;
	margin : 2em 5%;
	padding : 0;
	background : #fcfcfc url(../_img/fond.jpg);
}

body.popup {
	margin : 2em 3% 2em 3%;
}

a {
	color : #039;
}

html*a:hover, html*a:focus {
	text-decoration : none;
}

a:hover {
	color:#E0611C;
	text-decoration:underline;
	font-weight: bold;
}

a:link, a:visited {
	color:#666;
	text-decoration:underline;
	font-weight: bold;
}
h1, h2, h3, h4 {
	font-family : "Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
}

h1 { font-size: 1.7em; margin: .67em 0; }
h2 { font-size: 1.5em; margin: .83em 0; color : #069;}
h3 { font-size: 1.17em; margin: 1em 0; color : #f60; }
h4 { margin: 1.33em 0; color : #090; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.67em; margin: 2.33em 0; }

p { margin : 1em 0; }

img { border : 0; }

dt {
	margin-top : 1em;
	margin-bottom : 0.5em;
	font-weight : bold;
}

dd {
	margin-left : 0.5em;
}

pre, code, kbd, samp {
	font-family:"Courier New",Courier,monospace;
	font-size : 1.1em;
}

code {
	color : #666;
	font-weight : bold;
}

table {
	font-size : 1em;
}

img a:link, img a:hover, img a:visited, img {
	border:0em;
}

/* ################
         MAIN
################# */
#main {
	margin : 0 0 1px 0;
	padding : 0 0 1px 0;
	background : #fff;
	color : #000;
	clear : left;
	border-width : 0 1px 1px 1px;
	border-style : solid;
	border-color : #999;
	float : left;
	width:100%;
}
#content {
	padding : 1em;
	float : left;
	width:100%;
}

#boxleft{
	width:48%;
	float : left;
}

#boxright{
	width:48%;
	float : left;
	margin-left:2%;
}
/* ################
         MENU ONGLETS
################# */
#header {
	float : left;
	width : 100%;
	line-height : normal;
	background-image : url(../_img/dot999.png);
	background-repeat : repeat-x;
	background-position : 0 100%;
}
#header ul {
    margin : 0;
    padding : 0;
    list-style : none;
}
#header li {
	float : left;
	margin : 0 -1px 0 0;
	padding : 0 0 0 5px;
	background-repeat : no-repeat;
	background-position : 0 -110px;
}
#header .menuOnglet a {
	float : left;
	display : block;
	background-image : url(../_img/onglet_right.png);
	background-repeat : no-repeat;
	background-position : 100% -110px;
	padding : 10px 10px 5px 3px;
	font-family : Arial,Helvetica,sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : #000;
}
#header .menuOngletMod a {
	float : left;
	display : block;
	background-image : url(../_img/onglet_right_moderateur.png);
	background-repeat : no-repeat;
	background-position : 100% -110px;
	padding : 10px 10px 5px 3px;
	font-family : Arial,Helvetica,sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : white;
}
#header .menuOngletTop a {
	float : left;
	display : block;
	background-image : url(../_img/onglet_right_top.png);
	background-repeat : no-repeat;
	background-position : 100% -110px;
	padding : 10px 10px 5px 3px;
	font-family : Arial,Helvetica,sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : white;
}
#header .space{
 margin-left:50px;
}

/* Commented Backslash Hack Cache des règles à IE5-Mac \*/
#header a {float:none;}
/* Fin du hack IE5-Mac */

#header li.actif, #header li.actif:hover {
	background-position : 0 0;
	color : #000;
}
#header li.actif a, #header li.actif:hover a {
	padding-bottom : 6px;
	background-position : 100% 0;
	color : #000;
}
#header li:hover {
	background-position : 0 0;
	color : #000;
}
#header li:hover a {
	background-position : 100% 0;
	color : #000;
}
	
.menuOnglet {
	background-image : url(../_img/onglet_left.png);
}
.menuOngletMod {
	background-image : url(../_img/onglet_left_moderateur.png);
}
.menuOngletTop {
	background-image : url(../_img/onglet_left_top.png);
}
#submenu {
	display : block;
	position : relative;
	clear : left;
	border-bottom : 1px solid #ccc;
	padding : 0.5em 1em;
	margin : 0;
	background : #F541FF url("../_img/") repeat-x bottom left;
	color : #666;
}

#submenu li {
	display : inline;
	list-style : none;
}
#submenu li a{
	color:white;
	text-decoration:none;
}
#submenu li a:hover{
	color:#000;
	text-decoration:none;
}
/* ################
        POSITIONNEMENT
################# */
hr.hidden {
	height : 1px;
	border-width : 1px 0 0 0;
	border-style : solid;
	border-color : #fff;
}

hr.thin {
	height : 1px;
	border-width : 1px 0 0 0;
	border-style : solid;
	border-color : #ddd;
}

.small {
	font-size : 0.8em;
}

.center {
	text-align : center;
}

.right {
	text-align : right;
}

.inline {
	display : inline;
}

.semi {
	margin : 0.5em 0;
}

.message {
	color : #f60;
	font-weight : bold;
}
.clear {
	clear : both;
}

/* Positionnement CKEDITOR Page "Edition News" */
#ckedit {
	margin-left:180px;
}

/* ################
        browser image
################# */

.imgBrowse, .imgBrowsedir {
	float : left;
	width : 190px;
	margin : 0 10px 10px 0;
	text-align : center;
	border : 1px dashed #ccc;
}
.thumbnail {
	width : 190px;
	height : 180px;
	margin : 0;
	padding : 1px;
}
.imgBrowse .action, .imgBrowsedir .action {
	height : 20px;
	margin : 4px 4px 0 0;
	text-align : right;
}
.imgBrowse .thumbnail img {
	display : block;
	margin : 10px auto;
}
.imgBrowsedir .thumbnail img {
	display : block;
	margin-left : 60px;
	margin-top : 70px;
}

/* ################
        BOX LOG-OUT
################# */
ul.user-info {
	float : right;
	width : 300px;
	position : relative;
	margin : 0 0 1em 1em;
	padding : 5px 0 0 30px;
	background : transparent url(../_img/user_info_top.png) no-repeat top left;
	list-style : none;
}
li.ui-name {
}
li.ui-logout {
	text-align:right;
	display : block;
	background : transparent url(../_img/user_info_bottom.png) no-repeat bottom left;
	padding : 8px 50px 20px 10px;
	margin : 0 0 0 -30px;
}

/* ################
        TABLE CLEAN
################# */

table.clean-table {
	border-collapse : collapse;
}

table.clean-table tr {
}

table.clean-table th {
	border : 1px solid #000;
	padding : 0.5em;
	background-color:#eceade;
	font-size : 1em;
	font-family : Verdana,Arial,Helevetica,sans-serif;
	color : #f60;
}
table.clean-table td {
	border : 1px solid #666;
	padding : 0.5em;
}

table.post-entry-info {
	border: none;
	border-collapse: collapse;
}
table.post-entry-info td {
	padding : 0.3em 1.5em 0.3em 0em;
}

/* ################
        PAGE NAVIGATION
################# */
.pagenav {
	text-align:left;
	margin: 0px 0px 10px;
	padding-top: 2px;
	clear:both;
}
.pagenav  a, .pagenav  a:visited{
	background-color:#eceade;
	border: 1px solid #291744;
	padding: 1px 3px 1px 3px;
	text-decoration: none;
	color:#00;
	font-weight:bold;

}
.pagenav  a:hover{
	background: #330033;
	border: 1px solid #072A66;
	padding: 1px 3px 1px 3px;
	text-decoration: none;
	color:white;
}
/* ##############
	MSG Info
###############  */
.confirm {
	border-left : 6px solid green;
	padding : 0 0 0 0.5em;
}
.confirm strong {
	color : #f60;
}


/* ##############
	MSG ERREUR
###############  */
.erreur {
	border-left : 6px solid #f93;
	padding : 0 0 0 0.5em;
}
.erreur strong {
	color : #f60;
}

.errno {
	color : #666;
}

.errmsg {
	color : #c00;
	font-weight : bold;
}

/* ##############
	FORMULAIRES
###############  */
input, textarea, option, select {
	background : #eef3f5;
	color : #000;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 1em;
}
input, textarea {
	border-width : 1px;
}

*>input, *>textarea {
	border-color : #333;
}

label, span.label {
	display : block;
}

input.submit {
	border-style : outset;
	background : #d2e0e6 url("../_img/degrade_bleu.png") repeat-x 0 100%;
	font-weight : bold;
}

input.submit:hover, input.submit:focus {
	background : #fc3 url("../_img/degrade_orange.png") repeat-x 0 100%;
}

input.submit:active {
	border-style : inset;
}

fieldset {
 border: 1px solid #ccc;
 padding: 1em;
 margin: 1em 0;
 width : 95%;
}

legend {
 color: #999;
 background: #fff;
 padding: 0 .25em;
 font-weight: bold;
}

p.field {
	clear : left;
	margin : 0;
	padding : 1em 0 0 0;
}

label.float, span.label {
	position : relative;
	float : left;
	width : 15%;
	padding-right : 0.5em;
}

div.login {
	width : 410px;
	margin : auto;
	text-align : left;
	padding : 2em 1em;
	background : #fff;
	color : #000;
	border : 1px solid #ccc; 
}

h3.moreOptions {
	background : #eceade;
	margin : 0;
	padding : 0.5em;
	font-size : 1em;
	font-family : Verdana,Arial,Helevetica,sans-serif; 
}
div.moreOptions {
	background : #f7f5e9;
	padding : 0.5em;
	margin : 0;
}
