/*  (C) GlobalVision Solutions  */

body {
	margin: 0;
	padding: 0;
	background-color: #ffffed;
	direction: ltr;
	cursor: default;
	background-image: url('/images/bg.png');
	background-repeat: repeat-y;
}
body,input,select,textarea {
	color: #666666;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1em;
}

::-moz-selection {
	color: #ffffff;
	background-color: #03984f;
}

a {
	color: #444444;
	text-decoration: underline;
}
a:visited {
	color: #444444;
}
a:hover {
	color: #005500 !important;
	cursor: pointer;
}
a:active {
	color: #00aa00;
}
a.logout:hover {
	color: #880000 !important;
}
.pointer {
	cursor: pointer;
}

img {
	border: 0px;
}

address {
	margin-bottom: 1em;
	padding-left: 2em;
	font-style: italic;
}

acronym, abbr {
	border-bottom: 1px dotted #708090;
	cursor: help;
}

p {
	margin: 0 0 .6em 0;
}

.noprint {
}
.printonly {
	display: none;
}

.debug {
	background-color: #ffff88;
	font-style: italic;
}

.error {
	color: #ff0000;
	font-style: italic;
}

.center {
	text-align: center;
}


#content .mtop {
	margin-top: 2em;
}

/****************************************/

table#header {
	width: 100%;
}

table#header td.header1 {
	width: 194px;
	height: 120px;
	background-image: url('/images/bg_header1.png');
	background-repeat: no-repeat;
}
table#header.juniors td.header1 {
	background-image: url('/images/bg_header1_juniors.png');
}

table#header td.header2 {
	width: 632px;
	height: 120px;
}

table#header td.header3 {
	height: 120px;
	background-image: url('/images/bg_header3.png');
	background-repeat: repeat-x;
}

/****************************************/

#container {
	width: 100%;
	margin: 0;
	text-align: justify;
	background-image: url('/images/bg_header4.png');
	background-repeat: no-repeat;
}
#container.juniors {
	background-image: url('/images/bg_header4_juniors.png');
}

/****************************************/

#menu {
	float: left;
	width: 130px;
	margin: 74px 4px 0 60px;
	_margin-left: 30px;
	padding: 0;
	font-size: .7em;
	color: #666666;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	display: block;
	width: 130px;
	margin-bottom: .3em;
	padding: 0;
}

#menu ul li a {
	color: #666666;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #333333 !important;
}
#menu ul li a:visited {
	color: #666666;
}

#menu ul li ul {
	margin-top: 4px;
}
#menu ul li ul li {
	margin-bottom: .3em;
	margin-left: 36px;
	width: 94px;
}

#menu ul li ul li a {
}

#menu img {
	margin-right: 4px;
	vertical-align: bottom;
}

#menu ul.membres li, #menu ul.membres li a {
	color: #008844;
}
#menu ul.membres li a:hover {
	color: #005511 !important;
}

#menu ul li a.logout:hover {
	color: #aa0000 !important;
}

#menu ul a.sel {
	color: #333333 !important;
	font-weight: bold;
}
#menu ul.membres a.sel {
	color: #336633 !important;
	font-weight: bold;
}

#menu div.membres {
	margin-top: 1em;
	color: #008d4c;
	font-style: italic;
}

ul.juniors a, ul.juniors a:link, ul.juniors a:visited {
	color: #ff8100 !important;
}
#menu ul.juniors a.sel {
	color: #ff8100 !important;
	font-weight: bold;
}

/****************************************/

#content, #footer {
	margin-left: 195px;
}

#content {
	padding: 3em 3em 1em 3em;
	font-size: .8em;
}

#content h2 {
	/*margin: 0 0 1.4em 0;*/
}
#content h3 {
}
#content h4 {
	font-size: 1.1em;
}

#content #messages ul{
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}
#content #messages ul {
	margin: 0 0 .8em 0;
	padding: 0;
}
#content #messages li {
	margin-bottom: 2px;
	padding: .8em;
	-moz-border-radius: 12px;
}
#content #messages li.errorMessage {
	border: solid 1px #ff0000;
	color: #ff0000;
	background-color: #fff8f8;
}
#content #messages li.warningMessage {
	/*
	border: solid 1px #888800;
	color: #888800;
	background-color: #fffff8;
	*/
	border: solid 1px #ff0000;
	color: #ff0000;
	background-color: #fff8f8;
}
#content #messages li.infoMessage {
	border: solid 1px #000088;
	color: #000088;
	background-color: #f8f8ff;
}
#content #messages li.successMessage {
	border: solid 1px #008800;
	color: #008800;
	background-color: #f8fff8;
}
#content #messages img {
	float: left;
	width: 28px;
	height: 28px;
	margin-right: 1em;
	vertical-align: middle;
}

#content #lang {
	float: right;
	margin-top: -2.5em;
}
#content #lang span {
	margin-left: 1em;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#content #lang span.fr {
	background-image: url('/images/flags/fr.png');
}
#content #lang span.en {
	background-image: url('/images/flags/gb.png');
}
#content #lang a {
	text-decoration: none;
	opacity: .6;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
}
#content #lang a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

/****************************************/

#footer {
	clear: both;
	margin-top: 40px;
	padding: 8px 20px;
	font-size: .65em;
	color: #666666;
	text-align: right;
}

#footer a {
	color: #6666aa;
}

#footer a:visited {
	color: #6666aa;
}

/****************************************/

input[type="image"] {
	border: none;
	background-color: transparent;
	cursor: pointer;
}
input[type="image"][disabled] {
	color: #404040;
	opacity: .4;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	cursor: pointer;
}
input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active {
}
input[type="button"][disabled], input[type="submit"][disabled], input[type="reset"][disabled] {
	margin-top: 2px;
	cursor: default;
}
input[disabled], select[disabled] {
	color: #aaaaaa;
}

form {
	float: left;
	width: 100%;
	margin: 0;
}
form fieldset {
	width: 500px;
	margin-bottom: 1em;
	padding: .6em;
	background: #ece6c4 url('/images/bg_box_big.png') right repeat-y;
}
form fieldset > fieldset {
	background-color: #f5efcb;
}
form fieldset > fieldset > fieldset {
	margin-bottom: 0;
	background-color: #fcf6d2;
}
/*
form fieldset > fieldset {
	width: 490px;
}
form fieldset > fieldset > label {
	width: 160px;
}
form fieldset > fieldset > fieldset {
	width: 480px;
}
form fieldset > fieldset > fieldset > label {
	width: 150px;
}
*/
form legend {
	_display: none;
	margin-left: 8px;
	font-size: .85em;
	font-weight: bold;
	color: #444444;
}
form legend > img {
	vertical-align: middle;
	margin-right: .3em;
}

form p {
	width: 480px;
	margin: .4em 0 2px 5px;
	font-size: .9em;
	font-style: italic;
}
form fieldset > fieldset > p {
	width: 470px;
}
form div.requiredFields {
	margin-bottom: 1em;
	color: #ff0000;
	font-size: .8em;
}
form br {
	clear: left;
}
form .input_error, form .inputError {
	outline: solid 2px #ff0000;
	_border: solid 2px #ff0000;
}

form label {
	width: 170px;
	padding-top: 3px;
	padding-right: 20px;
	text-align: left;
}
form label span {
	margin-right: .4em;
	color: #ff0000;
	font-size: .8em;
}
form label, form input, form textarea, form select, form div.input {
	float: left;
	display: block;
	margin-bottom: .3em;
}
form div.inputNoLabel {
	margin-left: 190px;
	margin-bottom: .3em;
}
form div.inputNoLabel label, form div.input label {
	width: 260px;
}

form input.input, form textarea.input, form select.input {
	width: 300px;
}
form input[type="text"], form input[type="password"], form input[type="file"], form textarea, form select {
	width: 300px;
	background-color: #ffffff;
}
form input[type="text"]:focus, form input[type="password"]:focus, form input[type="file"]:focus, form textarea:focus {
	background-color: #f8f8ff;
}

form div.buttons {
	margin-left: 190px;
}
form div.buttons input {
	margin-right: 4px;
	padding: 0 1em;
}

/****************************************/

.autologin_warning {
	font-size: .8em;
}

img.extLink {
	margin-left: 4px;
	margin-right: 0;
	vertical-align: middle !important;
	cursor: pointer;
}

/****************************************/

h1, h2 {
	display: none;
}

#content .box {
	margin-bottom: 1em;
}

#content .box h3 {
	_float: left;
	_height: 20px;
	display: inline;
	padding: 2px 80px 0 10px;
	border: solid 1px #9a938b;
	border-bottom: none;
	font-size: 1.1em;
	font-weight: bold;
	background: #ece6c4 url('/images/bg_box_small.png') right repeat-y;
}

#content .box .content {
	_margin-top: 23px;
	padding: 2em;
	border: solid 1px #9a938b;
	color: #666666;
	background-color: #f7f7e6;
}

#content .box .content .box .content {
	color: #666666;
	background-color: #f0f0dF;
}

#content .box .content .box .content .box .content {
	color: #666666;
	background-color: #e8e8d8;
}

img.b {
	border: solid 1px #999999;
}

img.left {
	float: left;
	margin: 0 1em 1em 0;
}

img.right {
	float: right;
	margin: 0 0 1em 1em;
}

/****************************************/

table td.top {
	vertical-align: top;
}
table td.padT {
	padding-top: 1em;
}
table td.padR {
	padding-right: 1em;
}
table td.padB {
	padding-bottom: 1em;
}
table td.padL {
	padding-left: 1em;
}
table td.pad {
	padding: 1em;
}

table.people td.border {
	border-bottom: dashed 1px #666666;
}

table.people td.left {
	padding: 1em 1em 1em 3em;
	text-align: right;
	vertical-align: top;
}

table.people td.right {
	padding: 1em 3em 1em 1em;
	text-align: left;
	vertical-align: top;
}

/****************************************/

#pageNews .item, #pageSections .item {
	margin-top: 3em;
}

#pageNews h3, #pageSections h4 {
	margin-top: 0;
	border-bottom: solid 1px #9a938b;
	font-size: 1.1em;
}

#pageNews .author_and_date, #pageSections .author_and_date {
	float: right;
	font-weight: bold;
}

#pageNews h3 a {
	text-decoration: none;
}

/****************************************/

#newsBox .item {
	margin-top: 1.5em;
}

#newsBox h4 {
	margin-top: 0;
	border-bottom: solid 1px #9a938b;
	font-size: .9em;
}

#newsBox .author_and_date {
	float: right;
	margin-left: .5em;
	font-weight: bold;
	font-size: .8em;
}

/****************************************/

#pageCompetitions img {
	vertical-align: middle;
}

#pageCompetitions table.competitions {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #9a938b;
}
#pageCompetitions table.competitions colgroup {
	border-top: solid 1px #9a938b;
	border-left: dotted 1px #cccccc;
}
#pageCompetitions table.competitions td, #pageCompetitions table.competitions th {
	border-bottom: solid 1px #9a938b;
}
#pageCompetitions table.competitions td {
	padding: 2px;
	vertical-align: top;
}
#pageCompetitions table.competitions th {
	padding: 1px;
	font-size: .9em;
	background: #cccccc;
}
#pageCompetitions table.competitions tr.odd {
	background-color: #fdffee;
}
#pageCompetitions table.competitions tr.even {
	background-color: #fcf6d2;
}

#pageCompetitions table.competitions {
	_border-collapse: collapse;
	_width: 99%;
	_border-top: solid 1px #9a938b;
	_border-left: solid 1px #9a938b;
}
#pageCompetitions table.competitions td, #pageCompetitions table.competitions th {
	_border-right: solid 1px #9a938b;
	_border-bottom: solid 1px #9a938b;
}

#pageCompetitions table.competitions td.header {
	padding-top: .5em;
	padding-left: .6em;
	font-size: 1.1em;
	font-weight: bold;
	background: #ece6c4 url('/images/bg_box_xbig.png') right repeat-y;
}

#pageCompetitions form.legend {
	float: none;
	margin-top: 2em;
}

#pageCompetitions form.legend fieldset {
	width: 430px;
}

#pageCompetitions form.legend td {
	font-size: .85em;
}

#pageCompetitions form.legend img {
	margin-right: .5em;
}

/****************************************/

#loginBox {
	float: right;
}

#loginBox form {
	float: none;
	width: 270px;
	_width: 250px;
}

#loginBox form fieldset {
	width: 270px;
	_width: 250px;
}

#loginBox label {
	width: 140px;
	_width: 120px;
}

#loginBox div.buttons {
	margin-left: 160px;
	_margin-left: 140px;
}

#loginBox p {
	width: 260px;
	_width: 240px;
}

/****************************************/

.rss {
	float: right;
}
.rss img {
	margin-left: .2em;
}
.rss a {
	font-size: .9em;
	color: #f87b00;
	text-decoration: none;
}

ul.holes {
	margin: 0 0 1em 0;
	padding: 0;
}

ul.holes li img {
	vertical-align: middle;
}

ul.holes li {
	display: inline;
	margin: 0 1em 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.1em;
}

table.holeDesc th, table.holeDesc td {
	width: 6em;
	padding: .2em .8em;
	text-align: center;
}
table.holeDesc th {
	font-weight: normal;
	font-size: .9em;
	color: #008844;
}
table.holeDesc td {
	font-weight: bold;
}

img.holeFly {
	margin: 0 1px 1px 4px;
	vertical-align: bottom;
	cursor: pointer;
}
img.holeFly:hover {
	margin: 1px 0 0 5px;
}

table.holesPartners td {
	padding-right: 4em;
}

img.flagPartners {
	margin-right: 1em;
	vertical-align: middle;
}
span.holePartners {
	padding: 0 6em .5em .5em;
	border-bottom: solid 1px #9a938b;
}
span.holeNamePartners {
	margin-left: 2em;
}

hr {
	height: 1px;
	margin: 3em 0;
	border: 0;
	border-bottom: solid 1px #9a938b;
}



/****************************************/

table.omContainer h4 {
	margin-top: 0;
	text-align: center;
}
table.omContainer h4 span {
	margin: 0 .3em;
	letter-spacing: 2px;
	text-transform: smallcaps;
}

table.om {
	/*
	width: 100%;
	_width: 99%;
	*/
	margin-bottom: 1em;
	border-collapse: collapse;
	border: solid 1px #9a938b;
}
table.om td, table.om th {
	border-bottom: solid 1px #9a938b;
}
table.om td {
	padding: .3em 2em .3em 2em;
	background-color: #f0f0df;
}
table.om th {
	padding: 0 2em 0 2em;
	background-color: #e8e8d8;
}
table.om td.rank {
	text-align: center;
}
table.om td.name {
	text-transform: uppercase;
}
table.om td.fname {
}
table.om td.pts {
	text-align: center;
}

/****************************************/

table.espoirs {
	/*
	width: 100%;
	_width: 99%;
	*/
	margin-bottom: 1em;
	border-collapse: collapse;
	border: solid 1px #9a938b;
}
table.espoirs td, table.espoirs th {
	border-bottom: solid 1px #9a938b;
}
table.espoirs td {
	padding: .3em 2em .3em 2em;
	background-color: #f0f0df;
}
table.espoirs th {
	padding: 0 2em 0 2em;
	background-color: #e8e8d8;
}
table.espoirs td.name {
	text-transform: uppercase;
}
table.espoirs td.fname {
}
table.espoirs td.cat, table.espoirs td.pts {
	text-align: center;
}

/****************************************/

table.reglement {
	margin-bottom: 1em;
	border-collapse: collapse;
	border: solid 1px #9a938b;
}
table.reglement td, table.reglement th {
	border-bottom: solid 1px #9a938b;
	text-align: center;
	border-right: solid 1px #9a938b;
}
table.reglement td {
	padding: .3em 1em .3em 1em;
	background-color: #f0f0df;
}
table.reglement th {
	padding: 0 1em 0 1em;
	background-color: #e8e8d8;
}

/****************************************/

.colored {
	color: #ff8100;
}

div.tenueItem {
	margin: 1em 0 3em 0;
	padding: 1em;
	text-align: center;
	border: solid 1px #ff8100;
	background-color: #e8e8d8;
	-moz-border-radius: 11px;
}

.ecoleDocEspoirs, .ecoleDocGroupes, .ecoleDocPps {
	width: 209px;
	height: 113px;
	background-repeat: no-repeat;
	background-position: center;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	vertical-align: middle;
}
.ecoleDocEspoirs {
	background-image: url('/images/juniors/ecole-doc-espoirs.png');
}
.ecoleDocGroupes {
	background-image: url('/images/juniors/ecole-doc-groupes.png');
}
.ecoleDocPps {
	width: 97px;
	height: 100px;
	background-image: url('/images/juniors/presentation.png');
}

div.gallery {
	text-align: left;
}
div.gallery img {
	margin: 1em 1em 0 0;
	height: 120px;
	border: solid 1px #999999;
}

