body {
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: underline;
}

a img {
    text-decoration: none;
    border: 0px;
}

#gcheader {
    border-bottom-color: black;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
	height: 160px;
	color: #000;
	margin: Opx;
}

#logo {
	position: absolute;
	left: 20px;
	top: 10px;
	text-align: left;
}

#links {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0%;
	text-align: center;
	font-size: 100%;
	border-bottom: 1px solid #000;
	background-image: url(/img/trans50-white.png);
	background-repeat: repeat;
	color: #000;
}

.links_large {
	height: 20px;
}

.links_small {
	height: 40px;
}

#links_left {
    position: absolute;
    text-align: left;
    left: 10px;
}

#links_left span {
	background-repeat: no-repeat;
	background-image: url(http://dev.common.grandcercle.org/img/dev.png);
}

#links_right {
    position: absolute;
    text-align: right;
    right: 10px;
}

.links_right_small {
    top: 20px;
}


#links a, #links a:visited {
	color: #3333cc;
	padding-left: 5px;
	padding-right: 5px;
}

#links a:hover {
	color: #ff3300;
}




#gcfooter {
	min-height: 200px;
	background-position: 0 bottom;
	margin-top: 20px;
	padding: 20px;
	clear: both;
	background-image: url(/img/footer.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	color: #FFF;
}

#gcfooter h1, #gcfooter h3, #gcfooter h2, #gcfooter h4 {
	text-transform: uppercase;
    font-weight: bold;
    color: white;
    font-size: 120%;
    margin-bottom: 0px;
}

#gcfooter h1 strong, #gcfooter h3 strong, #gcfooter h2 strong, #gcfooter h4 strong {
    color: #9999cc;
    font-size: 110%;
}

#gcfooter a, #gcfooter a:visited { border-bottom-style: dotted; border-bottom-width: 1px; text-decoration: none; color: #3f9ccc; font-weight: bold;}
#gcfooter a:hover {border-bottom-style: none; text-decoration: underline overline; color: #7684ff; font-weight: bold;}


#description {
    clear:both;
    text-align: center;
}

#description h1, #description h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    display: inline;
}

#sites {
	float: left;
	width: 200px;
}

#partenaires {
	float: right;
	width: 300px;
	text-align: justify;
}

#cercle {
	margin-left: 220px;
	margin-right: 320px;
}




#menuleft {
	overflow-x: hidden;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	width: 230px;
	float: left;
	margin-top: -10px;
}

#menuright {
	overflow-x: hidden;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	right: 0px;
	width: 230px;
	float: right;
	margin-top: -10px;
}

#menuleft h2, #menuright h2, #content h2, #content_noleftmenu h2 {
	padding: 5px;
	margin: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
/*	background-image: url(/img/h2.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
}

#menuleft h2 strong, #menuright h2 strong, #content h2 strong, #content_noleftmenu h2 strong {
	font-size: 120%;
}

#menuleft ul, #menuright ul {
	padding-left: 2em;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px;
	list-style-type: square;
}

#menuleft a, #menuright a, #menuleft a:visited, #menuright a:visited, #infos a, #infos a:visited, #content a, #content a:visited, #content_noleftmenu a, #content_noleftmenu a:visited {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    text-decoration: none;
}

#menuleft a:hover, #menuright a:hover, #infos a:hover, #content a:hover, #content_noleftmenu a:hover {
	border-bottom-style: none;
	text-decoration: underline overline;
}


.submenu {
    margin-top: 5px;
    margin-bottom: 30px;
    padding: 2px;
    color: inherit;
    background-color: inherit;
}



#content {
	border-color: black;
	border-style: dotted;
	border-width: 1px;
	padding: 5px;
	margin-top: 200px;
	margin-left: 250px;
	margin-right: 250px;
}

#content_noleftmenu {
	border-color: black;
	border-style: dotted;
	border-width: 1px;
	padding: 5px;
	margin-top: 200px;
	margin-left: 10px;
	margin-right: 250px;
}

#content h3, #content_noleftmenu h3 {
    font-weight: bold;
	padding: 2px;
	margin: 2px;
	margin-top: -2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 110%;
	font-variant: small-caps;
	background-image: url(/img/h2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#content h2 .sub, #content_noleftmenu h2 .sub {
    display: inline;
    font-weight: bold;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
}


#content .subcontent, #content_noleftmenu .subcontent {
    border-style: solid;
    border-width: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 2px;
}

#content .subcontent_short, #content_noleftmenu .subcontent_short {
    border-style: solid;
    border-width: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 2px;
}

#content .subcontent h4, #content_noleftmenu .subcontent h4 {
    margin-left: -2px;
    margin-bottom: 2px;
    margin-right: -2px;
    margin-top: -2px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
}

#content .subcontent_short h4, #content_noleftmenu .subcontent_short h4 {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	font-weight: bold;
}

#content .subcontent h4 .sub, #content_noleftmenu .subcontent h4 .sub {
    margin: 0px;
    display: block;
    font-weight: bold;
	font-size: 95%;
	padding: 0px;
	font-variant: small-caps;
}

#content .subcontent_short h4 .sub, #content_noleftmenu .subcontent_shirt h4 .sub {
    margin: 0px;
    display: inline;
    font-weight: bold;
	font-size: 95%;
	padding-left: 10px;
}

#content .subcontent h4 strong, #content_noleftmenu .subcontent h4 strong {
	font-size: 120%;
}

#content .subcontent_short h4 strong, #content_noleftmenu .subcontent_short h4 strong {
	font-size: 120%;
}

#content .subcontent h4 .section, #content_noleftmenu .subcontent h4 .section {
    display: inline;
    font-weight: bold;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
}

#content .subcontent_short h4 .section, #content_noleftmenu .subcontent_short h4 .section {
    display: inline;
    font-weight: bold;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}

#content .subcontent h4 .tags, #content_noleftmenu .subcontent h4 .tags {
    display: block;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	font-variant: normal;
	font-weight: normal;
}

#content .subcontent_short h4 .tags, #content_noleftmenu .subcontent_short h4 .tags {
    display: block;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	font-variant: normal;
	font-weight: normal;
}

#content .subcontent h4 .date, #content_noleftmenu .subcontent h4 .date{
    display: block;
    font-weight: bold;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
}


#content .subcontent ul, #content .subcontent ol {
    list-style-position: inside;
}

#content .subcontent dt {
    margin-top: 10px;
    font-weight: bold;
}

#content h2 .affichage, #content_noleftmenu h2 .affichage {
    display: block;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	font-variant: normal;
	font-weight: normal;
}

#content h2 .pages, #content_noleftmenu h2 .pages {
    display: block;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	font-variant: normal;
	font-weight: normal;
}


#sections {
    font-size: 120%;
    border-bottom-width: 1px;
    border-bottom-color: black;
    border-bottom-style: dashed;
    z-index: 0;
    padding-bottom: 0px;
    padding-top: 0px;
    right: 0px;
    left: 0px;
    top: 162px;
    position: absolute;
    text-transform: none;
}

.sections_large {
    padding-left: 270px;
    padding-right: 270px;
}

.sections_small {
    padding-left: 20px;
    padding-right: 20px;
}

#sections span {
    width: 100%;
}

#sections a, #sections a:visited {
	font-variant: small-caps;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin-right: 1px;
	margin-left: 1px;
}


.options {
	float: right;
}

.erreur {
    border: 2px solid #FF0000;
}

.desactive input {
    background-color: #C0C0C0;
}

.border {
    
	padding: 5px;
    
	margin-right: 20px;
    
	margin-left: 20px;
    
	border-color: #535353;
    
	border-style: dashed;
    
	border-width: 1px;
    
}


.desactive {
    color: #555555;
}

.small {
    font-size: 80%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

hr.nomarginbottom {
    margin-top: 20px;
    margin-bottom: 0px;
}

form dt {
	padding-right: 2px;
	margin: 0px;
	text-align: right;
	width: 200px;
	word-wrap: normal;
	clear: left;
	float: left;
}

form dd {
	padding-left: 2px;
	margin: 0px;
	clear: right;
	text-align: left;
	word-wrap: normal;
}


textarea, select, input[type=text], input[type=password] {
    width: 300px;
}

#form_oneliner input[type=text] {
    width: 150px;
}


#recherche {
    border-color: #666666;
    border-style: solid;
    border-width: 1px;
    color: black;
    background-repeat: repeat;
    background-image: url(http://common.grandcercle.org/img/trans50-white.png);
    padding: 5px;
    position: absolute;
    right: 0px;
    top: 120px;
}

#recherche_content {
    border-color: black;
	border-style: solid;
	border-width: 2px;
	padding: 5px;
	margin-top: 200px;
	margin-left: 250px;
	margin-right: 250px;
	display: none;
}