/* Bienvenue dans la feuille de style en cascade du'un des plus beau thème d'Uncommonmanfrommars  (c'est moi)qui vous le dit :-D).
 * Dans l'ordre, voici les règles qui définissent l'apparence pour :
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - la barre de navigation horizontale (si existante, sinon, cell-ci sera invisible /// pour bénéficier de cette dernière, suivez le guide : http://petit.dotclear.net/pages/2005/03/01/51-une-barre-de-navigation-horizontale)
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est défini dans le fichier layout.css (Merci mauriz')
 */

@import "layout.css";
 
/* Les éléments HTML en général
*******************************************************************************/
body{
	
	color: #000000;
 	font-size: 75%;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: Verdana, sans-serif;
}

h1{
	font-size: 1.5em;
}
h2{font-size: 1.4em; line-height: 1.2em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
 	width: 100%;
	overflow: auto;
	background:transparent;
}

html>body pre {
	overflow: auto;
	width: auto;
}

fieldset{
	color: #000000;
	border: none;
	background: transparent;
}

.smiley{
	border:none;
}

img:smiley{
	border: none; /* Car un grosse bordure orange autour d'un smiley définissant un lien, c'est moche*/
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
	color: #000000;
	background: transparent;
}

input{
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #000000;
	/* background: transparent; */
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	border-left: 1px solid #A0A0A0;
	border-top: 1px solid #A0A0A0;
	color: #000000;
	/* background: transparent; */
}

input[type=submit], input[type=reset] {
	background-color : #fff;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

input[type=submit]:active, input[type=reset]:active  {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}

a{
	color: #000000;
	text-decoration: underline;
}

a:visited{
	color: #A0A0A0;
}

a:hover{
	color: #538B9A;
	text-decoration: none;
}

a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color : #538B9A;
	font-size: 0.7em;
	font-style: italic;
	vertical-align: top; /* Ne pas toucher à ceci */
}

a img{
	border: 0;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
*******************************************************************************/
#page{
	color: inherit;
	background-color: transparent;
	background-repeat: repeat-y;
	background-position: center top;
}
 
/* L'entête
*******************************************************************************/

		
/* Le prélude
*******************************************************************************/ 
#prelude{
	/* display:none; */
}

#main{
	margin-top: 0px;
}

/* La barre de navigation horizontale
****************************************************************************** */
 #nav-box {
      margin-top : 17px;
      margin-right : 40px;
      padding-top : 0px;
      font-weight : bold;
      font-size : 0.9em;
      text-align: right;
 }

 #nav-box ul {
      margin : 0;
      padding : 5px 1em 5px 0;
      list-style-type : none;
 }

 #nav-box ul li {
      display: inline;
 }

 #nav-box ul li a {
      color: #4b4b69;
      text-decoration: none;
      padding : 5px 1em 5px 1em;
      border-left: 1px solid #fff;
 }

 #nav-box ul li a:hover {
      background-color: #62787A;
      color: #FFFFFF;
      border-left: 1px solid #fff;
 }

 #nav-box a:active {
      border-left: 1px solid #fff;
 }

/* nav classique */
ul#nav-box {
	margin : -33px 0 1.5em 45px;
	width: 600px;
	float: center;
	padding : 5px 1em 5px 0;
	list-style-type : none;
	background-color: transparent;
	color: #FFF;
	font-weight : bold;
	font-size : 0.9em;
	text-align: left;
	opacity: .85; /* Whaaaaaa... */
    filter: alpha(opacity=85); /* Ceci gère l'effet de transparence sur l'header pour la barre de navigation horizontale... C'est beau non? */
}
ul#nav-box li {
	display: inline;
	padding : 5px 0;
}
ul#nav-box li a {
	padding : 5px 1em 5px 1em;
	color: #538B9A;
	text-decoration: none;
	background-color: #fff;
}
ul#nav-box li a:hover {
	background-color: #538B9A;
	color: #fff;
}

/* Le contenu
*******************************************************************************/

.day-date{
	display:none;
}

.post-title{
	color: #828282;
	margin-bottom: 0;
	font-size: 1.5em;

}

	.post-title a{
		color: #C50500;
		background: transparent;
		text-decoration: none;
	}
	
.post-info{
	margin-top: 0;
	color: #000000;
	background: transparent;
	padding-bottom: 1ex;
	font-size: 0.8em;
	border-bottom: 1px solid #eaeaea;
}
	
.post-content{
	text-align: left;
}

.post-content a{
	color: #000099;
	text-decoration: none;
}

.post-content a:hover{
	color: #000099;
	text-decoration: underline;
}

.post-content blockquote{
	font-family: Georgia, serif;
	border-left: 5px solid #A0A0A0;
	padding-left: 5px;
}

.post-info-co{
	text-align: right;
	color: #000000;
	font-size: 0.8em;
}


#trackbacks, #trackbacks blockquote, #comments, #comments blockquote{
	margin-left: 20px;
	margin-right: 150px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #A0A0A0;
	background-color: #f0f0f0;
}

/* La barre de navigation
*******************************************************************************/


/* Le pied de page
*******************************************************************************/	
#footer{
	margin: 0;
	padding: 1em;
	padding-left: 0em;
		height: 27px;
	color: #FFFFFF;
	text-align: left;
}

#footer a{
	color: #FFFFFF;
}

.text {FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: arial}
.text A:link { COLOR: blue; TEXT-DECORATION: none }
.text A:visited { COLOR: blue; TEXT-DECORATION: none }
.text A:active { COLOR: blue; TEXT-DECORATION: none }
.text A:hover { COLOR: blue; TEXT-DECORATION: underline}

.topmenu {FONT-SIZE: 12px; COLOR: black; FONT-FAMILY: Verdana}
.topmenu A:link {text-decoration: none; COLOR: black}
.topmenu A:visited {text-decoration: none; COLOR: black}
.topmenu A:active {text-decoration: none; COLOR: black}
.topmenu A:hover {text-decoration: underline; COLOR: black}

.bottommenu {FONT-SIZE: 10px; COLOR: white; FONT-FAMILY: Verdana}
.bottommenu A:link    {text-decoration: none; color: white;}
.bottommenu A:visited {text-decoration: none; color: white;}
.bottommenu A:active  {text-decoration: none; color: white;}
.bottommenu A:hover   {color:white; text-decoration: underline }

.small {FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: verdana}
.small A:link { COLOR: blue; TEXT-DECORATION: none }
.small A:visited { COLOR: blue; TEXT-DECORATION: none }
.small A:active { COLOR: blue; TEXT-DECORATION: none }
.small A:hover { COLOR: blue; TEXT-DECORATION: underline}

.homepage { FONT-SIZE: 19px; COLOR: #b11a3b; LINE-HEIGHT: 22px; PADDING-TOP: 8px; FONT-FAMILY: Arial, sans-serif }

.header { FONT-SIZE: 18px; COLOR: #b11a3b; LINE-HEIGHT: 22px; PADDING-TOP: 8px; FONT-FAMILY: Arial, sans-serif }

.verdanabold {FONT-SIZE: 12px; COLOR: black; FONT-FAMILY: Verdana; font-weight:bold}

.popup {FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: arial}
.popup A:link { COLOR: blue; TEXT-DECORATION: none }
.popup A:visited { COLOR: blue; TEXT-DECORATION: none }
.popup A:active { COLOR: blue; TEXT-DECORATION: none }
.popup A:hover { COLOR: blue; TEXT-DECORATION: underline}








.home {FONT-SIZE: 11px; COLOR: black; FONT-FAMILY: arial; font-weight:bold}
.home A:link {text-decoration: none; color: black; font-weight:bold}
.home A:visited {text-decoration: none; color: black; font-weight:bold}
.home A:active {text-decoration: none; color: black; font-weight:bold}
.home A:hover {color:black; text-decoration: underline; font-weight:bold}





.immigration {FONT-SIZE: 9px; COLOR: #ffffff; FONT-FAMILY: Arial;}
.immigration A:link { FONT-SIZE: 9px; COLOR: #ffffff; FONT-FAMILY: Arial;}
.immigration A:visited { FONT-SIZE: 9px; COLOR: #ffffff; FONT-FAMILY: Arial;}
.immigration A:active { FONT-SIZE: 9px; COLOR: #ffffff; FONT-FAMILY: Arial;}
.immigration A:hover { FONT-SIZE: 9px; COLOR: #ffffff; FONT-FAMILY: Arial;}

.textsmall2 {FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: arial}
.textsmall2 A:link { COLOR: blue; TEXT-DECORATION: none }
.textsmall2 A:visited { COLOR: blue; TEXT-DECORATION: none }
.textsmall2 A:active { COLOR: blue; TEXT-DECORATION: none }
.textsmall2 A:hover { COLOR: blue; TEXT-DECORATION: underline}

.cart {FONT-SIZE: 10px; COLOR: black; FONT-FAMILY: Verdana; font-weight:bold}
.cart A:link    {text-decoration: none; color: black;font-weight:bold}
.cart A:visited {text-decoration: none; color: black;font-weight:bold}
.cart A:active  {text-decoration: none; color: black;font-weight:bold}
.cart A:hover   {color:black; text-decoration: underline ; font-weight:bold}

.smallwhite {FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Verdana;FONT-WEIGHT: bold;}
.smallwhite A:link { COLOR: blue; TEXT-DECORATION: none ;FONT-WEIGHT: bold;}
.smallwhite A:visited { COLOR: blue; TEXT-DECORATION: none ;FONT-WEIGHT: bold;}
.smallwhite A:active { COLOR: blue; TEXT-DECORATION: none ;FONT-WEIGHT: bold;}
.smallwhite A:hover { COLOR: blue; TEXT-DECORATION: underline;FONT-WEIGHT: bold;}

.applymail {FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: arial}
.applymail A:link { COLOR: #000000; TEXT-DECORATION: none }
.applymail A:visited { COLOR: #000000; TEXT-DECORATION: none }
.applymail A:active { COLOR: #000000; TEXT-DECORATION: none }
.applymail A:hover { COLOR: #000000; TEXT-DECORATION: underline}



.law {FONT-SIZE: 10px; COLOR: black; FONT-FAMILY: arial}

.verdana10 {FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana}
.verdana11 {FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana}

.title {FONT-SIZE: 13px; COLOR: black; FONT-FAMILY: Verdana; font-weight:bold}
