/* -- <commun> */
html {
	padding: 0;
	margin: 0;
}

body {
	font: 90% Arial, Helvetica, sans-serif;
	color : #4D4D4D;
	margin:0 auto;
	text-align:center;
	padding: 0;
	background-color: #f7f9f8;
	/* TAG 	background-image: url(<|| REL ||>images/fond_body.jpg); */
	background-image: url(/images/fond_body.jpg);
	background-position: 50%;
	background-repeat: repeat-y;
	line-height: 120%;
}

a {
	text-decoration : none;
	/*color : #970224;*/
	color : #d96b11;
}

a:hover {
	text-decoration : none ;
	color : #0D495E;
}

label {
	font-weight : bold;
}


H1 {
	font-size : 120%;
	font-weight : bold;
}

h4 {
	color : #d96b11;
}


hr {
	display : none;
	clear: both ;
}

input {
	border : 1px solid #4D4D4D;
}

input.bouton, a.bouton {
	border-top : 1px solid #4D4D4D;
	border-right : 2px solid #4D4D4D;
	border-bottom : 2px solid #4D4D4D;
	border-left : 1px solid #4D4D4D;
	font-weight : bold;
	color: #515151;
	background-color: #EFEFEF;
	width: 84px;	
}
input.bouton:hover, a.bouton:hover {
	color: #d96b11;
	cursor: pointer;
}

blockquote {
	color: #0D495E ;
	border : 1px solid #C7C7C7;
	border-left : 5px solid #C7C7C7;
	text-align : left;
	margin-bottom : 5px;
	padding : 5px;
	background-color: #EEEEEE;
}

blockquote .auteurCitation {
	font-weight: bold;
	border-bottom : 1px solid #C7C7C7;
	border-left : 5px solid #C7C7C7;
	padding : 2px;
}

/* ACTIONS */
a.editer , a.citer , a.deplacer , a.supprimer{
	font-size: 60%;
}

a.nouveau, a.repondre, a.sticky, a.lock, a.readall {
	font-size : 90%;
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	color: #082b38;
	padding : 2px;
	font-weight:bold;
}

a.nouveau:hover , a.repondre:hover, a.sticky:hover, a.lock:hover{
	color: #fd6629;
}

/* /ACTIONS */

/* -- </commun> */

/* -- <structure> */

#page {
	width:1000px;
	text-align:center;
	margin: 0px auto;
	/* TAG 	background-image: url(<|| REL ||>images/banniere.jpg); */
	background-image: url(/images/banniere.jpg);
	background-repeat: no-repeat;
}

#tete {
	font-size: 90%;
	margin: 0px auto 0px;
	background-repeat: no-repeat;
	background-position: left top;
	height : 115px;
	border-top : 0px;

}

#corps {
    margin: 0px auto 0px;
    text-align: left;
    display: block;
    width: 960px;
}


#colonne {
    float: left;
    width: 200px;
	padding : 2px;
    display: block;
	margin: 0 5px 0 0;
	clear: both;
	/*border-left : 1px #607f8b solid;
	border-right : 1px #607f8b solid;*/
}


#contenu {
	float: left;
    display: block;
	width:745px;
    vertical-align : top;
	border: 1px solid #C7C7C7;
	background-color: white;
	border : 1px white solid;
	margin-top : 10px
	border-radius: 2%;
	-moz-border-radius: 2%;
	-webkit-border-radius: 2%;
	padding: 2px;
}

#colonne2{
    float: right;
    width: 13%;
	padding : 5px;
    display: block;
	margin: 0 10px 0 0;
	/*border-left : 1px #607f8b solid;
	border-right : 1px #607f8b solid;*/
}

#pied {
}

/* -- </structure> */

/* --<connexion> */
#connexion , #connecte{
	text-align : right;
	padding: 10px 20px 0px 0px;
	color: white;
	text-shadow:1px 1px 1px #333333;
}

#connexion div {
	display: inline;
	font-size : 80%;
}

#connexion input, #connecte input{
	font-size: 10px;
}

#connexion a, #connecte a {
	font-size : 80%;
	color : #8499a0;
	font-weight:bold ;
}

#connexion a.bouton {
	text-align: center;
	display: inline-block;
	color: #515151;
	text-shadow:0px 0px 0px #333333;
	width: 81px;
	height: 15px;
}

#connexion a.bouton:hover {
	color: #d96b11;
}

#connexion a:hover, #connecte a:hover {
	color : #0D495E;
}


/* --</connexion> */

/* --<menu> */

#menu {
	/*padding: 60px 10px 10px 10px;*/
	/*margin-bottom : 20px;*/
	padding : 5px 20px 0px 20px;
	text-align : left;
	margin: 0px 0px 10px;
	height : 22px ;
	border-bottom : 1px solid #C7C7C7;
}

#menu .entreeMenu {
    color: #d96b11;
	font-size: 100%;
	font-weight : bold;
	width : 100px;
	height : 22px ;
	padding : 0px 0px 0px 0px;;
	/* TAG 	background-image: url(<|| REL ||>images/onglet_menu.png); */
	background-image: url(/images/onglet_menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	display : block ;
	float : left;
	text-align : center ;
}

#menu .entreeMenu a {
	color: #082b38;
    text-decoration: none;
    padding: 5px 2px 2px 5px;
}

#menu .entreeMenu a:hover {
    color: #fd6629;
}
/* --</menu> */


/* --<tribune> */

#tribune {
    color: black;
	padding-top: 20px;
    font-size: 100%;
	border: 1px solid #C7C7C7;
	background-color: white;
	border-radius: 10px;
}

#tribune #tribuneTitre{
    color: #d96b11;
    font-size: 100%;
	text-align:center ;
	padding-bottom : 10px;
	font-weight : bold;
		/* TAG 	background-image: url(<|| REL ||>images/fond_tribune.jpg); */
	background-image: url(/images/fond_tribune.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height :50px;
	width : 90%;
	margin-left : 10%;
	padding-left : 15px;
}

#tribune #tribuneTitre a{
    color: #d96b11;
}

#tribune input {
	font-size: 10px;
}

#tribune #message {
	width: 75%;
	margin-left: 1px;
	color:#0D495E;
}

#tribune #subm {
	width: 17%;
}

#tribune .jour {
    color: white;
    margin-top: 10px;
    padding-right: 2px;
    text-align: right;
	background-color: #0D495E;
	font-size : 90%;
}

#tribune .message {
    border-top: 1px dotted black;
    padding: 2px 5px 2px 5px;
	font-size: 80%;
}

#tribune .login {
    font-weight: bold;
    display: inline;
    color: #d96b11;
	font-size : 100%;
}

#tribune .date {
    display: inline;
    color: #515151;
    font-size: 90%;
}

#tribune .texte {
	display: inline;
	overflow: hidden;
}
/* --</tribune> */


/* derniersPosts*/

#derniersPosts {
    color: black;
	padding-top: 10px;
    font-size: 75%;
	background-color: white;
	padding : 5px 5px 5px 60px;
	margin: 0px auto ;
	height : 60px;
	/* TAG 	background-image: url(<|| REL ||>images/flecheDroite.jpg); */
	background-image: url(/images/flecheDroite.jpg);
	background-repeat : no-repeat;
	background-position: 10px center;
}

#derniersPosts .post {
	border: 1px solid #C7C7C7;
	border-radius: 10px;
	padding : 2px 5px 2px 5px;
	float: left;
	text-align : center;
	margin-right : 5px;
	width : 132px;
}

#derniersPosts .post.new {
	/* TAG 	background-image: url(<|| REL ||>images/fond_new.jpg); */
	background-image: url(/images/fond_new.jpg);
	background-repeat : repeat-y;
}

#derniersPosts .post .infos {
	float: left;
	margin-right: 2px;
	position: relative;
	top: -1px;
}

#derniersPosts .titre a {
	color : #B3580E;
}

#derniersPosts .titre a:hover{
	color : #0D495E;
}

#derniersPosts .auteur {
	font-weight : bold;
	clear: both;
}

/* /derniersPosts */

/* --<news> */

img.imageGauche {
	float : left;
	margin : 0px 10px 20px 10px;
	border : 1px solid silver;
	padding: 2px;
	clear: both ;
}

img.imageDroite {
	float : right;
	margin : 0px 10px 20px 10px;
	border : 1px solid silver;
	padding: 2px;
	clear: both ;
}

.news {
    margin-bottom: 40px;
    /*border-bottom : 1px dotted #136685;*/
}

.news .titre {
	padding: 2px 0px 2px 5px;
    text-align: left;
    font-weight: bold;
    font-size: 110%;
    background-repeat: no-repeat;
	background-position: 5px 0px;
	border-left : 20px solid #B3580E;
	border-bottom : 1px dotted #B3580E;
    clear: both;
}

.news .titre a {
	color: #B3580E;
	text-decoration: none;
	display: block;
}

.news .titre a:hover {
	/*background-color : #bfb89e;*/
	color: #d96b11;
}

.news .titre img {
	vertical-align: middle;
	margin-right: 5px;
}

.news .sousTitre {
    font-size: 80%;
    text-align: right;
    margin: 0px 0px 10px 0px;
    padding: 0px;
	color: #515151;
	float: right;
}

.news .auteur {
	font-size: 80%;
	width: 100%;
	display : inline;
}

.news .date {
    font-size: 80%;
	display : inline;
}

.news img.id {
    float: right;
    padding: 2px;
    border: 1px solid silver;
    margin: 0px 0px 0px 15px;
    background-color: #FFFFFF;
}

.news .description {
	clear:both;
	margin-left: 3%;
	padding-left : 1%;
    text-align: justify;
    border-left : 1px dotted #082b38;
    font-size : 90%;
    color : #4D4D4D;
}

.news .texte {
    margin-left: 3%;
    padding-left : 1%;
    text-align: justify;

}

.news .suite {
	text-align : right;
}

.news .suite a {
	font-size : 80%;
	padding-left: 10px;
	text-decoration: none;
}

.allnews {
	font-size : 80%;
	text-align: right;
	padding: 20px 0px;
}

/* --</news> */


/* REGROUPEMENT.TPL */

.regroupements div.action{
	text-align :right;
	width:100%;
}

.regroupements .regroupement {
	margin-bottom : 5%;
}

.regroupements .regroupement .theme {
	padding: 1px 2% 1px 0px;
    text-align: right;
    font-weight: bold;
    font-size: 120%;
	color: #0D495E ;
	border : 1px solid #C7C7C7;
	border-left : 5px solid #C7C7C7;
	text-align : left;
	margin-bottom : 5px;
	padding : 5px;
	background-color: #EEEEEE;

}

.regroupement .forums  {
	padding-left: 50px;
}

.regroupement .forums .forum {
	margin-bottom: 20px;
}

.regroupement .forum .titre {
	padding: 2px 0px 2px 5px;
    text-align: left;
    font-weight: bold;
    font-size: 100%;
	border-left : 20px solid #B3580E;
	border-bottom : 1px dotted #B3580E;
	background-color: white;
}

.regroupement .forum .titre a {
	text-decoration: none;
	color: #B3580E;
}

.regroupement .forum .titre a:hover{
	color: #082b38;
}

.regroupement .forum .soustitre {
	font-size: 90%;
	width: 60%;
	padding-left: 7px;
}

.regroupement .forum .infos {
	margin-left: 5px;
	float: left;
	position: relative;
	top: -1px;
}

.regroupement .forum .nombre {
	font-size: 75%;
	width: 20%;
	padding-left: 7px;
	font-style: italic ;
	float: left;
}

.regroupement .forum .dernier {
	font-size: 75%;
	width: 95%;
	text-align : right;
	height : 15px;
}

/* /REGROUPEMENT.TPL */

/* FORUM.TPL */

.forum .titre {
	padding: 2px 0px 2px 5px;
    text-align: left;
    font-weight: bold;
    font-size: 100%;
	border-left : 20px solid #B3580E;
	border-bottom : 1px dotted #B3580E;
	background-color: white;
	margin-bottom : 10px;
	color: #B3580E;
}

.forum div.action{
	text-align :right;
	width:100%;
}

.forum  .topics .topic{
	margin : 5px 0px 5px 20px;
	border-bottom : 1px solid #B3580E;
	border-left : 5px solid #B3580E;
}

.forum .topic .sujet {
	padding: 1px 0px 1px 5px;
    text-align: left;
    font-weight: bold;
    font-size: 100%;
}

.forum .topic .sujet a {
	text-decoration: none;
	color: #0D495E ;
}

.forum .topic .sujet a:hover {
	color: #fd6629;
}

.forum .topic .auteur {
	margin-left: 5px;
	font-size: 75%;
	float:left;
}

.forum .topic .date {
	font-size: 80%;
}

.forum .topic .infos {
	margin-left: 5px;
	float: left;
	position: relative;
	top: -1px;
}

.forum .topic .nombre {
	margin-left: 5px;
	font-size: 75%;
	width: 20%;
	font-style: italic ;
	text-align : left;
	float:left;
}

.forum .topic .dernier {
	font-size: 75%;
	width: 95%;
	text-align :right ;
}


/* /FORUM.TPL */

/* TOPIC.TPL */


.topic  div.action{
	text-align :right;
	width:100%;
	clear: both;
}

.topic .titre {
	padding: 1px 0px 1px 5px;
    text-align: left;
    font-weight: bold;
    font-size: 100%;
	margin : 5px 0px 20px 0px;
	border-bottom : 1px solid #B3580E;
	border-left : 5px solid #B3580E;
}


.topic .posts  .post {

	margin-top : 30px ;
}

.topic .posts  .post .auteur {
	font-weight : bold ;
	border-left : 40px solid #B3580E;
	border-top : 2px solid #B3580E;
	background-color: #F7F7F7;
	font-size: 100%;
	height : 45px;
	color : #B3580E ;
	}

.topic .posts  .post .auteur .avatar{
	float : left;
	height : 45px;
	width : 45px;
	margin-right : 5px;
}

.topic .posts  .post .auteur .login{
	padding-top : 5px;
}

.topic .posts .post .date {
    font-size: 80%;
	width: 100%;
	font-weight : normal;
}

.topic .posts .post .texte {
    font-size : 90%;
	width: 100%;
	font-weight : normal;
}

.topic .posts .post .texte hr {
    clear: both;
    display: block;
    visibility: hidden;
}

.topic .posts .post .edition {
    font-size : 60%;
	text-align : right;
	padding:10px;
}

.topic .pagination , .forum .pagination, #recherche .pagination{
	font-size : 120%;
	text-align : center;
	border :1px sold black;
	letter-spacing : 10px;
	padding-top:5%;
}

.topic .pagination a , .forum .pagination a, #recherche .pagination a{
	font-weight : bold;
}

.topic .pagination a:hover , .forum .pagination a:hover , #recherche .pagination a:hover{
	color : #d96b11;
}

/* /TOPIC.TPL */


/* EDIT */
.editarticle .floathalf {
	float: left;
	width: 48%;
	margin-bottom: 15px;
	margin-right: 1%;
}

.editarticle .libelle {
	margin-top: 15px;
	padding: 2px;
    background-repeat: repeat-x;
	background-position: bottom;
	color: white;
	font-weight: bold;
	clear: both;
}

.editarticle .input.text input {
	width: 99%;
	border: 1px solid #6F6C6C;
}

.editarticle .input.select select {
	width: 100%;
	border: 1px solid #6F6C6C;
}

.editarticle .error {
	color: red;
}


div.editpost div.action {
	text-align : right;
}

div.editpost div.floathalf input{
	width : 60%;
}

/*/EDIT */

/* GALLERY.TPL */

ul.gallery {
	list-style: none;
}

.gallery li {
	display: inline;
}

.gallery img {
	padding: 2px;
	border: 1px solid silver;
}

/* /GALLERY.TPL */


/* PROFIL ET REGISTER*/
#profil, #register{
	padding: 1px 2% 1px 0px;
	color: #0D495E ;
	border : 1px solid #B3580E;
	border-left : 20px solid #B3580E;
	text-align : left;
	margin-bottom : 5px;
	padding : 5px;
	/* TAG 	background-image: url(<|| REL ||>images/fond_profil.jpg); */
	background-image: url(/images/fond_profil.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height : 360px;
}

#register {
	height: 430px;
}

#profil H1, #register H1{
	color : #d96b11;
	text-align : right;
	font-size:150%;
}


#profil div.champ, #register div.champ {
	margin-bottom : 1%;
	padding-left : 30%;
}

#profil input , #register input{
	width :44%;
}

#profil div.validation , #register div.validation{
	padding-top:2%;
	padding-left :48%;
}

#profil div.validation input, #register div.validation input {
	width : 25%;
}

#profil div.avatar {
	float: left;
	margin: 2px;
	border : 1px solid #4D4D4D;
	height: 45px;
}

#profil div.infos, #register div.infos {
	font-size: 75%;
}

/* /PROFIL ET REGISTER*/

/* RECHERCHE.TPL */

#recherche .formulaire {
	border: 1px solid #B3580E;
	background-color: #EEEEEE;
	padding: 5px;
}

#recherche .formulaire div {
	display: inline;
	padding-left: 5px;
	vertical-align: middle;
}

#recherche form {
	display: inline;
}

#resultatsRecherche .resultat .titre {
	padding: 1px 0px 1px 5px;
    text-align: left;
    font-weight: bold;
    font-size: 100%;
	margin : 5px 0px 20px 0px;
	border-bottom : 1px solid #B3580E;
	border-left : 5px solid #B3580E;
}


#resultatsRecherche .resultat {

	margin-top : 30px ;
}

#resultatsRecherche .resultat .auteur {
	font-weight : bold ;
	border-left : 40px solid #B3580E;
	border-top : 2px solid #B3580E;
	background-color: #F7F7F7;
	font-size: 100%;
	height : 45px;
	color : #B3580E ;
	}

#resultatsRecherche .resultat .auteur .avatar{
	float : left;
	height : 45px;
	width : 45px;
	margin-right : 5px;
}

#resultatsRecherche .resultat .auteur .login{
	padding-top : 5px;
}

#resultatsRecherche .resultat .date {
    font-size: 80%;
	width: 100%;
	font-weight : normal;
}

#resultatsRecherche .resultat .texte {
    font-size : 90%;
	width: 100%;
	font-weight : normal;
}

#resultatsRecherche .resultat .texte hr {
    clear: both;
    display: block;
    visibility: hidden;
}

#resultatsRecherche .resultat .rech {
	background-color: yellow;
}

#recherche #subm {
	position: relative;
	top: -1px;
}

/* /RECHERCHE.TPL */

