﻿@charset "utf-8";
/* CSS Document */

#frenchlogo a:visited { color:  white; } 

#frenchlogo a:link { color: white; text-decoration: none; }
#frenchlogo a:visited { color: white; text-decoration: none; } 
#frenchlogo a:hover { color: white; text-decoration:underline; }

#britishlogo a:visited { color:  white; } 

#britishlogo a:link { color: white; text-decoration: none; }
#britishlogo a:visited { color: white; text-decoration: none; } 
#britishlogo a:hover { color: white; text-decoration:underline; }

p {
margin:0px;
padding:0px;
}

body {
background-color:#14439A;
margin:0px;
}

#wrapper {
width:773px;
margin:0 auto;
text-align:center;
font-family:Arial;
font-weight:bold;
color:#fff;
font-size:small;
}

#wrapper2 {
width:950px;
margin:0 auto;
text-align:center;
font-family:Arial;
font-weight:bold;
color:#fff;
font-size:small;
}

#header {

width:767px;
height:179px;
background: url(../images/fadedlogo2.jpg) 50% 50% no-repeat;
}

#frenchpad {
float:left;
width:180px;
height:179px;
background: url() 50% 50% no-repeat;
}

#britishpad {
float:left;
width:180px;
height:179px;
background: url() 50% 50% no-repeat;
}

#frenchlogo {
float:left;
width:200px;
height:120px;
background: url() 50% 50% no-repeat;
}

#britishlogo {
float:left;
width:200px;
height:120px;
background: url() 50% 50% no-repeat;
}

.langtype {
width:773px;
float:left;
font-family:Arial;
font-weight:bold;
color:#fff;
font-size:small;
}

.smltxttype {
width:773px;
float:left;
font-family:Arial;
font-weight:normal;
color:#99B8F2;
font-size:x-small;
}

.copytype {
width:950px;
float:left;
font-family:Arial;
font-weight:normal;
color:#99B8F2;
font-size:x-small;
}