﻿body
{
    /*background-color: #3399ff;*/
    background-color: #9c9b9b;
    font-size: 10pt;
    color: black;
    font-family: 'Comic Sans MS';
}

a
{
    font-size: 10pt;
    color: #000000;
    font-family: 'Comic Sans MS';
    text-decoration: none;
}

a:hover
{
    font-size: 10pt;
    color: #FAD04A;
    font-family: 'Comic Sans MS';
    text-decoration: none;
    
}

.lien
{
    font-size: 10pt;
    color: #000000;
    font-family: 'Comic Sans MS';
    text-decoration: underline;
    font-style: italic;
}

.lien:hover
{
    font-size: 10pt;
    color: #FAD04A;
    font-family: 'Comic Sans MS';
    text-decoration: none;
    font-style: italic;
}

.lien2
{
    color:#CC0000;
    font-size:17px;
    font-weight:bold;
}

.lien2:hover
{
    color:#000000;
    font-size:17px;
    text-decoration:underline;
}

.lienB
{
    font-size: 10pt;
    color: #000000;
    font-weight:bold;
    font-family: 'Comic Sans MS';
    text-decoration: underline;
    font-style: normal;
}

.lienB:hover
{
    font-size: 10pt;
    color: #FAD04A;
    font-weight:bold;
    font-family: 'Comic Sans MS';
    text-decoration: none;
    font-style: normal;
}


.chmtxt_200
{
    font-size: 10pt;
    color: black;
    font-family: Arial;
    width: 200px
}

.default_txt
{
    font-family: 'Comic Sans MS';
    color:#24245A;
    font-size:12px;
}

.default_txtRed
{
    font-family: 'Comic Sans MS';
    color:red;
    font-size:13px;
    font-weight:bold;
}

.default_chptxt
{
    font-family: 'Comic Sans MS';
    color:#24245A;
    font-size:12px;
    border-color:#24245A;
    background-color:#AFCDE9;
    border-style:solid;
    border-width:1px;
}

.default_chptxt100
{
    font-family: 'Comic Sans MS';
    color:#24245A;
    font-size:12px;
    border-color:#24245A;
    background-color:#AFCDE9;
    border-style:solid;
    border-width:1px;
    width: 100px;
}

.default_chptxt100_2
{
    font-family: 'Comic Sans MS';
    color:#24245A;
    font-size:14px;
    border-color:#24245A;
    background-color:#AFCDE9;
    border-style:solid;
    border-width:1px;
    width: 100px;
}

.default_chptxt2
{
    font-family: 'Comic Sans MS';
    color:#000000;
    font-size:12px;
    border-color:#000000;
    background-color:#adadad;
    border-style:solid;
    border-width:1px;
}

.titre
{
    font-size: 14pt;
    color: black;
    font-family: 'Comic Sans MS';
    font-weight:bold;
}


/*Reorder List*/
.dragHandle {
	width:10px;
	height:15px;
	background-color:Blue;
	background-image:url(images/bg-menu-main.png);
	cursor:move;
	border:outset thin white;
}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.BordurePhotoZoomGd
{
    border:solid 1px gray;
    width:400px;
    height:400px;
    text-align:center;
    vertical-align:middle;
}

.BordurePhotoZoomPt
{
    border:solid 1px gray;
    width:100px;
    height:100px;
    text-align:center;
    vertical-align:middle;
}

.pageencours
{
    font-size: 14px;
    font-weight:bold;
}