#244365

.body
{
font-family: Segoe UI;
}

img {
    border: none;
}

h1
{
color: #244365;
font-family: Segoe UI;
font-weight: normal;
margin-bottom: 5px;
}

h3
{
color: #346292;
font-family: Segoe UI;
font-weight: normal;
font-size: 19.5px;
margin-bottom: 5px;
}

h4
{
font-size: 25px;
color: #346292;
font-family: Segoe UI;
font-weight: normal;
margin-bottom: 5px;
}

b
{
color: grey;
}

a
{
color: grey;
}

acronym, abbr
{
cursor: help;
color: green;
font-family: Segoe UI;
}

.inp
{
 border: 1px solid grey;
 background-color: #346292;
 width: 96%;
 color: #DDDDDD;
}

.block_info_list
{
 #background-image: url(image/green_quote.png);
 background-repeat: repeat-x;
 background-position: center bottom;
 #background-color: #EFEFEF;
 background-color: #CCEA8B;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border: 1px solid #CCCCCC;
 font-family: Arial;
 color: #555555;
 font-size: 15px;
 padding: 3px;
 width: 98%;
}

.block_connexion
{
padding: 3px;
background-color: #244365;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; 
}

.top_menu_over
{
background-color: #569D74;
height: 31px;
color: green;
}

.search_input
{
height: 18px;
border: 1px solid grey;
background-color: #346292;
color: #9BB2C8;
}

.input_donate
 {
 border: 1px solid #DDDDDD;
 background-color: #FDFDFD;
 color: grey;
 text-align: right;
 padding-right: 3px;
 }
 
.input
 {
 border: 1px solid #DDDDDD;
 background-color: #FAFAFA;
 width: 98%;
 font-family: courier;
 font-size: 18px;
 color: grey;
 } 

.profile_input
{
border: 1px solid #CCCCCC;
background-color: white;
width: 100%;
font-family: Segoe UI;
color: grey;
}

.profile_blank_input
{
border: 1px  solid #DDDDDD;
background-color: #F2F2F2;
width: 100%;
font-family: Segoe UI;
color: grey;
}

.python
{
background-image: url(image/code_python.png);
background-position: top right;
background-repeat: no-repeat;
}

.php
{
background-image: url(image/code_php.png);
background-position: top right;
background-repeat: no-repeat;
}

.php, .python
{
border: 1px solid #CCCCCC;
background-color: white;
border-left: 10px solid #CCCCCC;
padding: 3px;
#width: 95%;
#color: #003366;
#border: 1px solid #DDDDDD;
#padding: 3px;
#background-color: #EEEEEE;
}

 .msg_edit
 {
 background-color: #FFFFCC;
 width: 97%;
 border: 1px dashed red;
 font-size: 16px;
 font-weight: bold;
 padding: 5px;
 color: #555555;
 }
 
.msg_edit_legend
 {
 background-color: white;
 border: 1px dashed red;
 }
 
.adarklink
 {
 color: #555;
 text-decoration: none;
 }
 
.time
{
color: #346292;
font-size: 14px;
font-family: Segoe UI;
font-weight: normal;
margin-bottom: 5px;
}

.path
{
vertical-align: top;
background-color: #EFEFEF;
background-image: url(image/path.png);
background-repeat: no-repeat;
background-position: right bottom;
background-attachment: fixed;
}

.class_talk_msg
{
border: 1px solid #CCCCCC;
background-color: white;
border-left: 10px solid #CCCCCC;
padding: 3px;
}

.normal_text_welcome
{
color: grey;
font-family: Segoe UI;
font-size: 13px;
}

.header
{
height: 100px;
background-image: url(image/header.png);
}

 .menu
 {
 height: 31px;
 background-image: url(image/menu.png);
 background-repeat: no-repeat;
 background-color: rgb(25, 43, 64);
 border-bottom: 5px solid #528F6C;
 color: #9BB2C8;
 text-decoration: none;
 font-family: Calibri;
 font-size: 14px;
 }
 
.right_menu
{
width: 100%;
height: 100%;
background-image: url(image/shadow.png);
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
padding-left: 5px;
padding-top: 5px;
}

.title_right_menu
{
font-family: Segoe UI;
font-weight: normal;
color: rgb(152, 1, 1);
font-size: 20px;
}

.title_left_menu
{
height: 10px;
font-family: Calibri;
#font-weight: bold;
background-color: #244365;
padding: 1px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
color: #BBBBBB;
}

/*====================WIKI====================*/
 
.wiki_link {color: green; text-decoration: underline;}
.wiki_link_abstract{color: #AAAAAA; text-decoration: underline;}
.wiki_cat_link {color: #003366; text-decoration: none;}
