/* @override 
	http://aqpp.cgcomweb.com/styles/AQPP.css
	http://aqpp.qc.ca/styles/AQPP.css
*/

/* 
 * The News theme for Tiki CMS/Groupware -- uses the layout methods of litecss,
 * source ordered layout solution by luci (http://sourceforge.net/projects/litecss).
 * For more information, please visit http://themes.tikiwiki.org or http://zukakakina.com.
 * Released under LPGL license. */

/* Import *lite as the base: */
@import "lite/lite.css"; 

/* Then import the default layout properties file: */


@import "layout/layout.css";

/* And design defaults: */
@import "layout/design.css";

/***** XHTML Elements ******/
body {
	background: url(AQPP/images/back_body.gif) repeat-y center;
	color: #434343;
	font: 13px Verdana,"Lucida Grande", Lucida, sans-serif;
	text-align: center;
}

html>body {
	font-size: 12px;
	text-align: left;
}

a, a:link,
a:visited {
	color: #434343;
	text-decoration: underline;
	/*font-size: 14px;*/
}
a:hover {
	text-decoration: underline;
}
#col2,#col3{
	display: block !important;
}

h1,
h2,
h3,
h4,
h5 {
	margin-bottom: 0 !important;
	line-height: 1.2;
}

#look div.tabs a{
	font-size: 11px;
}



#tiki-center div.wikitopline span#description {
	display: none;
}

h1 {
	font-weight: normal;
	font-size: 30px;
	color: #aca62c;
	margin-bottom: 10px !important;
}

h2 {
	font-size: 18px !important;
	color: #0095d0;
	font-weight: bold;
}

h3 {
	font-size: 14px !important;
	color: #006a92;
	text-transform: uppercase;
	font-weight: normal;

}

h4 {
	font-size: 14px;
	font-weight: bold;
}

h5 {
	font-size: 10px;
	font-weight: normal;
}
h1+p,h2+p,h3+p,h4+p,h5+p,h1+ul,h2+ul,h3+ul,h4+ul,h5+ul,h1+ol,h2+ol,h3+ol,h4+ol,h5+ol{
	margin-top: 3px;
}
.wikitext h2+.wikitext p{
	margin-top: 0 !important;
}

hr {
	background: #aaa;
	color: #aaa;
}
ul{
	padding: 0 0 0 16px;
}
legend {
	color: #000;
}

fieldset {
	border: solid 1px #a9a9a9;
	color: black;
}

#col2 fieldset {
	width: 100px;
}

button,
input,
label,
textarea,
option,
select {
	margin: 1px;
	vertical-align: middle;
}

div.nohighlight {
	text-align: left;
}

input[type=checkbox],
input[type=radio] {
	vertical-align: middle !important;
}

input.button,
button,
.button input,
.button,
input.wikiaction,
.calbuttonbox {
	border: solid 1px #aaa;
	background: #fbfbfb;
	color: #000;
	text-transform: uppercase;
	font: .8em Arial, Helvetica, sans-serif;
}

/* styles by type separated from the above because IE6 doesn't like multiple class specifications with bracket selectors together */
input[type=submit],
input[type=reset] {
	border: solid 1px #aaa;
	background: #fbfbfb;
	color: #000;
	text-transform: uppercase;
	font: .8em Arial, Helvetica, sans-serif;
}

/* hovered buttons */
input.button:hover,
button:hover,
input[type=submit]:hover,
.button input:hover,
.button:hover,
.calbuttonbox a:hover {
	cursor: pointer;
	background: #e6e6f8;
}

span.button,
.calbuttonbox {
	display: inline-block;
	margin: 1px 2px;
	padding: 2px;
}

span.button a,
.calbuttonbox a {
	color: #000;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

span.button a:hover,
.calbuttonbox a:hover {
	text-decoration: none;
}

#col2 input[type=text] {
	width: 95%;
}

form.admin input[name="features"] {
	margin-bottom: 3px !important;
}

/* look of admin form fieldsets when tabs are off */
form.admin {
	padding: 3px;
}

form.admin fieldset {
	border: solid 1px #8cacbb;
	margin: 0;
	margin-bottom: 3px;
}

form.admin legend.heading {
	border: none;
	line-height: 2em;
	margin-top: -2px;
	padding-left: 0;
	padding-right: 0;
	background: transparent;
}

form.admin legend.heading a {
	display: block;
	top: -1em;
	margin-top: 2px;
	padding: 1px 1px 0;
	position: relative;
	text-decoration: none;
	background: #8cacbb;
}

form.admin legend.heading a:hover {
	padding: 1px 0 0;
	background: #acbb8c;
}

form.admin legend.heading a span {
	display: block;
	font-size: 1em;
	line-height: 2em;
	padding: 0 1em;
	background: #ebebeb;
}

form.admin legend.heading a:hover span {
	line-height: 1.9em;
	margin-top: 0.1em;
	border-left: solid 1px #8cacbb;
	border-right: solid 1px #8cacbb;
}

small {
	font-size: .9em;
}

/***** Pasic Page Layout 
	Including Site Header *****/

#main {
	margin-top: 0 !important;
	font-size: 1em;
}

.fullscreenbutton,
#fullscreenbutton {
	background: #f4f4f4;
	border: 1px solid #d3d3d3;
}

/* #Header */
#header {
	text-align: left;
	background: url(AQPP/images/back_header.gif) repeat-x 0 top #eef1f3;
	
}
body.sondage{
	/*background: none;*/
}
body.sondage #footer{
	/*background: none;*/
}
body.sondage #header{
	/*display: none;*/
}

.floatleft #sitetitle,
.floatleft #sitesubtitle {
	padding-left: 20px;
}

#sitetitle {
	font-size: 2.4em;
}

#sitesubtitle {
	font-size: 1.6em;
}

#sitetitle a,
#sitetitle a:link,
#sitetitle a:visited {
	color: #000;
}

#header-top {
	position: relative;
	width: 990px;
	margin: 0 auto;
}

/* Look & Feel options */
#siteheader {
	
	display: block;
	position: static;
	/*margin-bottom: 20px;*/
}

div#sioptions {

}

#sitelogo a img {
	margin: 5px 0 0 0;
}

div#sitead {
	clear: none;
}

#sitead.floatright {
	padding-right: 100px;
}

#sitead.floatleft {
	padding-left: 100px;
}

#bannertopright {
	padding-right: 1em;
}

#siteloginbar {
	font-size: 1em;
}

#siteloginbar * {
	margin: .2em;
}

 #siteloginbar.logged-in {
	color: white;
	font-size: 12px;
	margin-top: 0;
	width: 990px;
}


#siteloginbar.logged-in a{
	display: block;
	color: white;
	padding: 0;
	margin: 4px 0 0 0;
	text-decoration: underline;
		font-size: 12px;
}

#tiki-top {
	background: url(AQPP/images/back_searchbar.gif) repeat-x 0 bottom;
	margin-top: 6px;
	min-height: 240px;
	border-bottom: solid 4px #787878;
}

div#mod-imgs_header.clearfix.box-data {
	padding: 0;
}

#tiki-top div.content div div.box-shadow div.box.box-imgs_header h3.box-title.clearfix {
	display: none;
}

#tiki-top div.content {
	width: 990px;
	margin: 0 auto;
	color: white;
	height: auto;
}

#sitelocbar {
	margin-top: 32px;
	font-size: 11px;
}

#sitelocbar a{
color: white;
}

#sitelocbar small strong a {
	color: #d0c826;
	font-weight: normal;
}

#sitesearchbar {

	background: url(AQPP/images/back_search.gif) no-repeat;
	width:200px;
	height: 32px;
	padding: 3px 0;
	margin-top: 13px;
	position: relative;
left:-2px;
}



form#search-form.findtable {
	text-align:left;
	margin: 0;
	padding: 0;
}

#top table.medlist {

}

#top div.medletterlist {
	margin-top: 20px;
	clear: both;
}

#top div.medletterlist table.medlist tbody tr td,#top div.medletterlist table.medlist tbody tr th {
	font-size: 9px;
	max-width: 100px;
	line-height: 1.2;
	padding: 2px;
}
#search-form label.findtitle input {
	width: 154px;
	margin: 0;
	padding: 4px;
	border: none;
	background: none;
	height: 17px;
	font-size: 14px;
	color: #839097;
}

#search-form label.findsubmit input {
	background: none;
	color: white;
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	padding: 0;
	border: none;
}

.findtable {
  text-align: left;
  margin-bottom: 0;
 }

#sitesearchbar .findtable {
	margin-bottom: 0;
}

/* Middle */
#middle {
	width: 990px;
	margin: 0 auto;
}

body.tiki_admin #middle,body.manage #middle,body.tiki_file_galleries #middle,body.medList #middle,body.manage #middle,body.tiki_file_galleries #middle {
	width: 100%;
}

#c1c2 {
	text-align: left;
	font-size: 1em;
	background: white url(AQPP/images/back_c1c2.gif) repeat-y right;
}

#col1 {
	background: white;
	min-height: 840px;
}

.fullscreen #col1 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

#c1c2 #wrapper .marginleft {
	margin-left: 214px;
}

#c1c2 #wrapper .marginright {
	margin-right: 214px;
}

div#showhide_columns,
#tiki-columns {
	border-top: 1px solid #aaa;
	padding: 2px 2px 0 2px;
}

a.flip,
a.flip:visited {
	color: #adbac3;
}

a.flip:hover {
	color: #505050;
}

.tellafriend {
	margin-right: 2px;
}

.tellafriend a {
	color: #adbac3;
}

.tellafriend a:hover {
	color: #505050;
}

.fullscreen .tellafriend {
	margin-top: 2px;
}

#c1c2 #wrapper #col1 > .content {
	/*border-top: 1px solid #aaa;
	padding-top: .8em;*/
}

/* Also is .content */
#tiki-center {
	/*border: 1px solid #aaa;*/
	/*margin-left: -1px;*/
	/*margin-right: -1px;*/
	padding: 0 15px;
}

/* give every div in #tiki-center some padding */
#tiki-center div {
	/*padding: 3px 2px;*/
}


#tiki-center div.halffloat div,
#tiki-center div.thirdfloat div,
#tiki-center div.quarterfloat div {
	padding: 0;
}

/* little margin for all images in #tiki-center */
#tiki-center img {
	margin: 1px;
}

/* do not apply it on phplm tree in categories */
#tiki-center .phplmnormal div {
	padding: 0;
}

#tiki-center .phplmnormal img {
	margin: 0;
}

#c1c2 #col2 {
	width: 214px;
	overflow: visible;
}

#c1c2 #col2 .content {
	/*border: 1px solid #aaa;*/
	/*margin-left: 9px;*/
}

body.login div#col2 {
	display:none !important;
}

body.login #tiki-center div.col1_login div div.box.box-Menuprincipal {
	width: 250px;
}



body.login div#col1.marginleft.marginright {
margin-left: 0 !important;
margin-right: 0 !important;	
}
body.login #col3{
	display: none !important;
}
#col3 {
	/*margin-left: -214px;*/
	width: 214px;
	text-align: left;
	font-size: 1em;
}

div.box.box-menu_Bannieres {
	margin-right: 0 !important;
}

img.float_left {
	float: left;
	margin-right: 10px !important;
	clear: left;
	border: 4px solid #efefef;
	
}

div.conseil_adm p, div.permanence p {
margin-top: 0;	
}

div.permanence img {
float: left;
	margin-right: 10px !important;
	clear: left;	
	border: 4px solid #efefef;
}
div.conseil_adm{
	margin-bottom: 15px;
	height: 70px;
	padding: 0 !important;
}

div.permanence{
	margin-bottom: 15px;
	padding: 0 !important;
	height: auto;
	min-height:70px;
}
h2+div.conseil_adm,h2+div.permanence{
	margin-top: 10px;
}

#col3 .content {
	margin: 0;
	/*padding-right: 9px;*/
	/*border: 1px solid #aaa;*/
	/*margin-right: 9px;*/
	font-size: 14px;
}

#footer {
	text-align: center;
	font-size: 10px;
	color: #969696;
	width:990px;
	margin: 0 auto;
	background: white url(AQPP/images/back_c1c2.gif) repeat-y right;
}



#footer .content {
	padding: 1em;
	text-align: left;
	padding-left: 231px;

}

/*** Error page ***/
/* Not needed on non-error pages, right? */
div#tiki-main #tikimidtbl {
	margin: auto;
	width: auto;
}
	
/****** Menus ******/
.horbar {
	float: left;
}

.horbaritem a {
	padding: 6px 6px;
	text-decoration: none;
	font: .9em Verdana, Helvetica, Arial, Sans-Serif;
	border-right: 1px solid #aaa;
}

.horbaritem a:hover {
	text-decoration: none;
	background: #fff;
}
 
.horbaritem img {
	vertical-align: middle;
}

/* contains mdksubframe div */
.mdksubmenu {
	background: transparent;
}
 
.mdksubframe {
	left: -1px;
	top: 1px;
	display: block;
	border: 1px solid #d3d3d3;
	border-top: none;
	background: #fff;
}
 
.mdkitem {
	border-top: 1px solid #dedede;
}
 
.mdkitem a {
	padding: 2px 5px;
	font-weight: normal;
	font-size: .9em;
}
 
.mdkitem a:link {
	font-weight: normal;
	text-decoration: none;
}
 
.mdkitem a:visited {
	text-decoration: none;
}
 
.mdkitem a:hover {
	text-decoration: none;
}
 
/* Tree menu (also on Browse Categories */
.treemenudiv {
	background: #fff;
}

.phplmnormal,
a.phplmnormal:hover,
a.phplm:link,
a.phplm:visited,
a.phplm:hover,
a.phplm:active {
	font-family: Georgia, serif;
	color: #005faa;
	text-decoration: none;
	font-weight: normal;
}

a.phplm:visited {
	color: #005faa;
}

a.phplm:hover {
	color: #005faa;
	text-decoration: underline;
	background: none;
}

a.phplm:active {
	color: #005faa;
	font-weight: normal;
}

a.phplmselected:link,
a.phplmselected:visited,
a.phplmselected:hover,
a.phplmselected:active {
	font: 100% Georgia, serif;
	color: #005faa;
	text-decoration: none;
	font-weight: normal;
	background: none;
	font-style: italic;
}

a.phplmselected:hover {
	color: #005faa;
	text-decoration: underline;
}

/** CSS (suckerfish) menus **/
.cssmenu_horiz ul,
.cssmenu_vert ul {
	width: 11em;
}

.cssmenu_horiz li li:hover ul,
.cssmenu_horiz li li.sfHover ul,
.cssmenu_vert li li:hover ul,
.cssmenu_vert li li.sfHover ul {
	left:	11em;
}

.cssmenu_horiz li,
.cssmenu_vert li {
	background:	none;
}

.cssmenu_horiz li:hover,
.cssmenu_horiz li.sfHover,
.cssmenu_horiz a:focus,
.cssmenu_horiz a:hover,
.cssmenu_horiz a:active,
.cssmenu_vert li:hover,
.cssmenu_vert li.sfHover,
.cssmenu_vert a:focus,
.cssmenu_vert a:hover,
.cssmenu_vert a:active {
	/*background:	#fff;*/
}

#col2 .cssmenu_vert,
#col2 .cssmenu_vert li {
	width: 175px;
}

/* for wider menu in left col */
#col2 .cssmenu_vert li:hover ul,
#col2 .cssmenu_vert li.sfHover ul {
	left: 175px;
}

#col2 .cssmenu_vert ul,
#col2 .cssmenu_vert ul li {
	width: 11em;
}

/* back to default */
#col2 .cssmenu_vert li li:hover ul,
#col2 .cssmenu_vert li li.sfHover ul {
	left: 11em;
}

.cssmenu_horiz li ul li,
.cssmenu_vert li ul li {
	border: 1px solid #d3d3d3;
	border-top: 0;
	margin-bottom: -1px;
}

.cssmenu_vert li ul li:first-child {
	border-top: 1px solid #d3d3d3;
}

.cssmenu_horiz a,
.cssmenu_vert a {
	text-decoration: none;
	display: block;
	padding: 5px 6px;
}

.cssmenu_horiz a:hover,
.cssmenu_vert a:hover {
	text-decoration: underline;
}

#tiki-top > .cssmenu_horiz {
	border-left: 1px solid #aaa;
}

#tiki-top .cssmenu_horiz {
	float: left;
	margin-left: 11px;
	font: .9em Verdana, Helvetica, Arial, Sans-Serif;
}

#tiki-top > .cssmenu_horiz > li > a {
	border-right: 1px solid #aaa;
	padding: 8px 1em;
}

	
#tiki-top > .cssmenu_horiz > li.menuSection > a {
	padding-right: 2.6em;
}

.sf-sub-indicator {
	background: url(thenews/arrows-005faa.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only; */
}

#col2 a .sf-sub-indicator {
	top: 0.5em;
}

/** Links in other menus **/
.option, .optionline,
#tiki-center .option,
#tiki-center .optionline {
	/*background: transparent url(../img/icons2/corner-dots.gif) center left no-repeat;*/
	/*padding: 0.2em 0 0.2em 1.6em;*/

}

div.separator {
	padding: 8px 0 7px 5px;
	height: auto;
	border-bottom: dotted 1px #b6b14e;
}


div.separator a.separator{
	font-size: 14px;
}

a.wiki {
	color: #c74a1b;
}

div.box.box-Menuprincipal div.separator a.separator span.menuText {
display: block;
margin-top: -13px;
margin-left: 15px;
}
body div.box.box-Menuprincipal div.separator a.separator span.menuText, x:-moz-any-link, x:default {
	margin-top: -16px;
	 }

span.button a{
	font-size: 10px !important;
}

#Menu principal div.separator.selectedAscendant a.separator span.menuText {
display: block;
margin-top: -13px;
margin-left: 15px;	
}
 a.separator {
text-decoration:none;	
}
div.menuSection{
	background: #f5f5f5;
	padding: 10px 0;
	border-bottom: dotted 1px #b6b14e;
}

#col3 div.content div.box-shadow div.box.box-last_modif_pages {
	font-size: 12px;
}

h3.box-title.clearfix {
	text-transform: none;
	margin-left: 0;
		padding: 5px 6px;
		color: #434343;

}

a.linkmodule {
	color: #434343;
}

#mod-last_modif_pagesr5 ol {
	padding-left: 30px;
}

#mod-last_modif_pagesr5 ol li{
	margin-bottom: 4px;
}

div.separator.selectedAscendant {
background: #787878;
border: none;
/*border-bottom: solid 1px;*/
}

div.separator.selectedAscendant a{
color: #fff;
	font-size: 14px;
}
div.option{
	margin: 0 0 15px 0;
	border: none;
	padding: 0 15px 0 20px;	

}

#col2 div.content div.box.box-Menuprincipal h3.box-title.clearfix {
	display: none;
}
div.menu_accueil{
	margin-top: 18px;
}
 div.menu_accueil div div.option {
	padding: 8px 20px !important;
	border-bottom: dotted 1px #b6b14e !important;	
	margin-bottom: 0;
}

div.option a{
	text-decoration: none;
	font-size: 14px;
}


div.menuSection div.option a.linkmenu {
font-size: 12px;
text-decoration: none;
	
}



.box .menusection {
	padding-left: 5px;
}

.selected {
	font-weight: bold;
}

li.menuSection.menuSection0.menuLevel0.selected a {
	font-style: normal;
}

.selected ul li a {
	font-weight: normal;
}

div.menuSection div.menuSection,
div.menuSection div.separator {
	padding-left: 5px;
}

/****** Misc. Global Classes (layout and style) ****/
.highlight,
#highlight {
	background: #f2cd5e !important;
}

.link,
.gallink,
.bloglink,
.fgallink,
.trailer,
.opencomlink,
.commentslink,
.admlink,
.forumbutlink {
	font-weight: normal;
	padding: 0;
}

.prevnext {
	font-size: 1em;
	padding: 1px 6px;
}

/***** Boxes *****/
/** Modules **/
#col2 div.box,
#col3 div.box {
	margin: 9px;
}

h3.box-title {
	margin: 0 0 7px 1em;
	padding: 0;
	height: 18px;
	color: black;
	text-transform: uppercase;
	font: normal 90% Arial, Helvetica, sans-serif;
}

span.moduletitle {
	font-weight: bold;	
}

.box:hover img.flipmodimage {
	height: 13px;
	width: 13px;
	background: #fff;
}
	
img.flipmodimage:hover {
	border: 1px solid #aaa !important;
}

.opaque {
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	padding: 7px;
	margin: 0;
}

.box-data {
	/*padding-bottom: 7px;*/
}

.box-data ol {
	padding-left: 2em;
	margin-top: 0;
	margin-bottom: 0;
}

.box-data ul {
	padding-left: 1em;
	margin-top: 0;
	margin-bottom: 0;
}

.box-data ul li {
	list-style: square;
}

.cssmenu li,
.cssmenu_horiz li,
.cssmenu_vert li {
	list-style: none !important;
}

.box-data ul.cssmenu_vert {
	padding: 0;
}

.box-since_last_visit_new div.box-data div {
	text-align: left !important;
}

.box-since_last_visit_new a.linkmodule b {
	text-transform: uppercase;
	font: 85% Arial, Helvetica, sans-serif;
}

/** Other boxes **/
div.cbox {
	background: #ebebeb;
	margin-bottom: 4px;
	border: 1px solid #aaa;
}

.cbox-title {
	border-bottom: 1px solid #aaa;
	padding: 3px;
	margin: 0 0 7px 0;
	padding: 0;
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	text-indent: 1em;
	font: normal 75% Arial, Helvetica, sans-serif;
}

.cbox-data {
	padding: 3px;
}

/* rbox: remarks box (note/warning/tip/comment) */
.rbox {
	margin: 0.2em 0 0.4em;
	text-align: left;
}

.rbox-title {
	border: none;
	float: left;
	font-size: 1em;
	padding: 0.2em 0.8em;
	line-height: 1.4em;
	position: relative;
	top: 1px;
	z-index: 2;
	background: #f2cd5e;
}

.rbox-data {
	border: solid 1px #f2cd5e;
	clear: left;
	margin: 0;
	padding: 6px 2px 2px 2px;
	background: #fff;
}

div.simplebox {
	border: 1px solid #aaa;
	background: #fff;
	padding: 1em;
}

/***** Tables, Tabs and Lists ****/
/** Tables **/
table.normal {
	border: solid 1px #909090;
	border-collapse: collapse;
}

table.normal, 
table.admin {
	margin: 0;
	border-collapse: collapse;
	width: auto;
}

table.normal  {
		border: 0;
		border-top: dotted 1px #818386;
		

}

#col3 div.content div.box.box-menu_Calendrier h3.box-title.clearfix {
	background: url(AQPP/images/Calendrier_haut.png) no-repeat white;
	height: 46px;
}

#col3 div.content div.box.box-menu_Sondagesite h3.box-title.clearfix {
		background: url(AQPP/images/Sondage_haut.png) no-repeat white;
	height: 46px;
}

#col3 div.content div.box.box-menu_Calendrier h3.box-title.clearfix {
	background: url(AQPP/images/Calendrier_haut.png) no-repeat white;
	height: 46px;
}

#mod-menu_Calendrierr2 p {
	margin-top: 0;
}

div#mod-menu_Calendrierr2.clearfix.box-data {
	padding: 5px 10px;
	font-size: 12px;
	background: white url(AQPP/images/claendrier_borders.gif) repeat-y;


}

div#mod-menu_Sondagesiter15.clearfix.box-data {
	padding: 5px 10px;
	font-size: 12px;
	background: white url(AQPP/images/claendrier_borders.gif) repeat-y;
}

#col3 div.content div.box.box-menu_Sondagesite {
		margin-right: 0 !important;
	margin-left: 13px !important;
	width: 200px;
	background: url(AQPP/images/Calendrier_bas.png) no-repeat 0 bottom ;
	padding-bottom: 8px;
	margin-top: 10px;
}

div#mod-menu_Bannieresr20.clearfix.box-data {
	margin-left: 5px;
}

div.poll div.poll-data form label {
		line-height: 2;
}

#boutons a.internal img.grille {
	margin-bottom: 0;
}

#boutons img.medicaments {
	margin-bottom: 10px;
}


div.poll div.poll-data form label input {
	margin-right: 5px;
	position: relative;
	top: -2px;
}



body.custompage div#siteloginbar {
	display: none;
}

div.box.box-menu_Calendrier {
	margin-right: 0 !important;
	margin-left: 13px !important;
	width: 200px;
	background: url(AQPP/images/Calendrier_bas.png) no-repeat 0 bottom ;
	padding-bottom: 8px;
	margin-top: 37px !important;

}

table.normal  td{
	padding: 5px !important;
	border-bottom: dotted 1px #818386;
	color: #434343;
}

table.admin div#page-bar {
	margin-left: 5px;
	margin-bottom: 0;
	background: transparent;
}

table.normalnoborder {
	width: 100%;
}

body.tiki_mytiki #tiki-center form table.normal,
body.tiki_mytiki #tiki-center .normal form {
	border: none;
}

table.normal td,
td.normal,
.wikitable td,
td.odd,
td.even {
	margin: 0;
	padding: 0.2em;
	vertical-align: top;
}

tr.odd td,
td.odd {
	background: #eee;
}

tr.even td,
td.even {
	background: #f9f9f9;
}

td.third {
	background: #e7e7e7;
}

th,
td.heading,
tr.diffheader {
	background: #909090;
	border: none;
	border-collapse: collapse;
	font-size: 1em;
	color: #fff;
	padding: 3px 5px;
}

td.form {
	padding: 3px;
}

/** Tiki Tabs **/
div.content {
	/*padding: 3px;*/
}

div.wikitopline {
height: 0;
overflow: visible;	
margin-top: 10px;
}

div.content .tabs {
	margin: 0;
}

.tabs {
	border-bottom: solid 1px #0a6aa6 !important;
	margin-top: 10px !important;
	padding: 0 !important;
}

.admin {
	padding: 2px;
}

.tabmark {
	font-size: 10px;
	padding: 2px 0;
	background: #bfbfbf;
}

.tabmark a {
	color: #000;
	font-weight: bold;
}

.tabmark a:active {
	color: #0a6aa6;
	background: #f2f2f2;
}

.tabmark a:hover {
	color: #0a6aa6;
	text-decoration: none;
	background: #cfcfcf;
}

/* active (current) tab */
.tabactive {
	border: solid 1px #0a6aa6 !important;
	border-bottom: 0 !important;
	border-top-width: 2px !important;
	bottom: 2px;
	z-index: 2;
	background: #f2f2f2 !important;
}

[class].tabactive {
	bottom: 1px;
}

.tabactive a:hover {
	background: #f2f2f2 !important;
}

/* link of active tab */
.tabactive a {
	color: #0a6aa6 !important;
}

/* inactive tabs */
.tabinactive {
	border: solid 1px #666 !important;
}

.tabcontent {
	border: solid 1px #0a6aa6 !important;
	border-top: none !important;
	margin: 0;
	padding: 6px 2px 2px 2px;
	text-align: center;
	background: #f2f2f2;
}

.tabcontent table {
	width: 95%;
	margin: 1% auto 2%;
}

.commentbloc {
	text-align: left;
}

/*** Feature-specific selectors ***/
/***** Wiki *****/
h1 a.pagetitle {
	font-size: 1.2em;
}

div#description,
.description {
	font-size: .95em;
	font-style: italic;
}

.wikitext {
	/*font-size: 125%;*/
	line-height: 1.5em;
}

.wikitext h1, 
.wikitext h2, 
.wikitext h3, 
.wikitext h4 {
	margin: 30px 0 0px 0;
	padding: 0;
}

#col2 div.content div.box-shadow div.box.box-Menuprincipal h3.box-title.clearfix {
	display: none;
}

#col2 div.content div.box-shadow div.box.box-Menuprincipal {
margin-top: 38px;	
}


.wikitext h2 {
	margin-bottom: 0;
	margin-top: 20px;
}

/* fancylist wikiplugin */
.wikitext .fancylist {
	margin-left: 30px;
	padding-left: 30px;
}

.wikitext .fancylist li {
	color: #999;
	font: italic 2.2em Georgia, "Times New Roman", sans-serif;
	list-style-position: outside;
}

.wikitext .fancylist li p {
	color: #000;
	display: inline;
	font-size: 50%;
	font-style: normal;
}

.titlebar {
	padding: 0.1em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 10px 0;
}

.wikitext div.box {
	width: auto;
}

.wikitopline table {
	width: 100%;
}

table.wikitable {
	border: 1px solid #a9a9a9;
	border-collapse: collapse;
}
 
td.wikicell {
	padding: 3px;
	border: 1px solid #999;
	border-collapse: collapse;
}


textarea.wikiedit {
	font-size: 1.1em;
}

div.code {
	padding: 3px;
	border: 1px dashed #ccc;
	background: #f5f5f5;
	font: 90% "Courier New", Courier, monospace;
}

/** Wiki plugins **/
/* Code plugin  */
.codecaption {
	font-size: 0.9em;
	padding: 0 10px;
	position: relative;
	bottom: -1em;
	display: inline;
	border: 1px solid #adacaf;
	border-bottom: 0;
	margin-left: 4px;
	line-height: 1em;
	color: #666;
	background: #f5f5f5;
	font-weight: bold;
}

.codelisting {
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
	background: #f5f5f5;
	border: 1px dashed #adacaf;
	margin-left: 4px;
	overflow: auto;
	width: 90%;
}

/* Quote plugin */
div.quoteheader {
	margin-left: 30px;
}

div.quotebody {
	margin: 0 15px 10px 30px;
	font-style: italic;
	border-left: 5px solid #d3d3d3;
	padding-left: 6px;
}

#tiki-center .versioncontent {
	border: 1px solid #aaa;
	background: #fff;
}

/* wikiplugin_tracker */
.mandatory_note {
	display: block;
	font-style: italic;
	margin-top: 10px;
}


/** Wiki tocs **/
div.tocnav {
	background: #ebebeb;
	padding: 3px;
}
 
/* TOC */
ul.toc {
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding: 0;
	margin: 0;
}

/* wiki diff styles */
.diff td {
	border: 1px solid #a9b8c2;
}

.diff div {
	border-top: 1px solid #a9b8c2;
}

.diffheader td {
	background: #a9b8c2;
	font-weight: bold;
	width: 50%;
}

/***** Articles ****/

.wikitext .article {
	font-size: .8em;
}

#tiki-center div.wikitext.clearfix div.article div.articletitle h2 a {
	color: #c7491a;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
}

#tiki-center div.wikitext.clearfix div.article div.articletitle {
	margin-bottom: 0;
}

div.articletopline,div.articlesubtitle {
	color: #000;
	font-size: 13px;	
	padding: 0;
	text-transform: uppercase;
}

div.articletitle {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: left;
}

 
div.articletitle h2 {
	font-size: 18px !important;
	font-weight: bold;
}

span.titleb {
	font-size: 1.0em;
}
 
div.articlesubtitle {
	/*font-size: 0.9em;*/
}

 
div.articleheading {
	margin-top: 0px;
	font-size: 125%;
	line-height: 1.5em;
}

#col3 div.content div.box-shadow div.box.box-Menusecondaire.cssmenubox h3.box-title.clearfix {
	display: none;
}

#col3 div.content div.box-shadow div.box.box-Menusecondaire.cssmenubox {
	margin-top: 39px;
}

#tiki-center div.article_top div.article {
	margin-top: 0;
	margin-bottom: 0;
}

div.articlebody,div.articleheadingtext {
	font-size: 13px;
	line-height: 1.5;
}

/***** Blogs *****/
div.blogtitle {
	font-size: 1.8em;
	font-weight: bold;
	padding: 3px;
	margin-top: 10px;
	line-height: 80%;
}

div.bloginfo {
	text-align: center;
	padding: 3px;
	line-height: 150%;
	text-transform: none;
}

.postinfo a {
	color: #9cf;
	text-decoration: none;
	border-bottom: 1px dotted #9cf;
}

a.blogt:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.postinfo {
	font-size: 1.2em;
}

span.posthead {
	font-weight: bold;
	letter-spacing: .4pt;
}

span.posthead span.link {
	font-weight: bold;
}

.tiki_blogs #tiki-center .postbody-title,
.tiki_blogs #tiki-center .title {
	padding-left: 0;
	margin-left: 0;
}

body.tiki_blogs .post .title h2 {
	font-size: 1.7em;
	margin-top: 0;
}

body.tiki_blogs .post .postbody {
	margin-right: 8px;
	line-height: 1.4em;
	margin-bottom: 1em;
}

body.tiki_blogs .post .postbody {
	background: none;
	border: 0;
}

body.tiki_blogs div.author_actions {
	float: none;
	background: none;
	border: 0;
	width: 100%;
}

body.tiki_blogs .actions {
	background: none;
}

body.tiki_blogs .author_info {
}

.postbody-title {
	background: none;
	border: 0;
}

body.tiki_blogs .postbody-title {
	float: none;
	width: 100%;
	background: none;
	border: 0;
}

body.tiki_blogs .postfooter {
	width: 100%;
	float: none;
}

body.tiki_blogs .postfooter .actions {
	float: left;
}

/***** Forums *****/
.post {
	margin-bottom: 30px;
}

.post .postbody {
	border: solid 1px #e7eaed;
	border-top: solid 1px gray;
	padding: 3px 0 3px 0;
	font-size: 1.1em;
	background: #f9fcff;
}

.postbody-title {
	width: 100%;
	float: none;
	margin-top: 0;
	margin-bottom: auto;
	border-bottom: 1px solid #acccdd;
	background: #e0eaf4;
}

.tiki_forums .post .postbody-title .title {
	color: #29677b;
	font-weight: bold;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 3px;
}

.author_actions {
	width: 25%;
	float: right;
	text-align: right;
	border-bottom: 1px solid #acccdd;
	border-left: 1px solid #acccdd;
	margin-left: -1px;
	background: #e0eaf4;
}

.author_actions .actions {
	background: #e0eaf4;
}

.author_actions .actions a.link {
	padding: 2px;
}

.author {
	text-align: right;
	vertical-align: top;
	float: none;
}

.post .author_post_info {
	display: block;
	padding: 0 2px 2px 2px;
	background: #e0eaf4;
}

.post .author_post_info_on {
	font-style: italic;
}

.post .author_info {
	float: right;
	padding: 0 2px 2px 2px;
	margin-left: 5px;
}

.post .postbody-title .actions {
	font-size: 10px;
}

.post .postbody .content {
	float: left;
	padding: 0 3px 3px 3px;
	width: 100% !important;
	height: 100%;
	text-align: left;
	color: #000;
}

.post .postbody .attachments {
	border-top: 1px dotted #d9d9d9;
}

.post .postfooter .status {
	font-size: 10px;
}

.post .contribution {
	border: 1px solid #d7e5f3;
	padding: 0 2px 0 2px;
	background: #f0f8ff;
}

.post .avatar {
	border: 1px solid #acccdd;
	background: #e0eaf4;
}

.forum_actions .actions {
	border: 1px solid #999;
	padding: 3px;
	background: #e1ebf5;
}

.forum_actions .headers .title {
	border: 1px solid #999;
	background: #c7d0d9;
}

.forum_actions .headers .infos {
	font-size: smaller;
}

.post_preview, .top_post {
	margin-bottom: 15px;
}

span.commentstitle {
	font-size: 12px;
}

div.commentsedithelp {
	background: #ffcfcf;
	color: black;
	border: 1px solid #ff0000;
	text-align: center;
	font-weight: bold;
}

/***** Tags (freetags) *****/

/***** Image Galleries *****/
table.galtable {
	border-collapse: collapse;
	border: 1px solid #8cacbb;
}

.caption {
	color: black;
}

/***** Trackers *****/

/***** Directory *****/

/***** Calendar *****/
/* Overrides calendar.css. */
.calodd {
	background: #fff;
}

.caleven {
	background: #f9f9f9;
}

.cal, 
.cal0, 
.cal1, 
.cal2 {
	color: #000;
	font-size: 90%;
}

	
.calart,
.calblog,
.calchart,
.caldir,
.caleph,
.calfaq,
.calfgal,
.calforum,
.calgal,
.calnl,
.calquiz,
.calsurv,
.caltrack,
.calwiki {
	font-size: 1em;
}

.calart,
.calart a,
.calart a:visited {
	color: #fa8072;
}

.calblog,
.calblog a,
.calblog a:visited {
	color: #da70d6;
}

.calchart,
.calchart a,
.calchart a:visited {
	color: #304f30;
}

.caldir,
.caldir a,
.caldir a:visited {
	color: #800080;
}

.calfaq,
.calfaq a,
.calfaq a:visited {
	color: #822222;
}

.calfgal,
.calfgal a,
.calfgal a:visited {
	color: #8b4513;
}

.calforum,
.calforum a,
.calforum a:visited {
	color: #808000;
}

.calgal,
.calgal a,
.calgal a:visited {
	color: #8b4513;
}

.calnl,
.calnl a,
.calnl a:visited {
	color: #708090;
}

.calquiz,
.calquiz a,
.calquiz a:visited {
	color: #5f9ea0;
}

.calsurv,
.calsurv a,
.calsurv a:visited {
	color: #daa520;
}

caltrack,
caltrack a,
caltrack a:visited {
	color: #00bd02;
}

.calweb {
	font-size: 1em;
}

.calweb:hover {
	color: #996633;
}

.calwiki,
.calwiki a,
.calwiki a:visited {
	color: #2c4b80;
}

.calcontent a.linkmenu,
.calcontent a.linkmenu:hover {
	background: none;
	padding: 0;
}

.calfocus {
	font-size: 90%;
	background: inherit;
}

.caldark .calfocus {
	background: inherit;
}

.calodd .calfocuson,
.caleven .calfocuson,
.calfocuson + .calcontent {
	background: #e6eff8;
}

.calprio1 a,
.calprio2 a,
.calprio3 a,
.calprio4 a,
.calprio5 a,
.calprio6 a,
.calprio7 a,
.calprio8 a,
.calprio9 a {
	color: #393e51;
}

.caltoggle {
	font-size: 90%;
}

.opaque {
	background: #fff;
	border-left: 1px solid #a9a9a9;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
}

.opaque .box-title {
	border-bottom: 1px solid black;
	padding-bottom: 7px;
	background: white;
}

.searchresults li .objecttype,
.searchresults li .parentname,
.searchresults li .objectname  {
	font-size: 120%;
	font-weight: bold;
}

.searchresults .itemhits,
.searchresults .itemrelevance,
.searchresults .searchdate {
	color: gray;
	font-size: 90%;
}

.caltable .calfocuson,
.box-data td.fc a.today,
.box-data td a.today {
	background: #D4D0C8;
	border: solid 1px #696969;
}

.buttonon a,
.calbuttonon a,
.calheadingon a {
	font-weight: bold;
}

/*****  Polls  *****/
div.pollresults {
	margin-top: 5px;
	font-size: 1.2em;
	padding: 0 5px;
}

table.pollresults {
	width: 100%;
}

td.pollr {
	color: black;
}

/***** FAQs *****/
div.faqquestion {
	font-weight: bold;
	padding: 2px 12px;
	padding-bottom: 0;
}


/***** Quizzes *****/
div.questionblock {
	padding: 4px;
}

/***** Shoutbox *****/

/***** Directory *****/
div.dircategs {
	border: 1px solid #8cacbb;
	padding: 5px;
}

.dirsublink {
	font-size: .95em;
}

div.dirlistsites {
	padding: 5px 0 10px 5px;
	margin-top: 10px;
}

div.dirsite {
	margin: 5px;
}

div.dirrelated {
	margin-top: 10px;
	padding: 5px;
}

td.dirfooter {
	font-size: .95em;
}

div.dirfooter {
	margin-top: 10px;
}

/***** Messages *****/
td.prio1,
td.prio2,
td.prio3,
td.prio4,
td.prio5 {
	border: 1px solid #8cacbb;
	padding-left: 2px;
}

div.messureadflag {
	background: #ccc;
}

div.messureadhead {
	background: #dedede;
}

div.messureadbody {
	background: #dedede;
}

.readlink {
	font-size: 1em;
}

/**********   Ajax   **********/

/***** TikiSheet Default Style *****/
table.default thead td,
table.default tfoot td {
	font-weight: bold;
	text-align: center;
	background: #eee;
	color: #d8d8d8;
}

table.default	td {
	border: solid 1px #909090;
	background: #eee;
}

.highlight_word_0,
.highlight_word_1,
.highlight_word_2,
.highlight_word_3,
.highlight_word_4 {
	background: black;
}

/** Admin pages **/
div.adminanchors {
	background: #f0f4f5 !important;
	border: 1px solid #999;
}

a.admbox {
	border: 1px solid #aaa;
	color: white;
	background-color: #6c6c6c;
}

a.admbox:hover,
a.admbox:focus,
a.admbox:active {
	border: 1px solid #292929;
	background-color: #b2b2b2;
}

a.admbox.off {
	border: 1px solid #9f9f9f;
	color: #9f9f9f;
}

a.admbox.off:hover,
a.admbox.off:focus,
a.admbox.off:active {
	border: 1px solid #9f9f9f;
}

body.tiki_mytiki #tiki-center form {
	border: 1px solid #aaa;
	padding: 10px;
}



/* end of css file */

#siteloginbar form.forms label {
	color: white;
	font-size: 11px;
}

#siteloginbar form.forms div span.pass a {
	color: white;
	font-size: 11px;
}

#siteloginbar form.forms input.wikiaction {
		font-size: 10px;
		background: none;
		color: white;
}
#sitelocbar a {
text-decoration: none;	
}
#sitelocbar a:hover {
text-decoration: underline;	
}
table.custom{
	border-collapse: collapse;
	width: 300px;
}

#tiki-center div.wikitext.clearfix p a {
	color: #C74A1B;
}
table.custom td{
	border-top: dotted 1px #818386;
	padding: 5px;
	color: #434343;
}
table.custom{
	margin-top: 0px;
	margin-bottom: 20px;
}
p+table.custom{
	margin-top: -8px;
}
span.date_AQPP{
	display: block;
	font-weight: bold;
	float: left;
	height: 10px;
	width: auto;
	margin: 0 5px 0 0;
	clear: left;
}

/*span.date_AQPP:after{
	content: " -";
	margin-right: 5px;
}*/

div.articleheadingtext p {
margin-top: 0;
margin-bottom: 0;	
width: 520px;
clear: right;
}



div.article {
margin-bottom: 30px;	
}

div.topic_aqpp {
	display: inline;
	color: #0095d0;
	 line-height: 2.3;
	 font-size: 12px;
	 font-weight: bold;
}

#tiki-center div.wikitext.clearfix div div.box-shadow div.box.box-plan_site h3.box-title.clearfix {
display: none;	
}

#plan_site {
	padding: 0 !important;
}

#plan_site li a{
	font-size: 18px !important;
	color: #0095d0;
	font-weight: bold;
	text-decoration: none;
}
#plan_site li a:hover{
	text-decoration: underline;
}
#plan_site li {
line-height: 1.7;
}

#plan_site li ul li a{
	font-size: 14px !important;
	font-weight: bold !important;
	color: #434343;
	text-decoration: none;
}

div#mod-plan_site.clearfix.box-data,#tiki-center div.wikitext.clearfix div div.box-shadow div.box.box-plan_site {
	padding: 0 !important;
}

#tiki-center div.wikitext.clearfix div div.box-shadow {
	padding: 0;
}


#tiki-center div.wikitext.clearfix div.article div.articletrailer {
	display: none;
}

a.lien_aqpp {
	color: #c74a1b;
	font-weight: bold;
}

ul.catitems li{
	display: list-item;
	list-style: disc;
}

/*PAGE LOGIN*/
body.tiki_login div#siteloginbar{
	display: none;
}

body.tiki_login div#sitelocbar {
	display:none
}

 {
	
}

#tiki-top div.content {
	
}

div.col1_login,div.col2_login {
	float: left;
	width: 50%;
	padding: 0 !important;

}

#tiki-center div.col2_login div.box-shadow div.box.box-login_box h3.box-title.clearfix {
	display: none;
}

legend {
	/*display: none;*/
}

#tiki-center div.col1_login div.tournoi {
	margin-top: 50px;
}

#tiki-center div.col2_login form div label {
	color: #434343;
	font-size: 14px;
}

#tiki-center div.col2_login form {
	margin-top: 30px;
	margin-left: 15px;
}

a.btn_site_client {
	display: block;
	width: 166px;
	height: 32px;
	background: url(AQPP/images/back_button_site_client.gif) no-repeat;
	text-align: center;
		color: white;
	font-weight: bold;
	font-size: 12px !important;
	text-transform: none;
	text-decoration: none;
padding-top:8px ;
margin-top: 0px;
}
#tiki-center div.col1_login a.btn_site_presse {
	display: block;
	width: 166px;
	height: 32px;
	background: url(AQPP/images/back_button_site_client.gif) no-repeat;
	text-align: center;
		color: white;
	font-weight: bold;
	font-size: 12px !important;
	text-transform: none;
	text-decoration: none;
padding-top:8px ;
margin-top: 0px;
}


#tiki-center div.col2_login form div.login_input {
	margin-top: 5px;
	background: url(AQPP/images/back_login_champ.gif) no-repeat;
	height: 20px;
	width: 250px;
	padding: 5px;
}

#tiki-center div.col2_login form input#login-user,#tiki-center div.col2_login form input#login-pass, #tiki-center div.col2_login form input#name, #tiki-center div.col2_login form input#email {
	height: 22px;
	width: 238px;
	border: none;
	padding: 0;
	position: relative;
	top: -2px;
}

#tiki-center div.col2_login form div.input_reinit input {
	background-image: url(AQPP/images/back_button_site_reinit.gif);
	height: 32px;
	width: 273px;
	color: white;
	font-size: 11px !important;
	text-transform: none;
	font-weight: bold;
	border: navajowhite;
	margin-top: 10px;
}

 #tiki-center div.col2_login form div.forget a.linkmodule {
	color: #017bae;
	font-size: 11px;
}

 {
	
}

#tiki-center div.col2_login form div.forget {
	margin-top: 20px;
}

div.col1_login h1,div.col2_login h1{
color: white;
font-size: 45px;
font-weight: normal;
margin: 0 !important;
padding-left: 15px;
}

div.col1_login h2{
	color: #434343;
	font-size: 16px;
	margin-top: 30px;
}

div.col1_login p{
	color: #434343;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.5;
}


body.tiki_login{
	background: #F1F4F6;
}

#tiki-center div.col2_login form div input.button.submit {
	background: url(AQPP/images/back_button_submit.gif) no-repeat;
	height: 32px;
	width: 105px;
	color: white;
	font-weight: bold;
	font-size: 13px !important;
	text-transform: none;
	border: none;
	}

div.login_input {
	margin-bottom: 5px;
}
body.tiki_login #col1{
	background: none;
}
body.tiki_login #c1c2 {
	background: none;
}

body.tiki_login div#footer {
	/*display: none;*/
			background: none !important;

}

ol {
margin: 0;
padding: 0 0 0 18px;	
}
body.tiki_login #tiki-top{
	height: 406px;
	margin-top: 0;
}
body.login div.col1_login h1,body.login div.col2_login h1{
	/*display: none;*/
}

body.login div#tiki-center.clearfix.content {
	margin-top: 20px;
}
body.login #tiki-top{
	height: 400px;
	margin-top: 6px;
}

body.tiki_wiki_page #tiki-top{
	height: 246px;
	margin-top: 0;
}




a img.float_right_img {
float: right;
margin-left: 30px !important;	
/*margin-top: 10px !important;*/
margin-bottom: 0px !important;
}
a+p{
	margin-top: 3px;
}

#footer div.footerbgtrap div.content a.cgcom {
	/*display: block;*/
	width: 100px;
	float: right;
	margin-right: 90px;
}

div.Commande table td{
	width: 33%;
	border-right: solid 1px white;
	padding: 8px;
}

#tiki-top div.content div div.box.box-imgs_header h3.box-title.clearfix {
	display: none;
}
div.Commande table{
	background: #f2f2f3;
	border-collapse: collapse;
}
div.Commande table td img{
	padding: 2px;
	border: 1px solid #e3e3e3;
}
div.Commande h3{
	margin-top: 30px;
}


#tiki-center div.wikitext.clearfix form div.wikiplugin_tracker {
	padding: 0;
}

#fixedwidth {
	display: block;
	margin: auto;
	margin-top: 0;
	margin-bottom: 0px;
	width: auto;
}

body.tiki_login div#imgs_header {
	margin-top: 0px;
}

body.tiki_wiki_page div#imgs_header {
	margin-top: 6px;
}

body.login div#siteloginbar {
	display: none;
}

span.rememberme {
	margin-left: 25px;
}

span.rememberme label{
	font-size: 11px !important;
	margin-left: 5px;
}
div#header-top.clearfix {
height:54px;	
}
div#boutons img{
		margin-bottom: 10px;
}

#col3 div.content div.box.box-boutons h3.box-title.clearfix {
	display:none
}

#tiki-center div.article_top div.article h1 {
	margin-top: 30px;
}

div.box.box-boutons {
	
	margin:10px 0 0 12px !important;
}

div.article_top {
	/*margin-top: 34px;*/
}

a.linkmenu:hover {
	text-decoration: underline !important
}
div#pollResults{
	display: none;
}
div.invisible{
	display: none;
}
@media print{
	body{
	background: none !important;
}
div#header.clearfix,#footer,#col2,#col3{
	display: none !important;
}
div#col1.marginleft.marginright {
margin: 0 !important;	
}

#middle{
	width: 100%;
	}

h1,h2,h3,h4,h5,a{
	color: black !important;
}
img.logoPrint{
	display: block !important;
}
	}
	
	img.logoPrint{
	display: none;
}

#siteloginbar.logged-in {
	width: 300px;
}

#tiki-center div.col2_login div.clearfix.rbox.errors  {

}

#tiki-center div.col2_login div.clearfix.rbox.errors div.rbox-data {
		background: white !important;
		padding: 10px;
		font-size: 14px;
				border: none;

}

#tiki-center div.col2_login div.clearfix.rbox.errors {
	border: solid 1px;
	margin-left: 15px;
	margin-top: 30px;
	width: 250px;
	background: red;
		border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#tiki-center div.col2_login div.clearfix.rbox.errors div.rbox-title span {
	color: white;
}

#tiki-center div.col2_login div.clearfix.rbox.errors div.rbox-title img.icon {
	display: none;
}

#tiki-center div.col2_login div.clearfix.rbox.errors div.rbox-title {
	font-size: 18px;
	background: none;
	border: none;
}

#col3 div.content div.box.box-menu_Bannieres h3.box-title.clearfix,#col3 div.content div.box.box-banniereCongres h3.box-title.clearfix {
	display: none;
}

#banniereCongres {
	padding-left: 5px;

}

#col3 div.content div.box.box-banniereCongres {
	margin-right: 0;
}

