/* **********
* this CSS is used for the global design of the site
* background/color link/buttons/inputs/etc...
*The color of the standard text is not defined here
 ************/


body {
	background-color:#878787;
}

h3 {
	font-size : 11px;
}

a {
	color: #02627A;
}


/* Layout
-------------------------------------------------------- */
#page {
	background : transparent url(back.gif) repeat-y left;
	background-color:#EAEEF0;
}


#main h3 {
	font-style: italic;
	font-weight: bold;
	color: #7C7C7C;
	border-top: 2px solid #7C7C7C;
}

.contentHeader{
	background-color:#214A63;
}

#sidebarmain {
	background : transparent url(border_sidebarmain.gif) repeat-y right;	
}
#sidebarmain_content {
	border-left:3px solid #214A63;	
	border-top:3px solid #214A63;
	border-bottom:3px solid #214A63;
	background:#D0D9DE;
}

#corner_right{
	background : transparent url(upperRight.gif) no-repeat top right;		
}

#sidebarmain_footer{
	background : #EAEEF0 url(bottom.gif) no-repeat top right;	
}
#sidebar div{
	background : transparent url(box_separator.gif) no-repeat bottom;
}


#sidebar h2, #sidebarmain h2 {
	color: #6C6C6C;
	font-weight: bold;
	font-size : 1em;
}

#sidebar h2 {
	color: white;
}


#sidebar h2 a, #sidebarmain h2 a {
	color: #02627A;
	font-weight: bold;
	font-size : 1em;
}

#sidebar h2 a:hover, #sidebarmain h2 a:hover {
	text-decoration:underline;
}

#sidebar h3, #sidebarmain h3  {
	border-bottom: 1px solid #02627A;
	border-top: 1px solid #02627A;
	color: #02627A;
	font-weight: normal;
	font-size : 1em;
}

#sidebar h3 a, #sidebarmain h3 a {
	color: #02627A;
}

#sidebar h3 a:hover, #sidebarmain h3 a:hover {
	text-decoration:underline;	
}


#sidebarmain li {
	list-style-type: square;
	display: list-item;
}

#sidebar li{
	list-style-type: none;
	display: list-item;
}
#sidebar a {
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
}
#sidebar a:hover {
	color: #02627A;
	text-decoration: none;
	letter-spacing: 1px;
}


#sidebarmain input, #sidebar input, #comment-form input, #comment-form textarea {
	border: 1px solid #608092;
	font-family: verdana;
	font-size: 1em;
}

#c_mail, #c_nom, #c_site, #c_content, #q{
	color:#777777;
}

.submit, .preview{
	font-weight:bold;
	color: #899FAC;
	background-color:#214A63;
}

.submit:hover, .preview:hover{
	font-weight:bold;
	color: white;
	background-color:#02627A;
}


/* Calendar */

#calendar table {
	border: 1px solid #214A63;
	font-size: 9px;
	color:white;
	background:#608092;
}

#calendar caption {
	color:white;
	background:#214A63;	
	font-size : 11px;
}

#calendar caption a{
	color:white;
}

#calendar td.active {
        border : 1px solid #274B61;
}

#calendar td.active a {
        font-weight : bold;
}

#calendar a {
        font-weight: bold;
	text-decoration: none;
	color:#274B61;
}

#calendar a:hover {
	text-decoration:underline;
}

#sidebar strong a {
	color:#274B61;
}

#sidebar strong a:hover {
	text-decoration:underline;
	color:#02627A;
}


/* Post
-------------------------------------------------------- */
.post-title {
	font-weight: bold;
	font-size : 12px;
	color: #7C7C7C;
}

.post-title a {
	text-decoration: none;
	font-weight: bold;
	color: #7C7C7C;	
}

.post-title a:hover {
	color:#02627A;
	text-decoration: none;
}

.post-info {
	color:#02627A;	
}

.post-info-co{
	background : transparent url(separator.gif) repeat-x right;
	height:15px;
	border:1px solid #97B8C2;
}

#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	color : #666;
}

.comment-number {
	font-size : 11px;
	font-weight : bold;
}
.comment-number a {
	text-decoration : none;
	color : #02627A;
}


/* Error messages
-------------------------------------------------------- */
.error {
	color : #02627A;
}

