body
{
	margin: 0px;
	font-family: "Trebuchet MS", "lucida grande", Verdana, tahoma;
	background-color: rgb(240,240,240);
	color: rgb(52,52,52);
	font-size: 0.9em;
}

html, body {
	height: 100%;
}

img, img a
{
	border: none;
}

a
{
	text-decoration: none;
	color: rgb(0,116,185);
}


#global
{
	width: 1000px;
	height: 100%;
	margin: auto;
}
#container
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px;
}

#header
{
	width: 1000px;
	height: 140px;
	margin: 0px;
}

#header .left
{
	float: left;
}

#header .logo_div
{
	margin-top: 10px;
	margin-right: 60px;
}


#header .menu
{
	margin-right: 20px;
}
#header .menu4
{
	margin-right: 0px;
}


#header .menu a div
{
	width: 100px;
	height: 120px;
	margin: 0;
	padding: 0;
	color: white;
	text-align: center;
	border-top: none;
	border-bottom: solid white 1px;
	border-left: solid white 1px;
	border-right: solid white 1px;
	box-shadow: 0px 0px 4px rgb(133, 133, 133);
	-moz-box-shadow: 0px 0px 4px rgb(133, 133, 133);
	-webkit-box-shadow: 0px 0px 4px rgb(133, 133, 133);
}

#header .menu a div img
{
	margin: 23px 0 0 0;
}

#header .menu1 a div
{
	background-color: rgb(222,18,18);
}
#header .menu1 a:hover div
{
	background-color: rgb(227,53,53);
	text-decoration: none;
}

#header .menu2 a div
{
	background-color: rgb(17,163,199);
}
#header .menu2 a:hover div
{
	background-color: rgb(52,177,207);
	text-decoration: none;
}

#header .menu3 a div
{
	background-color: rgb(154,199,17);
}
#header .menu3 a:hover div
{
	background-color: rgb(169,207,52);
	text-decoration: none;
}

#header .menu4 a div
{
	background-color: rgb(224,142,25);
}
#header .menu4 a:hover div
{
	background-color: rgb(229,159,59);
	text-decoration: none;
}



#corps
{
	margin: 0px;
	width: 1000px;
	background-color: white;
	min-height: 100%;
	box-shadow: 0px 0px 4px rgb(133, 133, 133);
	-moz-box-shadow: 0px 0px 4px rgb(133, 133, 133);
	-webkit-box-shadow: 0px 0px 4px rgb(133, 133, 133);
}
#corps #contenu
{
	margin: 50px 0 0 0;
	padding-left: 50px;
}
#corps #contenu a:hover
{
	text-decoration: underline;
	color: rgb(0,100,159);
}
#corps #contenu p
{
	padding: 0;
	padding-right: 10px;
	line-height: 1.4em;
	margin: 0;
	margin-bottom: 25px;
	margin-top: 15px;
}
#corps #navigation ul
{
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#corps #navigation ul li
{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
#corps #navigation ul li.nav1 a div
{
	background-color: rgb(24,127,152);
}
#corps #navigation ul li.nav1 a:hover div
{
	background-color: rgb(48,140,163);
	text-decoration: none;
}
#corps #navigation ul li.nav2 a div
{
	background-color: rgb(113,150,0);
}
#corps #navigation ul li.nav2 a:hover div
{
	background-color: rgb(127,161,26);
	text-decoration: none;
}
#corps #navigation ul li a
{
	color: white;
	margin: 0;
}
#corps #navigation ul li a div
{
	padding: 6px 13px 6px 13px;
	border-top: none;
	border-bottom: solid white 1px;
	border-left: solid white 1px;
	border-right: solid white 1px;
	box-shadow: 0px 1px 4px rgb(133, 133, 133);
	-moz-box-shadow: 0px 1px 4px rgb(133, 133, 133);
	-webkit-box-shadow: 0px 1px 4px rgb(133, 133, 133);
}
#corps .titre
{
	margin-top: 60px;
	margin-left: -10px;
	padding: 13px 0 0 50px;
	background: url("http://www.montpasab.fr/sudoku/images/titre.png") no-repeat;
	width: 194px;
	height: 57px;
	color: white;
	font-size: 1.1em;
}
#corps #contenu p.left
{
	float: left;
	width: 400px;
	padding-right: 20px;
}
#corps #contenu div.div_accueil, #corps #contenu div.sudoku_du_jour
{
	float: left;
	width: 450px;
	padding-right: 50px;
}
#corps #contenu div.div_inscription, #corps #contenu div.text_droite
{
	float: left;
	width: 400px;
}
.vertical_center
{
	ligne-height: 200px;
	text-align: center;
}
.bouton_enregistrer
{
	width: 120px;
	height: 40px;
	background-color: rgb(50,136,171);
	background: rgb(50,136,171) url("http://www.montpasab.fr/sudoku/images/degrade.png") repeat-x;
	color: white;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	border: none;
	border-bottom: 3px rgb(0,87,122) solid;
	text-align: center;
	cursor: pointer;
	position: relative;
	font-size: 1.1em;
	vertical-align: middle;
	display: inline-block;
}
/*
POUR IE 
div.bloc { 
display:inline; }

div.conteneur > span { 
zoom:1; }
*/
.bouton_enregistrer:hover
{
	background-color: rgb(32,85,108);
}
.bouton_enregistrer:active
{
	top: 2px;
}
.bouton_enregistrer a
{
	color: white;
	text-decoration: none;
	padding: 10px 15px 10px 15px;
	vertical-align: middle;
	display: inline-block;
}
#corps #contenu div.bouton_enregistrer a:hover
{
	color: white;
	text-decoration: none;
}

ul.services_accueil li, ul.inscription_accueil li
{
    list-style-type: none;
	background-image: url(http://www.montpasab.fr/sudoku/images/puce.png);
    background-repeat: no-repeat;
    background-position: left center; /* on positionne où l'on veut */
    padding-left: 20px; /* pour éviter la superposition du contenu */
	margin-bottom: 3px;
}



figure
{
	margin: 0;
	padding: 0;
}

figcaption
{
	text-align: center;
}

h1
{
	color: rgb(232,142,0);
	ont-size: 1.9em;
	margin: 10px 0 10px 0;
}
h2
{
	color: rgb(161,184,6);
	ont-size: 1.7em;
	margin: 10px 0 10px 10px;
}
h3
{
	color: rgb(120,136,9);
	ont-size: 1.5em;
	margin: 10px 0 10px 20px;
}
h4
{
	color: rgb(106,79,49);
	ont-size: 1.4em;
	margin: 5px 0 5px 30px;
}
h5
{
	color: rgb(54,54,54);
	ont-size: 1.3em;
	margin: 4px 0 4px 40px;
}
h6
{
	color: rgb(54,54,54);
	ont-size: 1.2em;
	margin: 3px 0 3px 50px;
}


input[type="submit"].input_resolveur
{
	background-color: rgb(50,136,171);
	background: rgb(50,136,171) url("http://www.montpasab.fr/sudoku/images/degrade.png") repeat-x;
	color: white;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	border: none;
	border-bottom: 3px rgb(0,87,122) solid;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	position: relative;
}

input[type="submit"].input_resolveur:hover
{
	background-color: rgb(32,85,108);
}

input[type="submit"].input_resolveur:active
{
	top: 2px;
}

input[type="submit"].input_resoudre
{
	background: rgb(141,173,33) url("http://www.montpasab.fr/sudoku/images/degrade.png") repeat-x;
	border-bottom: 3px rgb(97,121,0) solid;
}
input[type="submit"].input_resoudre:hover
{
	background-color: rgb(117,142,28);
}


#footer
{
	width: 1000px;
	height: 140px;
	margin: 0;
	width: 1000px;
	background-color: rgb(230,230,230);
	box-shadow: 0px 0px 4px rgb(133, 133, 133);
	-moz-box-shadow: 0px 0px 4px rgb(133, 133, 133);
	-webkit-box-shadow: 0px 0px 4px rgb(133, 133, 133);
}
#footer a:hover
{
	text-decoration: underline;
	color: rgb(0,100,159);
}
#footer .left
{
	float: left;
}
#footer .footer
{
	padding: 20px 20px 0 30px;
}
#footer .footer div p
{
	margin: 0;
	padding: 0;
}
#footer .col_footer1, #footer .col_footer2, #footer .col_footer3, #footer .col_footer4
{
	width: 170px;
	height: 80px;
	margin-right: 20px;
	border-right: 1px solid rgb(131,131,131);
}

#footer .col_footer5
{
	width: 170px;
	height: 80px;
	margin-right: 0px;
}

.clear
{
	clear: both;
}
.push
{
	/* height: 140px; */
	height: 180px;
}
.center
{
	text-align: center;
}
.copy_footer
{
	font-size: 0.8em;
}




div.div_formulaire_sudoku
{
	float: left;
}

div.div_solution_sudoku
{
	float: left;
	margin-left: 50px;
}


table.sudoku
{
    border-collapse: collapse;
	text-align: center;
}

table.sudoku td
{
	width: 30px;
	height : 30px;
}

table.sudoku_formulaire .border, table.sudoku_solution .border, table.sudoku_afficher_candidats .border
{
	border: 1px dashed rgb(114,114,114);
}

table.sudoku_formulaire .borderright, table.sudoku_solution .borderright, table.sudoku_afficher_candidats .borderright
{
	border: 1px dashed rgb(114,114,114);
	border-right: 2px rgb(48,48,48) solid;
}

table.sudoku_formulaire .borderleft, table.sudoku_solution .borderleft, table.sudoku_afficher_candidats .borderleft
{
	border: 1px dashed rgb(114,114,114);
	border-left: 2px rgb(48,48,48) solid;
}

table.sudoku_formulaire .borderbottom, table.sudoku_solution .borderbottom, table.sudoku_afficher_candidats .borderbottom
{
	border: 1px dashed rgb(114,114,114);
	border-bottom: 2px rgb(48,48,48) solid;
}

table.sudoku_formulaire .bordertop, table.sudoku_solution .bordertop, table.sudoku_afficher_candidats .bordertop
{
	border: 1px dashed rgb(114,114,114);
	border-top: 2px rgb(48,48,48) solid;
}

table.sudoku_formulaire .borderbottomright, table.sudoku_solution .borderbottomright, table.sudoku_afficher_candidats .borderbottomright
{
	border: 1px dashed rgb(114,114,114);
	border-bottom: 2px rgb(48,48,48) solid;
	border-right: 2px rgb(48,48,48) solid;
}

table.sudoku_formulaire .borderbottomleft, table.sudoku_solution .borderbottomleft, table.sudoku_afficher_candidats .borderbottomleft
{
	border: 1px dashed rgb(114,114,114);
	border-bottom: 2px rgb(48,48,48) solid;
	border-left: 2px rgb(48,48,48) solid;
}

table.sudoku_formulaire .bordertopright, table.sudoku_solution .bordertopright, table.sudoku_afficher_candidats .bordertopright
{
	border: 1px dashed rgb(114,114,114);
	border-top: 2px rgb(48,48,48) solid;
	border-right: 2px rgb(48,48,48) solid;
}

table.sudoku_formulaire .bordertopleft, table.sudoku_solution .bordertopleft, table.sudoku_afficher_candidats .bordertopleft
{
	border: 1px dashed rgb(114,114,114);
	border-top: 2px rgb(48,48,48) solid;
	border-left: 2px rgb(48,48,48) solid;
}

table.sudoku_formulaire, table.sudoku_solution, table.sudoku_afficher_candidats
{
    border-collapse: collapse;
	text-align: center;
}

table.sudoku_formulaire td input
{
    width: 40px;
	height: 40px;
	font-size: 1.7em;
	text-align: center;
	border: none;
}

table.sudoku_formulaire td, table.sudoku_solution td
{
	width: 43px;
	height: 43px;
}

table.sudoku_solution td
{
	font-size: 1.7em;
}


.input_mail_taille
{
	width: 300px;
}

.case_enonce, .case_remplie
{
	color: rgb(0,135,164);
}
.ligne_background, .col_background
{
	background-color: rgb(226,226,226);
}
.reponse_background
{
	background-color: rgb(255,205,151);
}

.case_resolue
{
	color: rgb(136,0,0);
	font-size: 0.8em;
}

.case_a_remplir
{
	color: rgb(78,78,78);
}


.case_solution_sur_un_coup
{
	background-color: rgb(255,225,193);
}


.sudoku_jeu_candidats
{
	font-size: 0.7em;
}

/* grille sudoku entière */
table.sudoku_afficher_candidats
{
	background-color: white;
}
table.sudoku_afficher_candidats .case_remplie
{
	font-size: 1.45em;
}

table.sudoku_afficher_candidats td
{
	width: 45px;
	height: 45px;
	margin: 0;
	padding: 0;
}

/* tableau imbriqué dans chaque case : candidats*/
table.table_sudoku_jeu_candidats
{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	text-align: center;
}


table.table_sudoku_jeu_candidats tr td
{
	margin: 0;
	padding: 0;
	width: 15px;
	height: 15px;
}

div.caracteristiques_etapes
{
	background-color: rgb(235,235,235);
	margin-left: -50px;
}

	div.caracteristiques
	{
		padding: 0 70px 0 50px;
		float: left;
	}

	table.caracterstique_grille
	{
		border-collapse: collapse;
		max-width: 460px;
	}

	table.caracterstique_grille th 
	{
		text-align: left;
		font-weight: normal;
		width: 300px;
	}


	table.caracterstique_grille td
	{
		text-align: right;
		color: rgb(100,100,100);
	}
	

	div.etapes
	{
		padding: 0 50px 0 70px;
		float: left;
	}
	
	table.etapes_grille, table.etapes_detaillees_grille
	{
		border-collapse: collapse;
	}
	

	table.etapes_grille th, table.etapes_detaillees_grille th
	{
		text-align: left;
	}

	.numero_etape a.lien_etapes
	{
		color: rgb(150,150,150);
	}
	
	.numero_etape a:hover
	{
		text-decoration: none;
		color: rgb(150,150,150);
	}
	
	table.etapes_grille .numero_etape, table.etapes_detaillees_grille .numero_etape
	{
		color: rgb(150,150,150);
	}
	
	table.etapes_grille th.numero_etape
	{
		width: 50px;
	}
	
	table.etapes_grille th.case_val
	{
		width: 100px;
	}
	
	table.etapes_grille th.methode
	{
		width: 120px;
	}
	
	table.etapes_detaillees_grille tr
	{
		border-bottom: 1px solid rgb(206,206,206);
	}
	
	td span.blue
	{
		color: rgb(2,121,253);
	}
	
	td span.green
	{
		color: rgb(96, 136, 0);
	}
	
	td span.red
	{
		color: rgb(191,63,0);
	}
	
	div.etapes_detaillees
	{
		padding: 0 50px 0 70px;
	}
	
	table.etapes_detaillees_grille .details
	{
		padding: 9px 5px 9px 5px;
	}
	
	table.etapes_detaillees_grille th.valeur, table.etapes_detaillees_grille td.valeur
	{
		width: 140px;
	}
	
	table.etapes_detaillees_grille td.valeur
	{
		font-size: 2.5em;
	}
	
	table.etapes_detaillees_grille th.numero_etape
	{
		width: 40px;
	}
	


	
	
#sous_menu
{
	width: 700px;
	height: 120px;
	margin: auto;
	margin-left: 230px;
}
#sous_menu .left
{
	float: left;
}
#corps #contenu #sous_menu .menu a:hover
{
	text-decoration: none;
}
#sous_menu .menu a div
{
	width: 120px;
	height: 120px;
	margin: 0;
	padding: 0;
	color: rgb(148,148,148);
	text-align: center;
	border: none;
	border-right: solid rgb(200,200,200) 1px;
	border-bottom: solid rgb(200,200,200) 1px;
}

#sous_menu .menu4 a div
{
	border: none;
	border-bottom: solid rgb(200,200,200) 1px;
}

#sous_menu .menu a div img
{
	margin: 23px 0 0 0;
}

#sous_menu .menu a:hover div
{
	color: rgb(120,120,120);
	background-color: rgb(215,215,215);
}
	
div.div_etapes_sudoku
{
	float: left;
}

div.div_etapes_candidats
{
	float: left;
	margin-left: 50px;
}

div.div_etapes_candidats #candidats
{
	margin-bottom: 64px;
}
	
	
label.inscription, label.connexion, label.nouveau_sujet, label.contact
{
	display: inline-block;
	vertical-align: top;
	width: 250px;
	cursor: pointer;
	font-weight: bold;
}
input.input_inscription, input.input_connexion, input.input_nouveau_sujet, input.input_profil, input.contact
{
	width: 200px;
	margin-bottom: 7px;
}
input[type="submit"].input_inscription, input[type="submit"].input_connexion, input[type="submit"].input_nouveau_sujet, input[type="submit"].input_profil, input[type="submit"].contact
{
	background-color: rgb(50,136,171);
	background: rgb(50,136,171) url("http://www.montpasab.fr/sudoku/images/degrade.png") repeat-x;
	color: white;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	border: none;
	border-bottom: 3px rgb(0,87,122) solid;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	position: relative;
	width: 130px;
}

input[type="submit"].input_inscription:hover, input[type="submit"].input_connexion:hover, input[type="submit"].input_nouveau_sujet:hover, input[type="submit"].input_profil:hover, input[type="submit"].contact:hover
{
	background-color: rgb(32,85,108);
}

input[type="submit"].input_inscription:active, input[type="submit"].input_connexion:active, input[type="submit"].input_nouveau_sujet:active, input[type="submit"].input_profil:active, input[type="submit"].contact:active
{
	top: 2px;
}

input.input_sujet
{
	width: 500px;
	font-size: 1.4em;
	padding: 5px;
}

textarea.textarea_sujet
{
	width: 490px;
	height: 300px;
	padding: 10px;
	font-size: 1em;
}

input[type="text"], textarea
{
	font-family: "Trebuchet MS", "lucida grande", Verdana, tahoma;
}



table.table_forums
{
	border-collapse: collapse;
}

table.table_forums th
{
	text-align: center;
}
table.table_forums tr
{
	border-bottom: 1px solid rgb(200,200,200);
}
table.table_forums tr.ligne_fleche_gotop
{
	border: none;
	border-bottom: 1px solid rgb(180,180,180);
	text-align: right;
}
table.table_forums tr.alternation_ligne_gris
{
	background-color: rgb(248,248,248);
}
table.table_forums tr.alternation_ligne_blanc
{
	background-color: white;
}
table.table_forums tr.ligne_message, table.table_forums tr.ligne_avatar
{
	border: none;
}
table.table_forums td.td_nom
{
	padding: 10px 0 10px 0;
}
table.table_forums td.td_avatar
{
	vertical-align: top;
	padding: 10px 0 10px 0;
}
table.table_forums td.td_date
{
	/* padding: 10px 0 5px 0; */
	padding-top: 5px;
	height: 30px;
	border-bottom: 1px solid rgb(180,180,180);
}
table.table_forums td.td_message
{
	vertical-align: top;
	padding: 20px 20px 30px 20px;
}
table.table_forums td.td_message div
{
	max-width: 700px;
	overflow: hidden;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
table.table_forums tr.ligne_tableau
{
	height: 55px;
}
table.table_forums th.colonne_lu, table.table_forums th.colonne_nbr
{
	width: 60px;
}
table.table_forums th.colonne_sujets
{
	width: 430px;
}
table.table_forums th.colonne_categorie
{
	width: 500px;
}
table.table_forums th.colonne_auteur
{
	width: 150px;
}
table.table_forums th.colonne_dernier_mes
{
	width: 200px;
}
table.table_forums th.colonne_pseudo
{
	width: 150px;
}
table.table_forums th.colonne_message
{
	width: 750px;
}
span.categorie_description, span.sujet_description
{
	color: rgb(134,134,134);
}
span.membre_connecte img
{
	margin: 0 5px 2px 0;
}
p.left_ariane
{
	float: left;
	margin: 0;
	width: 700px;
}

#corps #contenu  p.bouton_nouveau_sujet
{
	width: 120px;
	float: right;
	margin: 0;
	margin-right: 50px;
}
p.bouton_nouveau_sujet a
{
	width: 120px;
	background: rgb(141,173,33) url("http://www.montpasab.fr/sudoku/images/degrade.png") repeat-x;
	border-bottom: 3px rgb(97,121,0) solid;
	color: white;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	border: none;
	border-bottom: 3px rgb(97,121,0) solid;
	text-align: center;
	cursor: pointer;
	position: relative;
	color: white;
	text-decoration: none;
	padding: 5px;
	display: inline-block;
}
/*
POUR IE 
div.bloc { 
display:inline; }

div.conteneur > span { 
zoom:1; }
*/
#corps #contenu p.bouton_nouveau_sujet a:hover
{
	color: white;
	background-color: rgb(117,142,28);
	text-decoration: none;
}
p.bouton_nouveau_sujet a:active 
{
	top: 2px;
}
#corps #contenu p.mise_en_page
{
	margin-left: 250px;
}







table.profil
{
	margin-top: 30px;
	border-collapse: collapse;
	width: 900px;
}

table.profil th
{
	text-align: center;
	background-color: rgb(240,240,240);
}
table.profil tr
{
	border-bottom: 1px solid rgb(200,200,200);
}
table.profil td
{
	padding: 15px;
}
table.profil td.cellule_avatar
{
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	width: 150px;
}
table.profil td.signature
{
	padding: 15px 30px 30px 30px;
	color: rgb(100,100,100);
}
form.form_profil input
{
	width: 200px;
}
textarea.textarea_profil
{
	width: 600px;
	height: 200px;
	padding: 10px;
	font-size: 1em;
}
table.profil tr.signature
{
	border: none;
}
label.label_signature
{
	vertical-align: top;
}




table.mp
{
	border-collapse: collapse;
}

table.mp th, table.mp td
{
	text-align: center;
}
table.mp td.mp_titre
{
	text-align: left;
}
table.mp tr
{
	border-bottom: 1px solid rgb(200,200,200);
}
table.mp tr.alternation_ligne_gris
{
	background-color: rgb(248,248,248);
}
table.mp tr.alternation_ligne_blanc
{
	background-color: white;
}
table.mp
{
	width: 900px;
}
table.mp th.mess_lu
{
	width: 100px;
	text-align: center;
}
table.mp th.mp_titre
{
	width: 450px;
}
table.mp th.mp_auteur
{
	width: 100px;
	text-align: center;
}
table.mp th.mp_destinataire
{
	width: 100px;
	text-align: center;
}
table.mp th.mp_date
{
	width: 150px;
	text-align: center;
}







#corps #contenu p.nbr_mess_grille
{
	color: rgb(100,100,100);
	margin: 0;
	padding: 0;
}
#corps #contenu div.signature
{
	margin: 0;
	padding: 0;
	padding-top: 10px;
	margin-top: 50px;
	color: rgb(100,100,100);
	border-top: 1px solid rgb(150,150,150);
}
span.menu_message
{
	float: right;
	font-size: 0.8em;
	padding: 0;
	margin: 0 30px 0 0;
}
span.menu_message a
{
	margin-left: 10px;
}
span.date_temps
{
	font-size: 0.8em;
	color: rgb(100,100,100);
}
span.date_temps_message
{
	float: left;
	font-size: 0.8em;
	color: rgb(100,100,100);
}
#corps #contenu a.page_noselectionnee
{
	color: rgb(100,100,100);
}

#corps #contenu a.page_selectionnee
{
	text-decoration: underline;
}

#corps #contenu div.citation
{
	background-color: rgb(235,235,235);
	padding: 10px;
	border-left: 5px solid rgb(100,100,100);
}
span.auteur_citation
{
	color: rgb(100,100,100);
	font-style : italic;
}
input.pointer, img.pointer
{
	cursor: pointer;
}
.pseudo_heure
{
	font-size: 0.8em;
	color: rgb(120,120,120);
}
.center
{
	text-align: center;
}
.float_right
{
	float: right;
}
	
.coordonnees_etape
{
	font-size: 2.5em;
}

.size_plus
{
	font-size: 1.2em;
}

.green
{
	color: rgb(96, 136, 0);
}

.red
{
	color: rgb(231,13,1);
}

.rose
{
	color: rgb(168,0,105);
}

.blue
{
	color: rgb(2,121,253);
}

.vert_pomme
{
	color: rgb(148,174,0);
}

.jaune_orange
{
	color: rgb(221,176,0);
}

.orange_rouge
{
	color: rgb(242,121,0);
}

.bold
{
	font-weight: bold;
}
.gris
{
	color: rgb(147, 147, 147);
}
.souligne
{
	text-decoration: underline;
}
.gris_c
{
	color: rgb(192, 192, 192);
}
.fuchsia
{
	color: rgb(255, 0, 255);
}
.violet
{
	color: rgb(128, 0, 128);
}
.bleu_m
{
	color: rgb(0, 0, 128);
}
.bleu
{
	color: rgb(0, 0, 255);
}
.bleu_c
{
	color: rgb(0, 255, 255);
}
.vert
{
	color: rgb(0, 128, 0);
}
.vert_c
{
	color: rgb(0, 255, 0);
}
.olive
{
	color: rgb(128, 128, 0);
}
.jaune
{
	color: rgb(255, 255, 0);
}
.orange
{
	color: rgb(255, 165, 0);
}
.rouge
{
	color: rgb(255, 0, 0);
}
.brun
{
	color: rgb(114, 62, 37);
}
.noir
{
	color: black;
}