/****************************************************************/
/* 1. imported stylesheets */
/****************************************************************/

/* import the basic setup styles */
@import url(imports/base.css);
/* import the colour scheme */
@import url(imports/rf_cs.css);

/****************************************************************/
/* 2. text settings */
/****************************************************************/

/* 2.1 this sets the default font group */

.pun, .pun input, .pun select, .pun textarea, .pun optgroup {
	font-family: verdana, arial, helvetica, sans-serif;
}

.pun {font-size: 11px; line-height: normal}

/* iewin font size only - to allow iewin to zoom. do not remove comments \*/
* html .pun {font-size: 68.75%}
/* end ie win font size */

/* set font size for tables because ie requires it */
.pun table, .pun input, .pun select, .pun optgroup, .pun textarea, div.postmsg p.postedit {font-size: 1em}

/* 2.2 set the font-size for preformatted text i.e in code boxes */

.pun pre {font-family: monaco, bitstream vera sans mono, courier new, courier, monospace}

/* 2.3 font size for headers */

.pun h2, .pun h4 {font-size: 1em;}
.pun h3 {font-size: 1.1em}
#brdtitle h1 {font-size: 1.4em;}
h1 {
	margin:0;
	}

/* 2.4 larger text for particular items */

div.postmsg p {line-height: 1.4}
div.postleft dt {font-size: 1.1em}
.pun pre {font-size: 1em}

/* 2.5 bold text */

div.postleft dt, div.postmsg h4, td.tcl h3, div.forminfo h3, p.postlink, div.linkst li,
div.linksb li, div.postlinksb li, .blockmenu li, #brdtitle h1, .pun span.warntext, .pun p.warntext {font-weight: bold}

/****************************************************************/
/* 3. links */
/****************************************************************/

/* 3.1 remove underlining for main menu, post header links, post links and vertical menus */

#brdmenu a:link, #brdmenu a:visited, .blockpost dt a:link, .blockpost dt a:visited, .blockpost h2 a:link,
.blockpost h2 a:visited, .postlink a:link, .postlink a:visited, .postfootright a:link, .postfootright a:visited,
.blockmenu a:link, .blockmenu a:visited {
	text-decoration: none
}

#brdmenu {
	text-align: left;
	height:29px;
	}
#brdmenu ul{
	padding:7px 0 0 15px;
	}


/* 3.2 underline on hover for links in headers and main menu */

#brdmenu a:hover, .blockpost h2 a:hover {text-decoration: underline}

/****************************************************************/
/* 4. border width and style */
/****************************************************************/

/* 4.1 by default borders are 1px solid 

div.box, .pun td, .pun th, .pun blockquote, div.codebox, div.forminfo, div.blockpost label {
	border-style: solid;
	border-width: 1px
}
*/
/* 4.2 special settings for the board header. */

#brdheader div.box {
	border-top-width: 4px;
}
#brdheader {
	margin-top: -4px;
	padding:0 0 10px 0;
}

/* 4.3 borders for table cells */

.pun td, .pun th {
	border-bottom: none;
	border-right: none
}

.pun .tcl, .pun .tc2, .pun .tc3, .pun .tcr {
	
	border: 1px solid #444444;
	border-top:none;
	border-left:none;
}

/* 4.4 special setting for fieldsets to preserve ie defaults */

div.fieldset {
	border-style: solid;
	border-width: 1px
}

/****************************************************************/
/* 5. vertical and page spacing */
/****************************************************************/

/* 5.1 page margins */


#punwrap{
	background:url(../../../_img/images/design_2011_17.png) repeat-y;
	margin: auto;
	width:1000px;
	}
#banniere {
	height:120px;
	margin:auto;
	width:1000px;
	background:url(../../../_img/images/design_2011_04.png);
	text-align:center;
	}
#menu_logo {
	margin:auto;
	width:1000px;
	text-align:left;
}
#menu_logo a, #menu_logo img  {
	float:left;
}

#brdtitle {
	text-align:center;
	background:#637481;
}
#brdtitle img {
	vertical-align:top;
	padding:0 20px 0 0;
}
/* 5.2 creates vertical space between main board elements (margins) */

div.blocktable, div.block, div.blockform, div.block2col, #postreview {margin-bottom: 0}
#punindex div.blocktable, div.blockpost {margin-bottom: 6px}
div.block2col div.blockform, div.block2col div.block {margin-bottom: 10px}

div.blockform div.box {
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
/* 5.3 remove space above breadcrumbs, postlinks and pagelinks with a negative top margin */

div.linkst, div.linksb {margin-top: -12px}
div.postlinksb {margin-top: -6px}

/* 5.4 put a 12px gap above the board information box in index because the category tables only
have a 6px space beneath them */

#brdstats {
	margin: -6px 0 0 0;
	background:#637481;
	}

/****************************************************************/
/* 6. spacing around content */
/****************************************************************/

/* 6.1 default padding for main items */

div.block div.inbox, div.blockmenu div.inbox { padding: 7px 6px}

.pun p, .pun ul, .pun dl, div.blockmenu li, .pun label, #announce div.inbox div {padding: 3px 0}

.pun h2 {text-align: top; padding-top: 8px; padding-bottom: 10px; padding-left: 6px}

/* 6.2 special spacing for various elements */

#brdtitle p {padding-top: 0px}
div.linkst {padding: 15px 6px 10px 6px}
div.linksb, div.postlinksb {padding: 15px 6px 10px 6px}
#brdwelcome, #brdfooter dl a, div.blockmenu li, div.rbox input  {line-height: 1.4em}
#viewprofile dt, #viewprofile dd {padding: 0 3px; line-height: 2em}
#brdwelcome ul {
	padding:5px;
}
/* 6.4 create some horizontal spacing for various elements */

#brdmenu li, div.rbox input, div.blockform p input { margin-right: 12px}

/****************************************************************/
/* 7. spacing for tables */
/****************************************************************/

.pun th, .pun td {padding: 4px 6px}
.pun td p {padding: 5px 0 0 0}

/****************************************************************/
/* 8. spacing for posts */
/****************************************************************/

/* 8.1 padding around left and right columns in viewtopic */

div.postleft dl, div.postright {padding: 6px}

/* 8.2 extra spacing for poster contact details and avatar */

dd.usercontacts, dd.postavatar {margin-top: 5px}
dd.postavatar {margin-bottom: 5px}

/* 8.3 extra top spacing for signatures and edited by */

div.postsignature, div.postmsg p.postedit {padding-top: 15px}

/* 8.4 spacing for code and quote boxes */

div.postmsg h4 {margin-bottom: 10px}
.pun blockquote, div.codebox {margin: 5px 15px 15px 15px; padding: 0px}

/* 8.5 padding for the action links and online indicator in viewtopic */

div.postfootleft p, div.postfootright ul, div.postfootright div {padding: 10px 6px 5px 6px}

/* 8.6 this is the input on moderators multi-delete view */

div.blockpost input, div.blockpost label {
	padding: 3px;
	display: inline
}

p.multidelete {
	padding-top: 15px;
	padding-bottom: 5px
}

/* 8.7 make sure paragraphs in posts don't get any padding */

div.postmsg p {padding: 0}

/****************************************************************/
/* 9. special spacing for forms */
/****************************************************************/

/* 9.1 padding around fieldsets */

div.blockform form, div.fakeform {padding: 20px 20px 15px 20px}
div.inform {padding-bottom: 12px}

/* 9.2 padding inside fieldsets */

.pun fieldset {padding: 0px 12px 0px 12px}
div.infldset {padding: 9px 0px 12px 0}
.pun legend {padding: 0px 6px}

/* 9.3 the information box at the top of the registration form and elsewhere */

div.forminfo {
	margin-bottom: 12px;
	padding: 9px 10px
}

/* 9.4 bbcode help links in post forms */

ul.bblinks li {padding-right: 20px}

ul.bblinks {padding-bottom: 10px; padding-left: 4px}

/* 9.5 horizontal positioning for the submit button on forms */

div.blockform p input {margin-left: 12px}

.newtext img, .icon img  {
vertical-align:bottom;
}

/****************************************************************/
/* 10. post status indicators */
/****************************************************************/

/* 10.1 these are the post status indicators which appear at the left of some tables. 
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
.isticky = sticky topics. by default only .inew is different from the default.*/


div.icon{
    float: left;
    display: block;
    width:24px;
    height:24px;
}



div.searchposts div.icon {margin-left: 0}

/* 10.2 class .tclcon is a div inside the first column of tables with post indicators. the
margin creates space for the post status indicator */

td div.tclcon {margin-left: 2.3em}

/****************************************************************/
/* 10. admin */
/****************************************************************/

/* 10.1 these are the post status indicators which appear at the left of some tables. 
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
.isticky = sticky topics. by default only .inew is different from the default.*/


a, img {
	border:none;
	}
.tabadmin {
	border: 1px solid #555555;
	}
img {
	vertical-align:middle;
	padding:0;
	margin:0;
	}

#uhs {
	background:url(../../_img/rugby_federal_uhs.png) no-repeat;
	width:940px;
	height:38px;
	text-align:center;
	border:1px solid white;
	margin:auto;
	padding:5px 0 0 0;
	margin-bottom:5px;
}
div.menu_genL {
	float:left;
	height:30px;
	padding:7px 10px 0 20px;
	border-right: 1px solid #ee8588;
}
div.menu_genI {
	float:left;
	height:30px;
	padding:7px 8px 0 8px;
	border-left: 1px solid #450303;
	border-right: 1px solid #ee8588;
}
div.menu_genR {
	float:left;
	height:30px;
	padding:7px 10px 0 10px;
	border-left: 1px solid #450303;
}
#menu_gen div a {
color:#fff;
text-decoration: none;
}

#menu_gen div  a:hover {
color: #fc0 ;
}

.nettoyeur {
	clear:both;
}

ul #regles {
}
#regles li {
	margin: 10px 0 0 40px;
	list-style: outside;
}
#tregles {
	font-size:14px;
	text-decoration:underline;
	line-height:30px;
	font-weight:bold;
}

.asu {
	background:#566772;
}
.asu table {
	border-spacing:1px;
}
.asu table td.asu1 {
	background:#637481;
	text-align:right;
}
.asu table td.asu2 {
	text-align:right;
}
.asu table td.asuT {
	font-weight:bold;
	text-align:right;
}
p.poll_info {
text-align: center;
clear: left;
margin: 7px;
}
div.poll_question {
float: left;
clear: both;
text-align: right;
width: 50%;
margin: 0.3em;
height: 1.2em;
}
div.poll_result,div.poll_result_yesno {
float: left;
text-align: left;
width: 45%;
margin: 0.3em;
padding: 0;
height: 1.2em;
line-height: 1.2em;
}
	div.poll_result_yesno {
	width: 22%;
	margin-right: 0.1em;
	}
img.poll_bar {
border-right: 2px solid #0066B9; /* teinte plus foncé que la couleur principale du forum */
background-color: #006FC9; /* Couleur principale du forum */
height: 1.2em;
margin: 0;
}